Searched refs:four_ (Results 1 – 4 of 4) sorted by relevance
/external/v8/tools/clang/plugins/tests/ |
D | missing_ctor_ignored_base.h | 48 int four_; variable
|
D | missing_ctor_dllexport.h | 40 int four_; variable
|
D | missing_ctor.h | 44 int four_; variable
|
/external/protobuf/src/google/protobuf/ |
D | arena_unittest.cc | 121 : 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()
|