Home
last modified time | relevance | path

Searched refs:two_ (Results 1 – 9 of 9) sorted by relevance

/external/v8/tools/clang/plugins/tests/
Dinline_ctor.h18 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
Dmissing_ctor_dllexport.h28 MyVector<MyString> two_; variable
38 MyString two_; variable
56 MyVector<MyString> two_; variable
Dmissing_ctor.h30 MyVector<MyString> two_; variable
42 MyString two_; variable
58 MyVector<MyString> two_; variable
Dmissing_ctor_ignored_base.h35 MyVector<MyString> two_; variable
46 MyString two_; variable
Dmissing_ctor.cpp13 MyVector<MyString> two_; member in MissingInCPPOK
Dmissing_ctor_dllexport.cpp13 MyVector<MyString> two_; member in MissingInCPPOK
Dinline_ctor.cpp20 std::vector<std::string> two_; member in InlineInCPPOK
/external/protobuf/src/google/protobuf/
Darena_unittest.cc121 : 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/
DDynamicSymmetry.h82 …constexpr inline Generator(int one_, int two_, int flags_) : one(one_), two(two_), flags(flags_) {} in Generator()