Searched defs:fields_size (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dstruct.pb.h127 int fields_size() const;
414 inline int Struct::fields_size() const { function in class:google::protobuf::Struct
H A Dstruct.pb.cc393 total_size += 1 * this->fields_size();
473 int Struct::fields_size() const { function in class:google::protobuf::Struct
H A Dtype.pb.cc515 for (unsigned int i = 0, n = this->fields_size(); i < n; i++) {
566 for (unsigned int i = 0, n = this->fields_size(); i < n; i++) {
631 total_size += 1 * this->fields_size();
632 for (int i = 0; i < this->fields_size(); i++) {
782 int Type::fields_size() const { function in class:google::protobuf::Type
H A Dtype.pb.h201 int fields_size() const;
906 inline int Type::fields_size() const { function in class:google::protobuf::Type

Completed in 121 milliseconds