/external/clang/test/CodeGenCXX/ |
array-value-initialize.cpp | 12 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/ |
shelf_button.h | 141 BarView* bar_; member in class:ash::internal::ShelfButton
|
/external/chromium_org/ash/system/chromeos/audio/ |
tray_audio.cc | 205 bar_(NULL), 219 bar_ = new BarSeparator; 220 AddChildView(bar_); 263 // Updates bar_, device_type_ icon, and more_ buttons. 267 bar_->SetVisible(false); 282 bar_->SetVisible(show_more); 331 // Layout either bar_ or device_type_ at the left of the more_ button. 336 view_left_to_more = bar_; 346 gfx::Size bar_size = bar_->GetPreferredSize(); 350 bar_->SetBoundsRect(bar_bounds) 407 BarSeparator* bar_; member in class:ash::internal::tray::VolumeView [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_unittest.cc | 1139 const MethodDescriptor* bar_; member in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest [all...] |
/external/clang/test/FixIt/ |
fixit.cpp | 216 Bar bar_; // expected-error {{must use 'enum' tag to refer to type 'Bar' in this scope}} member in class:ShadowedTagType::Foo 218 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/ |
cpp_unittest.cc | 1015 const MethodDescriptor* bar_; member in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest [all...] |
/external/clang/test/Analysis/ |
misc-ps-region-store.cpp | 188 Bar* bar_; member in class:Foo 192 Use(bar_); 194 bar_->Work();
|
/external/protobuf/src/google/protobuf/ |
descriptor_unittest.cc | 451 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_->number()) 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/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor_unittest.cc | 453 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_->number()) 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/clang/test/SemaCXX/ |
warn-thread-safety-analysis.cpp | 1095 Bar<T> bar_; member in class:thread_annot_lock_68_modified::Foo [all...] |