Searched refs:two_ (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/ |
D | DynamicSymmetry.h | 82 …constexpr inline Generator(int one_, int two_, int flags_) : one(one_), two(two_), flags(flags_) {} in Generator()
|
/external/protobuf/src/google/protobuf/ |
D | arena_unittest.cc | 114 : one_(one), two_(two), three_(three), four_(four) {} in MustBeConstructedWithOneThroughFour() 117 const char* const two_; member in google::protobuf::MustBeConstructedWithOneThroughFour 135 two_(two), in MustBeConstructedWithOneThroughEight() 144 const char* const two_; member in google::protobuf::MustBeConstructedWithOneThroughEight 229 ASSERT_STREQ("2", new_object->two_); in TEST() 245 ASSERT_STREQ("2", new_object->two_); in TEST()
|