Searched refs:WriteStringToArray (Results 1 – 14 of 14) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.cc | 386 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/ |
D | api.pb.cc | 488 ::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()
|
D | type.pb.cc | 561 ::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()
|
D | unknown_field_set.cc | 342 target = io::CodedOutputStream::WriteStringToArray(data, target); in SerializeLengthDelimitedNoTagToArray()
|
D | source_context.pb.cc | 257 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
|
D | field_mask.pb.cc | 258 WriteStringToArray(1, this->paths(i), target); in SerializeWithCachedSizesToArray()
|
D | descriptor.pb.cc | 1617 ::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 …]
|
D | any.pb.cc | 296 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
|
D | wire_format_lite.h | 455 INL static uint8* WriteStringToArray(
|
D | wire_format_lite_inl.h | 757 inline uint8* WireFormatLite::WriteStringToArray(int field_number, in WriteStringToArray() function
|
D | struct.pb.cc | 798 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
|
D | wrappers.pb.cc | 2284 ::google::protobuf::internal::WireFormatLite::WriteStringToArray( in SerializeWithCachedSizesToArray()
|
/external/protobuf/src/google/protobuf/io/ |
D | coded_stream.h | 721 static uint8* WriteStringToArray(const string& str, uint8* target); 1188 inline uint8* CodedOutputStream::WriteStringToArray( in WriteStringToArray() function
|
D | coded_stream.cc | 912 return WriteStringToArray(str, target); in WriteStringWithSizeToArray()
|