Searched refs:kEnumTypeFieldNumber (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | metadata_test.cc | 120 enum_path.push_back(FileDescriptorProto::kEnumTypeFieldNumber); in TEST_F()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 7342 int path[] = {FileDescriptorProto::kEnumTypeFieldNumber, 0, in TEST_F() 7345 int unint[] = {FileDescriptorProto::kEnumTypeFieldNumber, 0, in TEST_F() 7356 int path[] = {FileDescriptorProto::kEnumTypeFieldNumber, 0, in TEST_F() 7359 int unint[] = {FileDescriptorProto::kEnumTypeFieldNumber, 0, in TEST_F() 7370 int path[] = {FileDescriptorProto::kEnumTypeFieldNumber, 0, in TEST_F() 7373 int unint[] = {FileDescriptorProto::kEnumTypeFieldNumber, 0, in TEST_F() 7387 int path[] = {FileDescriptorProto::kEnumTypeFieldNumber, in TEST_F() 7394 int unint[] = {FileDescriptorProto::kEnumTypeFieldNumber, in TEST_F() 7409 int path[] = {FileDescriptorProto::kEnumTypeFieldNumber, in TEST_F() 7415 int unint[] = {FileDescriptorProto::kEnumTypeFieldNumber, in TEST_F()
|
D | descriptor.cc | 3072 output->push_back(DescriptorProto::kEnumTypeFieldNumber); in GetLocationPath() 3075 output->push_back(FileDescriptorProto::kEnumTypeFieldNumber); in GetLocationPath()
|
D | descriptor.pb.h | 643 kEnumTypeFieldNumber = 5, enumerator 1348 kEnumTypeFieldNumber = 4, enumerator
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 717 FileDescriptorProto::kEnumTypeFieldNumber, in ParseTopLevelStatement() 860 DescriptorProto::kEnumTypeFieldNumber, in ParseMessageStatement()
|