FindFieldByNumber 1405 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc const FieldDescriptor* field = descriptor->FindFieldByNumber(*path_begin); FindFieldByNumber 507 third_party/protobuf/src/google/protobuf/descriptor.cc inline const FieldDescriptor* FindFieldByNumber( FindFieldByNumber 1099 third_party/protobuf/src/google/protobuf/descriptor.cc file()->tables_->FindFieldByNumber(this, key); FindFieldByNumber 3917 third_party/protobuf/src/google/protobuf/descriptor.cc file_tables_->FindFieldByNumber(field->containing_type(), FindFieldByNumber 176 third_party/protobuf/src/google/protobuf/descriptor.h const FieldDescriptor* FindFieldByNumber(int number) const; FindFieldByNumber 529 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc TEST_F(DescriptorTest, FindFieldByNumber) { FindFieldByNumber 530 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(foo_, message_->FindFieldByNumber(1)); FindFieldByNumber 531 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(bar_, message_->FindFieldByNumber(6)); FindFieldByNumber 532 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(baz_, message_->FindFieldByNumber(500000000)); FindFieldByNumber 533 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(qux_, message_->FindFieldByNumber(15)); FindFieldByNumber 534 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_TRUE(message_->FindFieldByNumber(837592) == NULL); FindFieldByNumber 535 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_TRUE(message_->FindFieldByNumber(2) == NULL); FindFieldByNumber 537 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(foo2_ , message2_->FindFieldByNumber(1)); FindFieldByNumber 538 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(bar2_ , message2_->FindFieldByNumber(2)); FindFieldByNumber 539 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(quux2_, message2_->FindFieldByNumber(6)); FindFieldByNumber 540 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_TRUE(message2_->FindFieldByNumber(15) == NULL); FindFieldByNumber 541 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_TRUE(message2_->FindFieldByNumber(500000000) == NULL); FindFieldByNumber 118 third_party/protobuf/src/google/protobuf/unknown_field_set_unittest.cc const FieldDescriptor* field = descriptor_->FindFieldByNumber(i); FindFieldByNumber 87 third_party/protobuf/src/google/protobuf/wire_format.cc field = descriptor->FindFieldByNumber(field_number);