Home
last modified time | relevance | path

Searched refs:WriteFixedPacked (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h785 PROTOBUF_ALWAYS_INLINE uint8* WriteFixedPacked(int num, const T& r, in WriteFixedPacked() function
/third_party/protobuf/src/google/protobuf/
Dwire_format.cc1304 target = stream->WriteFixedPacked(field->number(), r, target); \ in InternalSerializeField()