Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc386 WriteStringToArray(1, this->file_to_generate(i), target); in SerializeWithCachedSizesToArray()
396 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
891 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
902 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
913 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
1221 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
/external/protobuf/src/google/protobuf/
Dapi.pb.cc488 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
513 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
1238 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
1249 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
1265 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
1816 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
1827 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
Dtype.pb.cc561 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
579 WriteStringToArray(3, this->oneofs(i), target); in SerializeWithCachedSizesToArray()
1447 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
1458 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
1486 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
1497 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
2205 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
2713 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
3095 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
Dunknown_field_set.cc342 target = io::CodedOutputStream::WriteStringToArray(data, target); in SerializeLengthDelimitedNoTagToArray()
Dfield_mask.pb.cc258 WriteStringToArray(1, this->paths(i), target); in SerializeWithCachedSizesToArray()
Dsource_context.pb.cc257 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
Ddescriptor.pb.cc1617 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
1628 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
1639 WriteStringToArray(3, this->dependency(i), target); in SerializeWithCachedSizesToArray()
1703 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
3408 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
3475 WriteStringToArray(10, this->reserved_name(i), target); in SerializeWithCachedSizesToArray()
4643 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
4654 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
4682 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
4693 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
[all …]
Dany.pb.cc296 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
Dwire_format_lite.h455 INL static uint8* WriteStringToArray(
Dwire_format_lite_inl.h757 inline uint8* WireFormatLite::WriteStringToArray(int field_number, in WriteStringToArray() function
Dstruct.pb.cc798 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
Dwrappers.pb.cc2284 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.h721 static uint8* WriteStringToArray(const string& str, uint8* target);
1184 inline uint8* CodedOutputStream::WriteStringToArray( in WriteStringToArray() function
Dcoded_stream.cc912 return WriteStringToArray(str, target); in WriteStringWithSizeToArray()