/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 | 645 bar_ = message_->field(1); in SetUp() 687 const FieldDescriptor* bar_; member in google::protobuf::descriptor_unittest::DescriptorTest 716 EXPECT_EQ(bar_, message_->field(1)); in TEST_F() 728 EXPECT_EQ(bar_, message_->FindFieldByName("bar")); in TEST_F() 743 EXPECT_EQ(bar_, message_->FindFieldByNumber(6)); in TEST_F() 758 EXPECT_EQ("bar", bar_->name()); in TEST_F() 765 EXPECT_EQ("TestMessage.bar", bar_->full_name()); in TEST_F() 805 EXPECT_EQ(foo_file_, bar_->file()); in TEST_F() 816 EXPECT_EQ(1, bar_->index()); in TEST_F() 823 EXPECT_EQ( 6, bar_->number()); in TEST_F() [all …]
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | pickled_types_chromium.h | 41 int bar() const { return bar_; } in bar() 42 void set_bar(int bar) { bar_ = bar; } in set_bar() 50 int bar_ = 0; variable
|
D | pickled_types_blink.h | 47 int bar() const { return bar_; } in bar() 50 bar_ = bar; in set_bar() 59 int bar_ = 0; variable
|
D | pickled_types_blink.cc | 16 : foo_(foo), bar_(bar) { in PickledStructBlink() 18 DCHECK_GE(bar_, 0); in PickledStructBlink()
|
D | pickled_types_chromium.cc | 15 : foo_(foo), bar_(bar) {} in PickledStructChromium()
|
/external/libchrome/base/ |
D | optional_unittest.cc | 36 TestObject() : foo_(0), bar_(0.0), state_(State::DEFAULT_CONSTRUCTED) {} in TestObject() 39 : foo_(foo), bar_(bar), state_(State::VALUE_CONSTRUCTED) {} in TestObject() 43 bar_(other.bar_), in TestObject() 49 bar_(std::move(other.bar_)), in TestObject() 57 bar_ = other.bar_; in operator =() 65 bar_ = other.bar_; in operator =() 75 swap(bar_, other->bar_); in Swap() 82 return std::tie(foo_, bar_) == std::tie(other.foo_, other.bar_); in operator ==() 93 double bar_; member in base::__anon8c549ea10111::TestObject 415 explicit Test2(Test1&& other) : bar_(other.foo()) {} in TEST() [all …]
|
/external/perfetto/src/base/ |
D | optional_unittest.cc | 53 TestObject() : foo_(0), bar_(0.0), state_(State::DEFAULT_CONSTRUCTED) {} in TestObject() 56 : foo_(foo), bar_(bar), state_(State::VALUE_CONSTRUCTED) {} in TestObject() 60 bar_(other.bar_), in TestObject() 66 bar_(std::move(other.bar_)), in TestObject() 74 bar_ = other.bar_; in operator =() 82 bar_ = other.bar_; in operator =() 92 swap(bar_, other->bar_); in Swap() 99 return std::tie(foo_, bar_) == std::tie(other.foo_, other.bar_); in operator ==() 110 double bar_; member in perfetto::base::__anon3a00206c0111::TestObject 432 explicit Test2(Test1&& other) : bar_(other.foo()) {} in TEST() [all …]
|
/external/v8/tools/clang/rewrite_to_chrome_style/tests/ |
D | methods-expected.cc | 188 const Bar& GetBar() const { return bar_; } in GetBar() 193 Bar bar_; member in blink::BitVector
|
/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 | 1253 bar_(descriptor_->FindMethodByName("Bar")), in GeneratedServiceTest() 1259 ASSERT_TRUE(bar_ != NULL); in SetUp() 1264 const MethodDescriptor* bar_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest 1321 mock_service_.CallMethod(bar_, &mock_controller_, in TEST_F() 1351 &mock_service_.GetRequestPrototype(bar_)); in TEST_F() 1356 &mock_service_.GetResponsePrototype(bar_)); in TEST_F() 1378 EXPECT_EQ(bar_, mock_channel_.method_); in TEST_F()
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-analysis.cpp | 1138 Bar<T> bar_; member in thread_annot_lock_68_modified::Foo
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 3073 % we're called from @code, as @code{@value{foo-bar_}}, though.
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 3073 % we're called from @code, as @code{@value{foo-bar_}}, though.
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | texinfo.tex | 4189 % we're called from @code, as @code{@value{foo-bar_}}, though.
|
/external/mksh/src/ |
D | check.t | 2539 t 'bar_'
|
/external/libffi/ |
D | texinfo.tex | 4189 % we're called from @code, as @code{@value{foo-bar_}}, though.
|