Home
last modified time | relevance | path

Searched refs:SInt64Size (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/
Dwire_format_lite.h490 static inline int SInt64Size ( int64 value);
Dwire_format_lite_inl.h830 inline int WireFormatLite::SInt64Size(int64 value) { in SInt64Size() function
/external/tensorflow/tensorflow/core/kernels/
Dencode_proto_op.cc240 data_size += WireFormatLite::SInt64Size( in TotalPackedSize()