Searched defs:bar_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ash/system/audio/
H A Dvolume_view.h47 // Updates bar_, device_type_ icon, and more_ buttons.
72 BarSeparator* bar_; member in class:ash::tray::VolumeView
/external/clang/test/CodeGenCXX/
H A Darray-value-initialize.cpp12 Foo(void) : bar_(), dbar_(), sbar_() {
14 printf("bar_[%d] = %d\n", i, bar_[i]);
20 int bar_[5]; member in struct:Foo
/external/chromium_org/ash/shelf/
H A Dshelf_button.h136 BarView* bar_; member in class:ash::ShelfButton
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc1128 bar_(descriptor_->FindMethodByName("Bar")),
1134 ASSERT_TRUE(bar_ != NULL);
1139 const MethodDescriptor* bar_; member in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest
1196 mock_service_.CallMethod(bar_, &mock_controller_,
1226 &mock_service_.GetRequestPrototype(bar_));
1231 &mock_service_.GetResponsePrototype(bar_));
1253 EXPECT_EQ(bar_, mock_channel_.method_);
/external/clang/test/FixIt/
H A Dfixit.cpp218 Bar bar_; // expected-error {{must use 'enum' tag to refer to type 'Bar' in this scope}} member in class:ShadowedTagType::Foo
220 void Foo::SetBar(Bar bar) { bar_ = bar; } // expected-error {{must use 'enum' tag to refer to type 'Bar' in this scope}}
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc1004 bar_(descriptor_->FindMethodByName("Bar")),
1010 ASSERT_TRUE(bar_ != NULL);
1015 const MethodDescriptor* bar_; member in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest
1072 mock_service_.CallMethod(bar_, &mock_controller_,
1102 &mock_service_.GetRequestPrototype(bar_));
1107 &mock_service_.GetResponsePrototype(bar_));
1129 EXPECT_EQ(bar_, mock_channel_.method_);
/external/clang/test/Analysis/
H A Dmisc-ps-region-store.cpp184 Bar* bar_; member in class:Foo
188 Use(bar_);
190 bar_->Work();
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc453 bar_ = message_->field(1);
477 const FieldDescriptor* bar_; member in class:google::protobuf::descriptor_unittest::DescriptorTest
504 EXPECT_EQ(bar_, message_->field(1));
516 EXPECT_EQ(bar_, message_->FindFieldByName("bar"));
531 EXPECT_EQ(bar_, message_->FindFieldByNumber(6));
546 EXPECT_EQ("bar", bar_->name());
553 EXPECT_EQ("TestMessage.bar", bar_->full_name());
564 EXPECT_EQ(foo_file_, bar_->file());
575 EXPECT_EQ(1, bar_->index());
582 EXPECT_EQ( 6, bar_
902 const EnumValueDescriptor* bar_; member in class:google::protobuf::descriptor_unittest::EnumDescriptorTest
1076 const MethodDescriptor* bar_; member in class:google::protobuf::descriptor_unittest::ServiceDescriptorTest
1245 const Descriptor* bar_; member in class:google::protobuf::descriptor_unittest::NestedDescriptorTest
1424 const Descriptor* bar_; member in class:google::protobuf::descriptor_unittest::ExtensionDescriptorTest
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc451 bar_ = message_->field(1);
475 const FieldDescriptor* bar_; member in class:google::protobuf::descriptor_unittest::DescriptorTest
502 EXPECT_EQ(bar_, message_->field(1));
514 EXPECT_EQ(bar_, message_->FindFieldByName("bar"));
529 EXPECT_EQ(bar_, message_->FindFieldByNumber(6));
544 EXPECT_EQ("bar", bar_->name());
551 EXPECT_EQ("TestMessage.bar", bar_->full_name());
562 EXPECT_EQ(foo_file_, bar_->file());
573 EXPECT_EQ(1, bar_->index());
580 EXPECT_EQ( 6, bar_
900 const EnumValueDescriptor* bar_; member in class:google::protobuf::descriptor_unittest::EnumDescriptorTest
1074 const MethodDescriptor* bar_; member in class:google::protobuf::descriptor_unittest::ServiceDescriptorTest
1243 const Descriptor* bar_; member in class:google::protobuf::descriptor_unittest::NestedDescriptorTest
1422 const Descriptor* bar_; member in class:google::protobuf::descriptor_unittest::ExtensionDescriptorTest
[all...]
/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp1096 Bar<T> bar_; member in class:thread_annot_lock_68_modified::Foo

Completed in 452 milliseconds