Home
last modified time | relevance | path

Searched refs:WriteUInt32ToArray (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.h543 PROTOBUF_ALWAYS_INLINE static uint8* WriteUInt32ToArray(int field_number,
589 PROTOBUF_ALWAYS_INLINE static uint8* WriteUInt32ToArray(
1522 inline uint8* WireFormatLite::WriteUInt32ToArray(int field_number, uint32 value, in WriteUInt32ToArray() function
1609 inline uint8* WireFormatLite::WriteUInt32ToArray( in WriteUInt32ToArray() function
1611 return WritePrimitiveToArray(field_number, value, WriteUInt32ToArray, target); in WriteUInt32ToArray()
Dwrappers.pb.cc1391 …target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteUInt32ToArray(1, this->_internal_… in _InternalSerialize()
Dwire_format.cc1433 target = WireFormatLite::WriteUInt32ToArray( in InternalSerializeMessageSetItem()
Dextension_set.cc2091 target = WireFormatLite::WriteUInt32ToArray( in InternalSerializeMessageSetItemWithCachedSizesToArray()