Searched refs:enum_type_size (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc71 for (int i = 0; i < file.enum_type_size(); i++) {
H A Ddescriptor.pb.cc1286 for (int i = 0; i < this->enum_type_size(); i++) {
1372 for (int i = 0; i < this->enum_type_size(); i++) {
1496 total_size += 1 * this->enum_type_size();
1497 for (int i = 0; i < this->enum_type_size(); i++) {
1587 for (int i = 0; i < enum_type_size(); i++) {
2117 for (int i = 0; i < this->enum_type_size(); i++) {
2173 for (int i = 0; i < this->enum_type_size(); i++) {
2251 total_size += 1 * this->enum_type_size();
2252 for (int i = 0; i < this->enum_type_size(); i++) {
2330 for (int i = 0; i < enum_type_size();
[all...]
H A Ddescriptor.pb.h372 inline int enum_type_size() const;
659 inline int enum_type_size() const;
3067 inline int FileDescriptorProto::enum_type_size() const { function in class:google::protobuf::FileDescriptorProto
3415 inline int DescriptorProto::enum_type_size() const { function in class:google::protobuf::DescriptorProto
/external/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc71 for (int i = 0; i < file.enum_type_size(); i++) {
H A Ddescriptor.pb.cc1136 for (int i = 0; i < this->enum_type_size(); i++) {
1204 for (int i = 0; i < this->enum_type_size(); i++) {
1280 total_size += 1 * this->enum_type_size();
1281 for (int i = 0; i < this->enum_type_size(); i++) {
1364 for (int i = 0; i < enum_type_size(); i++) {
1890 for (int i = 0; i < this->enum_type_size(); i++) {
1946 for (int i = 0; i < this->enum_type_size(); i++) {
2024 total_size += 1 * this->enum_type_size();
2025 for (int i = 0; i < this->enum_type_size(); i++) {
2103 for (int i = 0; i < enum_type_size();
[all...]
H A Ddescriptor.pb.h349 inline int enum_type_size() const;
628 inline int enum_type_size() const;
2652 inline int FileDescriptorProto::enum_type_size() const { function in class:google::protobuf::FileDescriptorProto
2901 inline int DescriptorProto::enum_type_size() const { function in class:google::protobuf::DescriptorProto
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc495 FileDescriptorProto::kEnumTypeFieldNumber, file->enum_type_size());
613 message->enum_type_size());

Completed in 189 milliseconds