Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dgenerated_message_util.cc283 struct ArrayOutput { struct
289 struct OutputHelper<ArrayOutput, type> {
290 static void Serialize(const void* ptr, ArrayOutput* output) { in Serialize()
300 void SerializeMessageNoTable(const MessageLite* msg, ArrayOutput* output) { in SerializeMessageNoTable()
320 int32 cached_size, ArrayOutput* output) { in SerializeMessageDispatch()
665 ArrayOutput array_output = {buffer, is_deterministic}; in SerializeInternalToArray()
666 ArrayOutput* output = &array_output; in SerializeInternalToArray()