Home
last modified time | relevance | path

Searched refs:EnumSize (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/
Dwire_format.cc1083 data_size += WireFormatLite::EnumSize( in FieldDataOnlyByteSize()
1087 data_size += WireFormatLite::EnumSize( in FieldDataOnlyByteSize()
Dwire_format_lite.h491 static inline int EnumSize ( int value);
Dtype.pb.cc627 ::google::protobuf::internal::WireFormatLite::EnumSize(this->syntax()); in ByteSize()
1512 ::google::protobuf::internal::WireFormatLite::EnumSize(this->kind()); in ByteSize()
1518 ::google::protobuf::internal::WireFormatLite::EnumSize(this->cardinality()); in ByteSize()
2261 ::google::protobuf::internal::WireFormatLite::EnumSize(this->syntax()); in ByteSize()
Dapi.pb.cc569 ::google::protobuf::internal::WireFormatLite::EnumSize(this->syntax()); in ByteSize()
1329 ::google::protobuf::internal::WireFormatLite::EnumSize(this->syntax()); in ByteSize()
Dwire_format_lite_inl.h833 inline int WireFormatLite::EnumSize(int value) { in EnumSize() function
Dstruct.pb.cc833 ::google::protobuf::internal::WireFormatLite::EnumSize(this->null_value()); in ByteSize()
Ddescriptor.pb.cc4750 ::google::protobuf::internal::WireFormatLite::EnumSize(this->label()); in ByteSize()
4756 ::google::protobuf::internal::WireFormatLite::EnumSize(this->type()); in ByteSize()
8595 ::google::protobuf::internal::WireFormatLite::EnumSize(this->optimize_for()); in ByteSize()
10302 ::google::protobuf::internal::WireFormatLite::EnumSize(this->ctype()); in ByteSize()
10313 ::google::protobuf::internal::WireFormatLite::EnumSize(this->jstype()); in ByteSize()
/external/tensorflow/tensorflow/core/kernels/
Dencode_proto_op.cc184 WireFormatLite::EnumSize(input_t(static_cast<int64>(message_index), i)); in TotalPackedSize()