HomeSort by relevance Sort by last modified time
    Searched refs:SerializeWithCachedSizesToArray (Results 1 - 25 of 43) sorted by null

1 2

  /external/protobuf/src/google/protobuf/
message_lite.cc 224 uint8* MessageLite::SerializeWithCachedSizesToArray(uint8* target) const {
251 uint8* end = SerializeWithCachedSizesToArray(buffer);
302 uint8* end = SerializeWithCachedSizesToArray(start);
328 uint8* end = SerializeWithCachedSizesToArray(start);
message_lite.h 255 virtual uint8* SerializeWithCachedSizesToArray(uint8* target) const;
wrappers.pb.h 91 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
182 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
273 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
364 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
455 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
546 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
637 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
728 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
827 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
    [all...]
map_entry.h 169 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const {
170 return entry_lite_.SerializeWithCachedSizesToArray(output);
duration.pb.h 78 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
empty.pb.h 83 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
timestamp.pb.h 83 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
struct.pb.h 103 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
205 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
357 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
any.pb.h 89 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
empty.pb.cc 224 ::google::protobuf::uint8* Empty::SerializeWithCachedSizesToArray(
field_mask.pb.h 78 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
source_context.pb.h 78 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
wire_format_lite_inl.h     [all...]
wrappers.pb.cc 451 ::google::protobuf::uint8* DoubleValue::SerializeWithCachedSizesToArray(
709 ::google::protobuf::uint8* FloatValue::SerializeWithCachedSizesToArray(
    [all...]
descriptor.pb.h 225 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
317 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
560 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
659 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
758 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
    [all...]
wire_format_lite.cc 469 uint8* end = value.SerializeWithCachedSizesToArray(target);
485 uint8* end = value.SerializeWithCachedSizesToArray(target);
duration.pb.cc 282 ::google::protobuf::uint8* Duration::SerializeWithCachedSizesToArray(
field_mask.pb.cc 248 ::google::protobuf::uint8* FieldMask::SerializeWithCachedSizesToArray(
map_entry_lite.h 183 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const {
source_context.pb.cc 247 ::google::protobuf::uint8* SourceContext::SerializeWithCachedSizesToArray(
  /external/grpc-grpc/include/grpcpp/impl/codegen/
proto_utils.h 56 GPR_CODEGEN_ASSERT(slice.end() == msg.SerializeWithCachedSizesToArray(
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_response_cache.cc 46 msg_->SerializeWithCachedSizesToArray(
grpc_tensor_coding.cc 37 proto.SerializeWithCachedSizesToArray(
  /external/perfetto/src/tracing/test/
tracing_integration_test.cc 326 config_proto.SerializeWithCachedSizesToArray(
330 packet.trace_config().SerializeWithCachedSizesToArray(
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 614 // Test the generated SerializeWithCachedSizesToArray(),
622 uint8* end = message1.SerializeWithCachedSizesToArray(start);
636 uint8* end = packed_message1.SerializeWithCachedSizesToArray(start);
    [all...]

Completed in 806 milliseconds

1 2