Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.h463 PROTOBUF_ALWAYS_INLINE static uint8* WriteTagToArray(int field_number,
1354 inline uint8* WireFormatLite::WriteTagToArray(int field_number, WireType type, in WriteTagToArray() function
1356 return io::CodedOutputStream::WriteTagToArray(MakeTag(field_number, type), in WriteTagToArray()
1514 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target); in WriteInt32ToArray()
1519 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target); in WriteInt64ToArray()
1524 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target); in WriteUInt32ToArray()
1529 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target); in WriteUInt64ToArray()
1534 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target); in WriteSInt32ToArray()
1539 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target); in WriteSInt64ToArray()
1544 target = WriteTagToArray(field_number, WIRETYPE_FIXED32, target); in WriteFixed32ToArray()
[all …]
Dwire_format.cc219 target = WireFormatLite::WriteTagToArray( in InternalSerializeUnknownFieldsToArray()
224 target = WireFormatLite::WriteTagToArray( in InternalSerializeUnknownFieldsToArray()
243 target = io::CodedOutputStream::WriteTagToArray( in InternalSerializeUnknownMessageSetItemsToArray()
247 target = io::CodedOutputStream::WriteTagToArray( in InternalSerializeUnknownMessageSetItemsToArray()
253 target = io::CodedOutputStream::WriteTagToArray( in InternalSerializeUnknownMessageSetItemsToArray()
260 target = io::CodedOutputStream::WriteTagToArray( in InternalSerializeUnknownMessageSetItemsToArray()
1196 target = WireFormatLite::WriteTagToArray( in InternalSerializeMapEntry()
1430 target = io::CodedOutputStream::WriteTagToArray( in InternalSerializeMessageSetItem()
1441 target = io::CodedOutputStream::WriteTagToArray( in InternalSerializeMessageSetItem()
Dmap_entry_lite.h118 ptr = WireFormatLite::WriteTagToArray(
Dextension_set.cc1936 target = WireFormatLite::WriteTagToArray( in InternalSerializeFieldWithCachedSizesToArray()
2088 target = io::CodedOutputStream::WriteTagToArray( in InternalSerializeMessageSetItemWithCachedSizesToArray()
2104 target = io::CodedOutputStream::WriteTagToArray( in InternalSerializeMessageSetItemWithCachedSizesToArray()
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_field_base.cc65 io::CodedOutputStream::WriteTagToArray(tag, tag_array); in SetCommonFieldVariables()
79 io::CodedOutputStream::WriteTagToArray(tag, tag_array); in SetCommonFieldVariables()
/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h1173 static uint8* WriteTagToArray(uint32 value, uint8* target);
1658 inline uint8* CodedOutputStream::WriteTagToArray(uint32 value, uint8* target) { in WriteTagToArray() function