Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h1121 static uint8* WriteStringToArray(const std::string& str, uint8* target);
1699 inline uint8* CodedOutputStream::WriteStringToArray(const std::string& str, in WriteStringToArray() function
Dcoded_stream.cc951 return WriteStringToArray(str, target); in WriteStringWithSizeToArray()
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.h614 PROTOBUF_ALWAYS_INLINE static uint8* WriteStringToArray(
1663 inline uint8* WireFormatLite::WriteStringToArray(int field_number, in WriteStringToArray() function