Searched defs:MyType (Results 1 - 18 of 18) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBEnumChildren.h22 typedef IPDBEnumChildren<ChildType> MyType; typedef in class:llvm::pdb::IPDBEnumChildren
30 virtual MyType *clone() const = 0;
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/
H A DIPDBEnumChildren.h22 typedef IPDBEnumChildren<ChildType> MyType; typedef in class:llvm::pdb::IPDBEnumChildren
30 virtual MyType *clone() const = 0;
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/
H A DIPDBEnumChildren.h22 typedef IPDBEnumChildren<ChildType> MyType; typedef in class:llvm::pdb::IPDBEnumChildren
30 virtual MyType *clone() const = 0;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBEnumChildren.h22 typedef IPDBEnumChildren<ChildType> MyType; typedef in class:llvm::pdb::IPDBEnumChildren
30 virtual MyType *clone() const = 0;
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/
H A DIPDBEnumChildren.h22 typedef IPDBEnumChildren<ChildType> MyType; typedef in class:llvm::pdb::IPDBEnumChildren
30 virtual MyType *clone() const = 0;
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/
H A DIPDBEnumChildren.h22 typedef IPDBEnumChildren<ChildType> MyType; typedef in class:llvm::pdb::IPDBEnumChildren
30 virtual MyType *clone() const = 0;
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/support/test.support/
H A Dtest_demangle.pass.cpp14 struct MyType {}; struct
24 {typeid(MyType).name(), "MyType"},
25 {typeid(ArgumentListID<int, MyType>).name(), "ArgumentListID<int, MyType>"}
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/test.support/
H A Dtest_demangle.pass.cpp14 struct MyType {}; struct
24 {typeid(MyType).name(), "MyType"},
25 {typeid(ArgumentListID<int, MyType>).name(), "ArgumentListID<int, MyType>"}
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/libcxx/algorithms/
H A Ddebug_less.pass.cpp27 struct MyType { struct
29 explicit MyType(int xvalue = 0) : value(xvalue) {} function in struct:MyType
33 bool operator<(MyType<ID1> const& LHS, MyType<ID2> const& RHS) {
85 typedef MyType<0> MT0;
86 typedef MyType<1> MT1;
/prebuilts/ndk/current/sources/third_party/googletest/googletest/test/
H A Dgtest_list_tests_unittest_.cc79 class MyType { class
81 explicit MyType(const std::string& a_value) : value_(a_value) {} function in class:MyType
89 // Teaches Google Test how to print a MyType.
90 void PrintTo(const MyType& x, std::ostream* os) {
94 class ValueParamTest : public testing::TestWithParam<MyType> {
105 testing::Values(MyType("one line"),
106 MyType("two\nlines"),
107 MyType("a very\nloooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong line"))); // NOLINT
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/
H A Dgtest_list_tests_unittest_.cc79 class MyType { class
81 explicit MyType(const std::string& a_value) : value_(a_value) {} function in class:MyType
89 // Teaches Google Test how to print a MyType.
90 void PrintTo(const MyType& x, std::ostream* os) {
94 class ValueParamTest : public testing::TestWithParam<MyType> {
105 testing::Values(MyType("one line"),
106 MyType("two\nlines"),
107 MyType("a very\nloooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong line"))); // NOLINT
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/algorithms/
H A Ddebug_less.pass.cpp27 struct MyType { struct
29 explicit MyType(int xvalue = 0) : value(xvalue) {} function in struct:MyType
33 bool operator<(MyType<ID1> const& LHS, MyType<ID2> const& RHS) {
85 typedef MyType<0> MT0;
86 typedef MyType<1> MT1;
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
H A Dgtest_list_tests_unittest_.cc79 class MyType { class
81 explicit MyType(const std::string& a_value) : value_(a_value) {} function in class:MyType
89 // Teaches Google Test how to print a MyType.
90 void PrintTo(const MyType& x, std::ostream* os) {
94 class ValueParamTest : public testing::TestWithParam<MyType> {
105 testing::Values(MyType("one line"),
106 MyType("two\nlines"),
107 MyType("a very\nloooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong line"))); // NOLINT
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/
H A Dgtest_list_tests_unittest_.cc79 class MyType { class
81 explicit MyType(const std::string& a_value) : value_(a_value) {} function in class:MyType
89 // Teaches Google Test how to print a MyType.
90 void PrintTo(const MyType& x, std::ostream* os) {
94 class ValueParamTest : public testing::TestWithParam<MyType> {
105 testing::Values(MyType("one line"),
106 MyType("two\nlines"),
107 MyType("a very\nloooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong line"))); // NOLINT
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_argparse.py1585 class MyType(TestCase): class in class:TestTypeUserDefined
1596 Sig('-x', type=MyType),
1597 Sig('spam', type=MyType),
1601 ('a -x b', NS(x=MyType('b'), spam=MyType('a'))),
1602 ('-xf g', NS(x=MyType('f'), spam=MyType('g'))),
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_argparse.py1585 class MyType(TestCase): class in class:TestTypeUserDefined
1596 Sig('-x', type=MyType),
1597 Sig('spam', type=MyType),
1601 ('a -x b', NS(x=MyType('b'), spam=MyType('a'))),
1602 ('-xf g', NS(x=MyType('f'), spam=MyType('g'))),
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_argparse.py1585 class MyType(TestCase): class in class:TestTypeUserDefined
1596 Sig('-x', type=MyType),
1597 Sig('spam', type=MyType),
1601 ('a -x b', NS(x=MyType('b'), spam=MyType('a'))),
1602 ('-xf g', NS(x=MyType('f'), spam=MyType('g'))),
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_argparse.py1585 class MyType(TestCase): class in class:TestTypeUserDefined
1596 Sig('-x', type=MyType),
1597 Sig('spam', type=MyType),
1601 ('a -x b', NS(x=MyType('b'), spam=MyType('a'))),
1602 ('-xf g', NS(x=MyType('f'), spam=MyType('g'))),

Completed in 572 milliseconds