Home
last modified time | relevance | path

Searched refs:four_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/clang/plugins/tests/
Dmissing_ctor_ignored_base.h48 int four_; variable
Dmissing_ctor_dllexport.h40 int four_; variable
Dmissing_ctor.h44 int four_; variable
/external/protobuf/src/google/protobuf/
Darena_unittest.cc121 : one_(one), two_(two), three_(three), four_(four) {} in MustBeConstructedWithOneThroughFour()
126 const PleaseDontCopyMe* four_; member in google::protobuf::__anon81a65a970111::MustBeConstructedWithOneThroughFour
139 : one_(one), two_(two), three_(three), four_(four), five_(five), in MustBeConstructedWithOneThroughEight()
145 const PleaseDontCopyMe* four_; member in google::protobuf::__anon81a65a970111::MustBeConstructedWithOneThroughEight
197 ASSERT_EQ(4, new_object->four_->value()); in TEST()
213 ASSERT_EQ(4, new_object->four_->value()); in TEST()