Home
last modified time | relevance | path

Searched defs:stringify (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dstringify.hpp21 void stringify(Writer& writer, NullValue) { in stringify() function
26 void stringify(Writer& writer, bool v) { in stringify() function
31 void stringify(Writer& writer, uint64_t v) { in stringify() function
36 void stringify(Writer& writer, int64_t v) { in stringify() function
41 void stringify(Writer& writer, double v) { in stringify() function
46 void stringify(Writer& writer, const std::string& v) { in stringify() function
51 void stringify(Writer& writer, const T& v) { in stringify() function
56 void stringify(Writer& writer, const Color& v) { in stringify() function
61 void stringify(Writer& writer, const std::array<float, 2>& v) { in stringify() function
69 void stringify(Writer& writer, const std::array<float, 4>& v) { in stringify() function
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dcolor.cpp25 std::string Color::stringify() const { in stringify() function in mbgl::Color
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dxf86int10module.c19 #define stringify(x) #x macro
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dutil.h29 #define stringify(s) stringify_(s) macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojson/0.4.2/include/mapbox/
H A Dgeojson_impl.hpp438 std::string stringify(const T& t) { in stringify() function
446 std::string stringify(const geojson& element) { in stringify() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dproperties.hpp201 void stringify(Writer& writer) const { in stringify() function in mbgl::style::Properties::Unevaluated
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dvalue.cpp70 std::string stringify(const Value& value) { in stringify() function
/OK3568_Linux_fs/kernel/drivers/pinctrl/aspeed/
H A Dpinmux-aspeed.h579 #define stringify(x) #x macro
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/pysh/
H A Dpyshyacc.py761 def stringify(value): function
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c41 void (*stringify)(struct qede_arfs_tuple *t, void *buffer); member
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h1139 #define stringify(s) tostring(s) macro