Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dencode_proto_op.cc214 data_size += WireFormatLite::SInt32Size( in TotalPackedSize()
227 data_size += WireFormatLite::SInt32Size( in TotalPackedSize()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h489 static inline int SInt32Size ( int32 value);
Dwire_format_lite_inl.h827 inline int WireFormatLite::SInt32Size(int32 value) { in SInt32Size() function