Searched refs:one_ (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() 122 int one_; member in google::protobuf::__anon3a92e28e0111::MustBeConstructedWithOneThroughFour 138 : one_(one), two_(two), three_(three), four_(four), five_(five), in MustBeConstructedWithOneThroughEight() 141 int one_; member in google::protobuf::__anon3a92e28e0111::MustBeConstructedWithOneThroughEight 193 ASSERT_EQ(1, new_object->one_); in TEST() 209 ASSERT_EQ(1, new_object->one_); in TEST()
|