/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/libmojo/mojo/public/cpp/bindings/tests/ |
D | pickled_types_blink.h | 48 int bar() const { return bar_; } in bar() 51 bar_ = bar; in set_bar() 56 int bar_ = 0; variable
|
D | pickled_types_chromium.h | 42 int bar() const { return bar_; } in bar() 43 void set_bar(int bar) { bar_ = bar; } in set_bar() 51 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/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/base/ |
D | optional_unittest.cc | 30 TestObject() : foo_(0), bar_(0.0), state_(State::DEFAULT_CONSTRUCTED) {} in TestObject() 33 : foo_(foo), bar_(bar), state_(State::VALUE_CONSTRUCTED) {} in TestObject() 36 : foo_(other.foo_), bar_(other.bar_), state_(State::COPY_CONSTRUCTED) {} in TestObject() 40 bar_(std::move(other.bar_)), in TestObject() 47 bar_ = other.bar_; in operator =() 54 bar_ = other.bar_; in operator =() 63 swap(bar_, other->bar_); in Swap() 69 return foo_ == other.foo_ && bar_ == other.bar_; in operator ==() 77 double bar_; member in base::__anon378150570111::TestObject
|
/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/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/netperf/doc/ |
D | texinfo.tex | 2721 % we're called from @code, as @code{@value{foo-bar_}}. So \let any
|
/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.
|
/external/libmicrohttpd/doc/ |
D | texinfo.tex | 4189 % 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.
|