Searched refs:two_ (Results 1 – 9 of 9) sorted by relevance
/external/v8/tools/clang/plugins/tests/ |
D | inline_ctor.h | 18 std::vector<std::string> two_; variable 29 std::vector<std::string> two_; \ 43 std::vector<std::string> two_; variable 53 std::vector<std::string> two_; variable
|
D | missing_ctor_dllexport.h | 28 MyVector<MyString> two_; variable 38 MyString two_; variable 56 MyVector<MyString> two_; variable
|
D | missing_ctor.h | 30 MyVector<MyString> two_; variable 42 MyString two_; variable 58 MyVector<MyString> two_; variable
|
D | missing_ctor_ignored_base.h | 35 MyVector<MyString> two_; variable 46 MyString two_; variable
|
D | missing_ctor.cpp | 13 MyVector<MyString> two_; member in MissingInCPPOK
|
D | missing_ctor_dllexport.cpp | 13 MyVector<MyString> two_; member in MissingInCPPOK
|
D | inline_ctor.cpp | 20 std::vector<std::string> two_; member in InlineInCPPOK
|
/external/protobuf/src/google/protobuf/ |
D | arena_unittest.cc | 121 : one_(one), two_(two), three_(three), four_(four) {} in MustBeConstructedWithOneThroughFour() 124 const char* const two_; member in google::protobuf::__anon69e6ce8d0111::MustBeConstructedWithOneThroughFour 139 : one_(one), two_(two), three_(three), four_(four), five_(five), in MustBeConstructedWithOneThroughEight() 143 const char* const two_; member in google::protobuf::__anon69e6ce8d0111::MustBeConstructedWithOneThroughEight 195 ASSERT_STREQ("2", new_object->two_); in TEST() 211 ASSERT_STREQ("2", new_object->two_); in TEST()
|
/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()
|