/external/clang/test/CodeGenCXX/ |
D | array-value-initialize.cpp | 12 Foo(void) : bar_(), dbar_(), sbar_() { in Foo() 14 printf("bar_[%d] = %d\n", i, bar_[i]); in Foo() 20 int bar_[5]; member
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 453 bar_ = message_->field(1); in SetUp() 477 const FieldDescriptor* bar_; member in google::protobuf::descriptor_unittest::DescriptorTest 504 EXPECT_EQ(bar_, message_->field(1)); in TEST_F() 516 EXPECT_EQ(bar_, message_->FindFieldByName("bar")); in TEST_F() 531 EXPECT_EQ(bar_, message_->FindFieldByNumber(6)); in TEST_F() 546 EXPECT_EQ("bar", bar_->name()); in TEST_F() 553 EXPECT_EQ("TestMessage.bar", bar_->full_name()); in TEST_F() 564 EXPECT_EQ(foo_file_, bar_->file()); in TEST_F() 575 EXPECT_EQ(1, bar_->index()); in TEST_F() 582 EXPECT_EQ( 6, bar_->number()); in TEST_F() [all …]
|
/external/clang/test/Analysis/ |
D | misc-ps-region-store.cpp | 184 Bar* bar_; member in Foo 188 Use(bar_); in ~Foo() 190 bar_->Work(); in ~Foo()
|
D | self-init.m | 293 @synthesize bar = bar_;
|
/external/clang/test/FixIt/ |
D | fixit.cpp | 218 Bar bar_; // expected-error {{must use 'enum' tag to refer to type 'Bar' in this scope}} member in ShadowedTagType::Foo 220 void Foo::SetBar(Bar bar) { bar_ = bar; } // expected-error {{must use 'enum' tag to refer to type … in SetBar()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 1197 bar_(descriptor_->FindMethodByName("Bar")), in GeneratedServiceTest() 1203 ASSERT_TRUE(bar_ != NULL); in SetUp() 1208 const MethodDescriptor* bar_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest 1265 mock_service_.CallMethod(bar_, &mock_controller_, in TEST_F() 1295 &mock_service_.GetRequestPrototype(bar_)); in TEST_F() 1300 &mock_service_.GetResponsePrototype(bar_)); in TEST_F() 1322 EXPECT_EQ(bar_, mock_channel_.method_); in TEST_F()
|
/external/bison/ |
D | NEWS | 291 --name-prefix=bar_, and yield 326 %name-prefix "bar_" | %define api.prefix "bar_"
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-analysis.cpp | 1138 Bar<T> bar_; member in thread_annot_lock_68_modified::Foo
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 3073 % we're called from @code, as @code{@value{foo-bar_}}, though.
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 3073 % we're called from @code, as @code{@value{foo-bar_}}, though.
|
/external/bison/build-aux/ |
D | texinfo.tex | 4188 % we're called from @code, as @code{@value{foo-bar_}}, though.
|