Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc368 WriteStringToArray(1, this->file_to_generate(i), target); in SerializeWithCachedSizesToArray()
378 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
724 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
735 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
746 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
1033 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc1403 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
1414 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
1425 WriteStringToArray(3, this->dependency(i), target); in SerializeWithCachedSizesToArray()
2272 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
2961 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
2972 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
3000 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
3011 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
3359 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
3652 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
[all …]
Dunknown_field_set.cc260 target = io::CodedOutputStream::WriteStringToArray(data, target); in SerializeLengthDelimitedNoTagToArray()
Dwire_format_lite.h432 static inline uint8* WriteStringToArray(
Dwire_format_lite_inl.h741 inline uint8* WireFormatLite::WriteStringToArray(int field_number, in WriteStringToArray() function
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.h669 static uint8* WriteStringToArray(const string& str, uint8* target);
1116 inline uint8* CodedOutputStream::WriteStringToArray( in WriteStringToArray() function
Dcoded_stream.cc909 return WriteStringToArray(str, target); in WriteStringWithSizeToArray()