/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | wire_format_lite.h | 471 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 D | wire_format.cc | 217 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 D | wire_format_lite.cc | 536 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 D | extension_set.cc | 1723 target = WireFormatLite::WriteTagToArray( in Swap() 1894 target = io::CodedOutputStream::WriteTagToArray( in Swap() 1912 target = io::CodedOutputStream::WriteTagToArray( in Swap()
|
H A D | map_type_handler.h | 708 ptr = WireFormatLite::WriteTagToArray(
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | wire_format_lite.h | 467 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 D | wire_format.cc | 217 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 D | wire_format_lite.cc | 536 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 D | extension_set.cc | 1723 target = WireFormatLite::WriteTagToArray( in Swap() 1894 target = io::CodedOutputStream::WriteTagToArray( in Swap() 1912 target = io::CodedOutputStream::WriteTagToArray( in Swap()
|
H A D | map_type_handler.h | 708 ptr = WireFormatLite::WriteTagToArray(
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/csharp/ |
H A D | csharp_field_base.cc | 65 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 D | csharp_field_base.cc | 65 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 D | coded_stream.h | 1185 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 D | coded_stream.h | 1185 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/ |
D | wire_format_lite.sdump | 3362 "function_name" : "google::protobuf::io::CodedOutputStream::WriteTagToArray", 7335 "function_name" : "google::protobuf::internal::WireFormatLite::WriteTagToArray",
|
D | generated_enum_util.sdump | 3240 "function_name" : "google::protobuf::io::CodedOutputStream::WriteTagToArray", 6677 "function_name" : "google::protobuf::internal::WireFormatLite::WriteTagToArray",
|
D | implicit_weak_message.sdump | 3414 "function_name" : "google::protobuf::io::CodedOutputStream::WriteTagToArray", 7433 "function_name" : "google::protobuf::internal::WireFormatLite::WriteTagToArray",
|
D | arenastring.sdump | 3293 "function_name" : "google::protobuf::io::CodedOutputStream::WriteTagToArray", 7581 "function_name" : "google::protobuf::internal::WireFormatLite::WriteTagToArray",
|
D | any_lite.sdump | 3388 "function_name" : "google::protobuf::io::CodedOutputStream::WriteTagToArray", 7138 "function_name" : "google::protobuf::internal::WireFormatLite::WriteTagToArray",
|
D | inlined_string_field.sdump | 3305 "function_name" : "google::protobuf::io::CodedOutputStream::WriteTagToArray", 7213 "function_name" : "google::protobuf::internal::WireFormatLite::WriteTagToArray",
|
D | parse_context.sdump | 3378 "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/ |
D | generated_enum_util.sdump | 3240 "function_name" : "google::protobuf::io::CodedOutputStream::WriteTagToArray", 6677 "function_name" : "google::protobuf::internal::WireFormatLite::WriteTagToArray",
|
D | wire_format_lite.sdump | 3362 "function_name" : "google::protobuf::io::CodedOutputStream::WriteTagToArray", 7335 "function_name" : "google::protobuf::internal::WireFormatLite::WriteTagToArray",
|
D | implicit_weak_message.sdump | 3414 "function_name" : "google::protobuf::io::CodedOutputStream::WriteTagToArray", 7433 "function_name" : "google::protobuf::internal::WireFormatLite::WriteTagToArray",
|
D | parse_context.sdump | 3378 "function_name" : "google::protobuf::io::CodedOutputStream::WriteTagToArray", 7363 "function_name" : "google::protobuf::internal::WireFormatLite::WriteTagToArray",
|