Searched refs:four_ (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | arena_unittest.cc | 120 : one_(one), two_(two), three_(three), four_(four) {} in MustBeConstructedWithOneThroughFour() 125 const PleaseDontCopyMe* four_; member in google::protobuf::__anon3a92e28e0111::MustBeConstructedWithOneThroughFour 138 : one_(one), two_(two), three_(three), four_(four), five_(five), in MustBeConstructedWithOneThroughEight() 144 const PleaseDontCopyMe* four_; member in google::protobuf::__anon3a92e28e0111::MustBeConstructedWithOneThroughEight 196 ASSERT_EQ(4, new_object->four_->value()); in TEST() 212 ASSERT_EQ(4, new_object->four_->value()); in TEST()
|