/external/protobuf/src/google/protobuf/ |
D | message_lite.cc | 224 uint8* MessageLite::SerializeWithCachedSizesToArray(uint8* target) const { in SerializeWithCachedSizesToArray() function in google::protobuf::MessageLite 251 uint8* end = SerializeWithCachedSizesToArray(buffer); in SerializePartialToCodedStream() 302 uint8* end = SerializeWithCachedSizesToArray(start); in AppendPartialToString() 328 uint8* end = SerializeWithCachedSizesToArray(start); in SerializePartialToArray()
|
D | wrappers.pb.h | 91 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 182 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 273 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 364 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 455 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 546 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 637 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 728 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 827 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons…
|
D | map_entry.h | 169 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… in SerializeWithCachedSizesToArray() function 170 return entry_lite_.SerializeWithCachedSizesToArray(output); in SerializeWithCachedSizesToArray()
|
D | message_lite.h | 255 virtual uint8* SerializeWithCachedSizesToArray(uint8* target) const;
|
D | struct.pb.h | 103 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 205 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 357 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons…
|
D | wrappers.pb.cc | 451 ::google::protobuf::uint8* DoubleValue::SerializeWithCachedSizesToArray( in SerializeWithCachedSizesToArray() function in google::protobuf::DoubleValue 709 ::google::protobuf::uint8* FloatValue::SerializeWithCachedSizesToArray( in SerializeWithCachedSizesToArray() function in google::protobuf::FloatValue 967 ::google::protobuf::uint8* Int64Value::SerializeWithCachedSizesToArray( in SerializeWithCachedSizesToArray() function in google::protobuf::Int64Value 1227 ::google::protobuf::uint8* UInt64Value::SerializeWithCachedSizesToArray( in SerializeWithCachedSizesToArray() function in google::protobuf::UInt64Value 1487 ::google::protobuf::uint8* Int32Value::SerializeWithCachedSizesToArray( in SerializeWithCachedSizesToArray() function in google::protobuf::Int32Value 1747 ::google::protobuf::uint8* UInt32Value::SerializeWithCachedSizesToArray( in SerializeWithCachedSizesToArray() function in google::protobuf::UInt32Value 2007 ::google::protobuf::uint8* BoolValue::SerializeWithCachedSizesToArray( in SerializeWithCachedSizesToArray() function in google::protobuf::BoolValue 2274 ::google::protobuf::uint8* StringValue::SerializeWithCachedSizesToArray( in SerializeWithCachedSizesToArray() function in google::protobuf::StringValue 2593 ::google::protobuf::uint8* BytesValue::SerializeWithCachedSizesToArray( in SerializeWithCachedSizesToArray() function in google::protobuf::BytesValue
|
D | wire_format_lite_inl.h | 779 target = value.SerializeWithCachedSizesToArray(target); in WriteGroupToArray() 788 return value.SerializeWithCachedSizesToArray(target); in WriteMessageToArray() 799 ::SerializeWithCachedSizesToArray(target); in WriteGroupNoVirtualToArray() 810 ::SerializeWithCachedSizesToArray(target); in WriteMessageNoVirtualToArray()
|
D | empty.pb.h | 83 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons…
|
D | duration.pb.h | 78 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons…
|
D | timestamp.pb.h | 83 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons…
|
D | descriptor.pb.h | 225 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 317 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 560 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 659 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 758 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 975 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 1267 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 1361 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 1480 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 1596 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… [all …]
|
D | source_context.pb.h | 78 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons…
|
D | wire_format_lite.cc | 469 uint8* end = value.SerializeWithCachedSizesToArray(target); in WriteGroupMaybeToArray() 485 uint8* end = value.SerializeWithCachedSizesToArray(target); in WriteMessageMaybeToArray()
|
D | field_mask.pb.h | 78 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons…
|
D | type.pb.h | 167 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 310 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 567 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 693 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 796 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons…
|
D | empty.pb.cc | 224 ::google::protobuf::uint8* Empty::SerializeWithCachedSizesToArray( in SerializeWithCachedSizesToArray() function in google::protobuf::Empty
|
D | api.pb.h | 82 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 233 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 374 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons…
|
D | any.pb.h | 89 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons…
|
D | struct.pb.cc | 364 ::google::protobuf::uint8* Struct::SerializeWithCachedSizesToArray( in SerializeWithCachedSizesToArray() function in google::protobuf::Struct 777 ::google::protobuf::uint8* Value::SerializeWithCachedSizesToArray( in SerializeWithCachedSizesToArray() function in google::protobuf::Value 1370 ::google::protobuf::uint8* ListValue::SerializeWithCachedSizesToArray( in SerializeWithCachedSizesToArray() function in google::protobuf::ListValue
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | proto_utils.h | 56 GPR_CODEGEN_ASSERT(slice.end() == msg.SerializeWithCachedSizesToArray( in GenericSerialize()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 622 uint8* end = message1.SerializeWithCachedSizesToArray(start); in TEST() 636 uint8* end = packed_message1.SerializeWithCachedSizesToArray(start); in TEST() 1820 uint8* end = message1.SerializeWithCachedSizesToArray(start); in TEST_F() 1834 uint8* end = message1.SerializeWithCachedSizesToArray(start); in TEST_F() 1849 uint8* end = message1.SerializeWithCachedSizesToArray(start); in TEST_F() 1863 uint8* end = message1.SerializeWithCachedSizesToArray(start); in TEST_F() 1877 uint8* end = message1.SerializeWithCachedSizesToArray(start); in TEST_F() 1891 uint8* end = message1.SerializeWithCachedSizesToArray(start); in TEST_F()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.h | 90 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 214 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… 338 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons…
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_response_cache.cc | 46 msg_->SerializeWithCachedSizesToArray( in Encode()
|
D | grpc_tensor_coding.cc | 37 proto.SerializeWithCachedSizesToArray( in EncodeRecvTensorResponseToByteBuffer()
|
/external/perfetto/src/tracing/test/ |
D | tracing_integration_test.cc | 326 config_proto.SerializeWithCachedSizesToArray( in TEST_F() 330 packet.trace_config().SerializeWithCachedSizesToArray( in TEST_F()
|