Searched defs:WriteStringToArray (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h623 static uint8* WriteStringToArray(const string& str, uint8* target);
989 inline uint8* CodedOutputStream::WriteStringToArray( function in class:google::protobuf::io::CodedOutputStream
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h651 static uint8* WriteStringToArray(const string& str, uint8* target);
1032 inline uint8* CodedOutputStream::WriteStringToArray( function in class:google::protobuf::io::CodedOutputStream
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h655 inline uint8* WireFormatLite::WriteStringToArray(int field_number, function in class:google::protobuf::internal::WireFormatLite
664 return io::CodedOutputStream::WriteStringToArray(value, target);
671 return io::CodedOutputStream::WriteStringToArray(value, target);
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h639 inline uint8* WireFormatLite::WriteStringToArray(int field_number, function in class:google::protobuf::internal::WireFormatLite
648 return io::CodedOutputStream::WriteStringToArray(value, target);
655 return io::CodedOutputStream::WriteStringToArray(value, target);

Completed in 2349 milliseconds