Searched defs:two_ (Results 1 - 9 of 9) sorted by relevance

/external/v8/tools/clang/plugins/tests/
H A Dmissing_ctor.cpp13 MyVector<MyString> two_; member in class:MissingInCPPOK
H A Dmissing_ctor_dllexport.cpp13 MyVector<MyString> two_; member in class:MissingInCPPOK
H A Dmissing_ctor_dllexport.h28 MyVector<MyString> two_; variable
38 MyString two_; variable
56 MyVector<MyString> two_; variable
H A Dinline_ctor.cpp20 std::vector<std::string> two_; member in class:InlineInCPPOK
H A Dmissing_ctor_ignored_base.h35 MyVector<MyString> two_; member in class:MissingCtorsWithIgnoredBase
46 MyString two_; member in class:MissingCtorsWithIgnoredGrandBase
H A Dinline_ctor.h18 std::vector<std::string> two_; member in class:InlineCtorsArentOKInHeader
29 std::vector<std::string> two_; \
43 std::vector<std::string> two_; member in class:DeletedMembersInHeaderAreOKThough
53 std::vector<std::string> two_; member in class:ExplicitlyInlinedIsAlsoOK
H A Dmissing_ctor.h30 MyVector<MyString> two_; member in class:MissingCtorsArentOKInHeader
42 MyString two_; member in class:InlineImplicitMoveCtorOK
58 MyVector<MyString> two_; member in class:ExplicitlyDefaultedInlineAlsoWarns
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
H A DDynamicSymmetry.h82 constexpr inline Generator(int one_, int two_, int flags_) : one(one_), two(two_), flags(flags_) {} argument
/external/protobuf/src/google/protobuf/
H A Darena_unittest.cc121 : one_(one), two_(two), three_(three), four_(four) {}
124 const char* const two_; member in class:google::protobuf::__anon16309::MustBeConstructedWithOneThroughFour
139 : one_(one), two_(two), three_(three), four_(four), five_(five),
143 const char* const two_; member in class:google::protobuf::__anon16309::MustBeConstructedWithOneThroughEight
195 ASSERT_STREQ("2", new_object->two_);
211 ASSERT_STREQ("2", new_object->two_);

Completed in 54 milliseconds