Searched defs:add_string (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/protozero/1.5.2/include/protozero/ |
| H A D | pbf_builder.hpp | 103 void add_string(T tag, const char* value, std::size_t size) { in add_string() function in protozero::pbf_builder 107 void add_string(T tag, const data_view& value) { in add_string() function in protozero::pbf_builder 111 void add_string(T tag, const std::string& value) { in add_string() function in protozero::pbf_builder 115 void add_string(T tag, const char* value) { in add_string() function in protozero::pbf_builder
|
| H A D | pbf_writer.hpp | 553 void add_string(pbf_tag_type tag, const char* value, std::size_t size) { in add_string() function in protozero::pbf_writer 563 void add_string(pbf_tag_type tag, const data_view& value) { in add_string() function in protozero::pbf_writer 573 void add_string(pbf_tag_type tag, const std::string& value) { in add_string() function in protozero::pbf_writer 584 void add_string(pbf_tag_type tag, const char* value) { in add_string() function in protozero::pbf_writer
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | prom_init.c | 654 static void add_string(char **str, const char *q) in add_string() function
|