Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dcoded_stream.h716 static uint8* WriteRawToArray(const void* buffer, int size, uint8* target);
1186 return WriteRawToArray(str.data(), static_cast<int>(str.size()), target); in WriteStringToArray()
Dcoded_stream.cc695 uint8* CodedOutputStream::WriteRawToArray( in WriteRawToArray() function in google::protobuf::io::CodedOutputStream