Home
last modified time | relevance | path

Searched refs:WriteTagToArray (Results 1 – 25 of 49) sorted by relevance

12

/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.h471 PROTOBUF_NDEBUG_INLINE static uint8_t* WriteTagToArray(int field_number,
1375 inline uint8_t* WireFormatLite::WriteTagToArray(int field_number, WireType type, in WriteTagToArray() function
1377 return io::CodedOutputStream::WriteTagToArray(MakeTag(field_number, type), in WriteTagToArray()
1540 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target); in WriteInt32ToArray()
1546 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target); in WriteInt64ToArray()
1552 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target); in WriteUInt32ToArray()
1558 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target); in WriteUInt64ToArray()
1564 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target); in WriteSInt32ToArray()
1570 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target); in WriteSInt64ToArray()
1576 target = WriteTagToArray(field_number, WIRETYPE_FIXED32, target); in WriteFixed32ToArray()
[all …]
H A Dwire_format.cc217 target = WireFormatLite::WriteTagToArray( in InternalSerializeUnknownFieldsToArray()
222 target = WireFormatLite::WriteTagToArray( in InternalSerializeUnknownFieldsToArray()
241 target = io::CodedOutputStream::WriteTagToArray( in InternalSerializeUnknownMessageSetItemsToArray()
245 target = io::CodedOutputStream::WriteTagToArray( in InternalSerializeUnknownMessageSetItemsToArray()
251 target = io::CodedOutputStream::WriteTagToArray( in InternalSerializeUnknownMessageSetItemsToArray()
258 target = io::CodedOutputStream::WriteTagToArray( in InternalSerializeUnknownMessageSetItemsToArray()
1206 target = WireFormatLite::WriteTagToArray( in InternalSerializeMapEntry()
1445 target = io::CodedOutputStream::WriteTagToArray( in InternalSerializeMessageSetItem()
1457 target = io::CodedOutputStream::WriteTagToArray( in InternalSerializeMessageSetItem()
H A Dwire_format_lite.cc536 target = WriteTagToArray(field_number, WIRETYPE_START_GROUP, target); in InternalWriteGroup()
539 return WriteTagToArray(field_number, WIRETYPE_END_GROUP, target); in InternalWriteGroup()
547 target = WriteTagToArray(field_number, WIRETYPE_LENGTH_DELIMITED, target); in InternalWriteMessage()
H A Dextension_set.cc1723 target = WireFormatLite::WriteTagToArray( in Swap()
1894 target = io::CodedOutputStream::WriteTagToArray( in Swap()
1912 target = io::CodedOutputStream::WriteTagToArray( in Swap()
H A Dmap_type_handler.h708 ptr = WireFormatLite::WriteTagToArray(
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.h467 PROTOBUF_NDEBUG_INLINE static uint8_t* WriteTagToArray(int field_number,
1383 inline uint8_t* WireFormatLite::WriteTagToArray(int field_number, WireType type, in WriteTagToArray() function
1385 return io::CodedOutputStream::WriteTagToArray(MakeTag(field_number, type), in WriteTagToArray()
1548 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target); in WriteInt32ToArray()
1554 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target); in WriteInt64ToArray()
1560 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target); in WriteUInt32ToArray()
1566 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target); in WriteUInt64ToArray()
1572 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target); in WriteSInt32ToArray()
1578 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target); in WriteSInt64ToArray()
1584 target = WriteTagToArray(field_number, WIRETYPE_FIXED32, target); in WriteFixed32ToArray()
[all …]
H A Dwire_format.cc217 target = WireFormatLite::WriteTagToArray( in InternalSerializeUnknownFieldsToArray()
222 target = WireFormatLite::WriteTagToArray( in InternalSerializeUnknownFieldsToArray()
241 target = io::CodedOutputStream::WriteTagToArray( in InternalSerializeUnknownMessageSetItemsToArray()
245 target = io::CodedOutputStream::WriteTagToArray( in InternalSerializeUnknownMessageSetItemsToArray()
251 target = io::CodedOutputStream::WriteTagToArray( in InternalSerializeUnknownMessageSetItemsToArray()
258 target = io::CodedOutputStream::WriteTagToArray( in InternalSerializeUnknownMessageSetItemsToArray()
1206 target = WireFormatLite::WriteTagToArray( in InternalSerializeMapEntry()
1445 target = io::CodedOutputStream::WriteTagToArray( in InternalSerializeMessageSetItem()
1457 target = io::CodedOutputStream::WriteTagToArray( in InternalSerializeMessageSetItem()
H A Dwire_format_lite.cc536 target = WriteTagToArray(field_number, WIRETYPE_START_GROUP, target); in InternalWriteGroup()
539 return WriteTagToArray(field_number, WIRETYPE_END_GROUP, target); in InternalWriteGroup()
547 target = WriteTagToArray(field_number, WIRETYPE_LENGTH_DELIMITED, target); in InternalWriteMessage()
H A Dextension_set.cc1723 target = WireFormatLite::WriteTagToArray( in Swap()
1894 target = io::CodedOutputStream::WriteTagToArray( in Swap()
1912 target = io::CodedOutputStream::WriteTagToArray( in Swap()
H A Dmap_type_handler.h708 ptr = WireFormatLite::WriteTagToArray(
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_field_base.cc65 io::CodedOutputStream::WriteTagToArray(tag, tag_array); in SetCommonFieldVariables()
79 io::CodedOutputStream::WriteTagToArray(tag, tag_array); in SetCommonFieldVariables()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_field_base.cc65 io::CodedOutputStream::WriteTagToArray(tag, tag_array); in SetCommonFieldVariables()
79 io::CodedOutputStream::WriteTagToArray(tag, tag_array); in SetCommonFieldVariables()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h1185 static uint8_t* WriteTagToArray(uint32_t value, uint8_t* target);
1723 inline uint8_t* CodedOutputStream::WriteTagToArray(uint32_t value, in WriteTagToArray() function
/aosp_15_r20/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h1185 static uint8_t* WriteTagToArray(uint32_t value, uint8_t* target);
1727 inline uint8_t* CodedOutputStream::WriteTagToArray(uint32_t value, in WriteTagToArray() function
/aosp_15_r20/out/soong/.intermediates/external/protobuf/libprotobuf-cpp-lite/android_arm64_armv8-2a_cortex-a55_static_cfi_apex31_sabi/obj/external/protobuf/src/google/protobuf/
Dwire_format_lite.sdump3362 "function_name" : "google::protobuf::io::CodedOutputStream::WriteTagToArray",
7335 "function_name" : "google::protobuf::internal::WireFormatLite::WriteTagToArray",
Dgenerated_enum_util.sdump3240 "function_name" : "google::protobuf::io::CodedOutputStream::WriteTagToArray",
6677 "function_name" : "google::protobuf::internal::WireFormatLite::WriteTagToArray",
Dimplicit_weak_message.sdump3414 "function_name" : "google::protobuf::io::CodedOutputStream::WriteTagToArray",
7433 "function_name" : "google::protobuf::internal::WireFormatLite::WriteTagToArray",
Darenastring.sdump3293 "function_name" : "google::protobuf::io::CodedOutputStream::WriteTagToArray",
7581 "function_name" : "google::protobuf::internal::WireFormatLite::WriteTagToArray",
Dany_lite.sdump3388 "function_name" : "google::protobuf::io::CodedOutputStream::WriteTagToArray",
7138 "function_name" : "google::protobuf::internal::WireFormatLite::WriteTagToArray",
Dinlined_string_field.sdump3305 "function_name" : "google::protobuf::io::CodedOutputStream::WriteTagToArray",
7213 "function_name" : "google::protobuf::internal::WireFormatLite::WriteTagToArray",
Dparse_context.sdump3378 "function_name" : "google::protobuf::io::CodedOutputStream::WriteTagToArray",
7363 "function_name" : "google::protobuf::internal::WireFormatLite::WriteTagToArray",
/aosp_15_r20/out/soong/.intermediates/external/protobuf/libprotobuf-cpp-lite/android_arm64_armv8-2a_cortex-a55_static_apex31_sabi/obj/external/protobuf/src/google/protobuf/
Dgenerated_enum_util.sdump3240 "function_name" : "google::protobuf::io::CodedOutputStream::WriteTagToArray",
6677 "function_name" : "google::protobuf::internal::WireFormatLite::WriteTagToArray",
Dwire_format_lite.sdump3362 "function_name" : "google::protobuf::io::CodedOutputStream::WriteTagToArray",
7335 "function_name" : "google::protobuf::internal::WireFormatLite::WriteTagToArray",
Dimplicit_weak_message.sdump3414 "function_name" : "google::protobuf::io::CodedOutputStream::WriteTagToArray",
7433 "function_name" : "google::protobuf::internal::WireFormatLite::WriteTagToArray",
Dparse_context.sdump3378 "function_name" : "google::protobuf::io::CodedOutputStream::WriteTagToArray",
7363 "function_name" : "google::protobuf::internal::WireFormatLite::WriteTagToArray",

12