Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dplugin.pb.cc379 WriteStringToArray(1, this->file_to_generate(i), target); in InternalSerializeWithCachedSizesToArray()
389 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
888 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
899 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
910 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
1222 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dapi.pb.cc481 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
506 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
1235 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
1246 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
1262 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
1817 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
1828 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
Dtype.pb.cc554 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
572 WriteStringToArray(3, this->oneofs(i), target); in InternalSerializeWithCachedSizesToArray()
1444 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
1455 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
1483 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
1494 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
2206 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
2718 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
3104 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
Dunknown_field_set.cc328 target = io::CodedOutputStream::WriteStringToArray(data, target); in SerializeLengthDelimitedNoTagToArray()
Dsource_context.pb.cc250 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
Dfield_mask.pb.cc251 WriteStringToArray(1, this->paths(i), target); in InternalSerializeWithCachedSizesToArray()
Ddescriptor.pb.cc1643 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
1654 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
1665 WriteStringToArray(3, this->dependency(i), target); in InternalSerializeWithCachedSizesToArray()
1729 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
3446 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
3513 WriteStringToArray(10, this->reserved_name(i), target); in InternalSerializeWithCachedSizesToArray()
4686 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
4697 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
4725 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
4736 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
[all …]
Dany.pb.cc289 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
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.cc869 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
Dwrappers.pb.cc2305 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in InternalSerializeWithCachedSizesToArray()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dcoded_stream.h734 static uint8* WriteStringToArray(const string& str, uint8* target);
1257 inline uint8* CodedOutputStream::WriteStringToArray( in WriteStringToArray() function
Dcoded_stream.cc951 return WriteStringToArray(str, target); in WriteStringWithSizeToArray()