Searched refs:foo_ (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor_unittest.cc | 643 foo_ = message_->field(0); in SetUp() 685 const FieldDescriptor* foo_; member in google::protobuf::descriptor_unittest::DescriptorTest 714 EXPECT_EQ(foo_, message_->field(0)); in TEST_F() 726 EXPECT_EQ(foo_, message_->FindFieldByName("foo")); in TEST_F() 741 EXPECT_EQ(foo_, message_->FindFieldByNumber(1)); in TEST_F() 756 EXPECT_EQ("foo", foo_->name()); in TEST_F() 763 EXPECT_EQ("TestMessage.foo", foo_->full_name()); in TEST_F() 803 EXPECT_EQ(foo_file_, foo_->file()); in TEST_F() 814 EXPECT_EQ(0, foo_->index()); in TEST_F() 821 EXPECT_EQ( 1, foo_->number()); in TEST_F() [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 1252 foo_(descriptor_->FindMethodByName("Foo")), in GeneratedServiceTest() 1258 ASSERT_TRUE(foo_ != NULL); in SetUp() 1263 const MethodDescriptor* foo_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest 1308 mock_service_.CallMethod(foo_, &mock_controller_, in TEST_F() 1333 mock_service_.CallMethod(foo_, &mock_controller_, in TEST_F() 1339 mock_service_.CallMethod(foo_, &mock_controller_, in TEST_F() 1349 &mock_service_.GetRequestPrototype(foo_)); in TEST_F() 1354 &mock_service_.GetResponsePrototype(foo_)); in TEST_F() 1367 EXPECT_EQ(foo_ , mock_channel_.method_ ); in TEST_F()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestProto3.cs | 4821 get { return fooCase_ == FooOneofCase.FooInt ? (int) foo_ : 0; } 4823 foo_ = value; 4832 get { return fooCase_ == FooOneofCase.FooString ? (string) foo_ : ""; } 4834 foo_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 4843 …Case_ == FooOneofCase.FooMessage ? (global::Google.Protobuf.TestProtos.TestAllTypes) foo_ : null; } 4845 foo_ = value; 4850 private object foo_; field in Google.Protobuf.TestProtos.TestOneof 4867 foo_ = null; in ClearFoo()
|