Home
last modified time | relevance | path

Searched refs:UInt64Size (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
Dwire_format_lite.h488 static inline int UInt64Size (uint64 value);
Dwire_format_lite_inl.h824 inline int WireFormatLite::UInt64Size(uint64 value) { in UInt64Size() function
Dwrappers.pb.cc1246 ::google::protobuf::internal::WireFormatLite::UInt64Size( in ByteSize()
Ddescriptor.pb.cc12845 ::google::protobuf::internal::WireFormatLite::UInt64Size( in ByteSize()
/external/tensorflow/tensorflow/core/kernels/
Dencode_proto_op.cc93 data_size += WireFormatLite::UInt64Size( in TotalPackedSize()