Searched refs:varint (Results 1 – 4 of 4) 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_reader.hpp | 101 …protozero_assert((has_wire_type(pbf_wire_type::varint) || has_wire_type(pbf_wire_type::length_deli… in get_svarint() 291 case pbf_wire_type::varint: in next() 458 case pbf_wire_type::varint: in skip() 489 protozero_assert(has_wire_type(pbf_wire_type::varint) && "not a varint"); in get_bool() 503 protozero_assert(has_wire_type(pbf_wire_type::varint) && "not a varint"); in get_enum() 515 protozero_assert(has_wire_type(pbf_wire_type::varint) && "not a varint"); in get_int32() 527 protozero_assert(has_wire_type(pbf_wire_type::varint) && "not a varint"); in get_sint32() 539 protozero_assert(has_wire_type(pbf_wire_type::varint) && "not a varint"); in get_uint32() 551 protozero_assert(has_wire_type(pbf_wire_type::varint) && "not a varint"); in get_int64() 563 protozero_assert(has_wire_type(pbf_wire_type::varint) && "not a varint"); in get_sint64() [all …]
|
| H A D | types.hpp | 41 varint = 0, // int32/64, uint32/64, sint32/64, bool, enum enumerator
|
| H A D | pbf_writer.hpp | 85 add_field(tag, pbf_wire_type::varint); in add_tagged_varint() 327 add_field(tag, pbf_wire_type::varint); in add_bool()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ncp/libowfat/ |
| H A D | 0001-replace-__pure__-with-compiler-attribute-pure.patch | 267 …(char* dest,const char* s,size_t l) __pure__; /* protocol buffers encoding: varint length + blob */ 276 …ng(char* dest,const char* s,size_t l) __PURE; /* protocol buffers encoding: varint length + blob */
|