Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dgenerated_message_util.cc284 struct ArrayOutput { struct
290 struct OutputHelper<ArrayOutput, type> {
291 static void Serialize(const void* ptr, ArrayOutput* output) { in Serialize()
301 void SerializeMessageNoTable(const MessageLite* msg, ArrayOutput* output) { in SerializeMessageNoTable()
335 int32 cached_size, ArrayOutput* output) { in SerializeMessageDispatch()
680 ArrayOutput array_output = {buffer, is_deterministic}; in SerializeInternalToArray()
681 ArrayOutput* output = &array_output; in SerializeInternalToArray()