Searched refs:Templates (Results 1 - 25 of 33) sorted by relevance

12

/external/clang/test/CodeGenCXX/
H A Dmangle-variadic-templates.cpp10 template<template<typename> class ...Templates> struct template_tuple { };
64 template<template<typename> class ...Templates>
65 template_tuple<Templates...> f7() {}
H A Ddebug-info-use-after-free.cpp25 NoneT > struct Templates;
27 template < typename > class T2 > struct Templates <T1, T2 > struct
67 typedef Templates < A >::type gtest_AllTests_;
80 typedef Templates < A >::type gtest_AllTests_;
/external/clang/test/SemaCXX/
H A Dlocal-classes.cpp35 namespace Templates { namespace
H A Dformat-strings.cpp80 namespace Templates { namespace
H A Dcxx1y-deduced-return-type.cpp102 namespace Templates { namespace
/external/clang/test/SemaTemplate/
H A Dtemp_arg_template.cpp64 template <template <typename> class... Templates> // expected-warning {{variadic templates are a C++11 extension}}
68 template <template <typename> class... Templates> // expected-warning {{variadic templates are a C++11 extension}}
69 template_tuple<Templates...> f7() {}
/external/clang/test/CXX/temp/temp.param/
H A Dp11-0x.cpp41 template<template<typename> class ...Templates, // expected-error{{template parameter pack must be the last template parameter}}
44 template<template<typename> class ...Templates, // expected-error{{template parameter pack must be the last template parameter}}
H A Dp9-0x.cpp13 template<template<class> class ...Templates = vector> // expected-error{{template parameter pack cannot have a default argument}}
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfFDFPageDictionary_autogen.cpp11 SkPdfArray* SkPdfFDFPageDictionary::Templates(SkPdfNativeDoc* doc) { function in class:SkPdfFDFPageDictionary
12 SkPdfNativeObject* ret = get("Templates", "");
20 return get("Templates", "") != NULL;
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTrAXFilter.java27 import javax.xml.transform.Templates;
44 private Templates m_templates;
57 public TrAXFilter (Templates templates)
/external/skia/tests/
H A DTemplatesTest.cpp70 DEF_TEST(Templates, reporter) {
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DTransformerFactoryImpl.java32 import javax.xml.transform.Templates;
70 * interface, processes XSLT stylesheets into a Templates object
108 public javax.xml.transform.Templates processFromNode(Node node)
219 * @return A Templates object capable of being used for transformation purposes.
223 javax.xml.transform.Templates processFromNode(Node node, String systemID)
251 * @return A Source object capable of being used to create a Templates object.
375 * Templates object and fails.
626 Templates templates = newTemplates(src);
636 * @param templates non-null reference to Templates object.
642 public XMLFilter newXMLFilter(Templates template
[all...]
H A DStylesheetHandler.java28 import javax.xml.transform.Templates;
253 * create a Templates object, which the caller can get once
263 public Templates getTemplates()
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmulti-level-substitution.cpp169 template<template<class> class ...Templates>
176 struct Inner<tuple<Templates<Types>...>> {
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest-typed-test.h241 typedef ::testing::internal::Templates<__VA_ARGS__>::type gtest_AllTests_; \
/external/gtest/include/gtest/
H A Dgtest-typed-test.h241 typedef ::testing::internal::Templates<__VA_ARGS__>::type gtest_AllTests_; \
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-typed-test.h243 typedef ::testing::internal::Templates<__VA_ARGS__>::type gtest_AllTests_; \
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-typed-test.h241 typedef ::testing::internal::Templates<__VA_ARGS__>::type gtest_AllTests_; \
/external/protobuf/gtest/include/gtest/
H A Dgtest-typed-test.h241 typedef ::testing::internal::Templates<__VA_ARGS__>::type gtest_AllTests_; \
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-type-util.h1645 // arguments of class template Templates. This allows us to simulate
1646 // variadic templates (e.g. Templates<int>, Templates<int, double>,
2425 // as that would require them to count the length. Templates<...> is much
2428 // argument, even if it has the default value (this means Templates<list>
2429 // will appear as Templates<list, NoneT, NoneT, ..., NoneT> in the compiler
2433 // user would write Templates<T1, ..., TN>, and Google Test will translate
2436 // Templates template.
2462 struct Templates { struct in namespace:testing::internal
2470 struct Templates<None struct in namespace:testing::internal
2479 struct Templates<T1, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2488 struct Templates<T1, T2, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2497 struct Templates<T1, T2, T3, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2506 struct Templates<T1, T2, T3, T4, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2515 struct Templates<T1, T2, T3, T4, T5, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2524 struct Templates<T1, T2, T3, T4, T5, T6, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2534 struct Templates<T1, T2, T3, T4, T5, T6, T7, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2544 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2554 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2565 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2576 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, NoneT, NoneT, struct in namespace:testing::internal
2587 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, NoneT, struct in namespace:testing::internal
2599 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, NoneT, struct in namespace:testing::internal
2612 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2625 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2639 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2653 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2667 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2682 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2697 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2712 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2728 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2744 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2760 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2777 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2794 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2811 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2830 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2849 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2868 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2887 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2906 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2925 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2945 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2965 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2985 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3006 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3027 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3048 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3070 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3092 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3115 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3139 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3163 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3187 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3212 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3237 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3262 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3288 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-type-util.h1644 // arguments of class template Templates. This allows us to simulate
1645 // variadic templates (e.g. Templates<int>, Templates<int, double>,
2424 // as that would require them to count the length. Templates<...> is much
2427 // argument, even if it has the default value (this means Templates<list>
2428 // will appear as Templates<list, NoneT, NoneT, ..., NoneT> in the compiler
2432 // user would write Templates<T1, ..., TN>, and Google Test will translate
2435 // Templates template.
2461 struct Templates { struct in namespace:testing::internal
2469 struct Templates<None struct in namespace:testing::internal
2478 struct Templates<T1, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2487 struct Templates<T1, T2, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2496 struct Templates<T1, T2, T3, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2505 struct Templates<T1, T2, T3, T4, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2514 struct Templates<T1, T2, T3, T4, T5, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2523 struct Templates<T1, T2, T3, T4, T5, T6, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2533 struct Templates<T1, T2, T3, T4, T5, T6, T7, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2543 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2553 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2564 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2575 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, NoneT, NoneT, struct in namespace:testing::internal
2586 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, NoneT, struct in namespace:testing::internal
2598 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, NoneT, struct in namespace:testing::internal
2611 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2624 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2638 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2652 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2666 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2681 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2696 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2711 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2727 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2743 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2759 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2776 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2793 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2810 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2829 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2848 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2867 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2886 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2905 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2924 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2944 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2964 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2984 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3005 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3026 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3047 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3069 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3091 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3114 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3138 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3162 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3186 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3211 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3236 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3261 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3287 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-type-util.h1645 // arguments of class template Templates. This allows us to simulate
1646 // variadic templates (e.g. Templates<int>, Templates<int, double>,
2425 // as that would require them to count the length. Templates<...> is much
2428 // argument, even if it has the default value (this means Templates<list>
2429 // will appear as Templates<list, NoneT, NoneT, ..., NoneT> in the compiler
2433 // user would write Templates<T1, ..., TN>, and Google Test will translate
2436 // Templates template.
2462 struct Templates { struct in namespace:testing::internal
2470 struct Templates<None struct in namespace:testing::internal
2479 struct Templates<T1, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2488 struct Templates<T1, T2, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2497 struct Templates<T1, T2, T3, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2506 struct Templates<T1, T2, T3, T4, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2515 struct Templates<T1, T2, T3, T4, T5, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2524 struct Templates<T1, T2, T3, T4, T5, T6, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2534 struct Templates<T1, T2, T3, T4, T5, T6, T7, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2544 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2554 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2565 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2576 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, NoneT, NoneT, struct in namespace:testing::internal
2587 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, NoneT, struct in namespace:testing::internal
2599 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, NoneT, struct in namespace:testing::internal
2612 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2625 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2639 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2653 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2667 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2682 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2697 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2712 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2728 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2744 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2760 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2777 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2794 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2811 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2830 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2849 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2868 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2887 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2906 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2925 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2945 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2965 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2985 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3006 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3027 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3048 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3070 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3092 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3115 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3139 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3163 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3187 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3212 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3237 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3262 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3288 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-type-util.h1645 // arguments of class template Templates. This allows us to simulate
1646 // variadic templates (e.g. Templates<int>, Templates<int, double>,
2425 // as that would require them to count the length. Templates<...> is much
2428 // argument, even if it has the default value (this means Templates<list>
2429 // will appear as Templates<list, NoneT, NoneT, ..., NoneT> in the compiler
2433 // user would write Templates<T1, ..., TN>, and Google Test will translate
2436 // Templates template.
2462 struct Templates { struct in namespace:testing::internal
2470 struct Templates<None struct in namespace:testing::internal
2479 struct Templates<T1, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2488 struct Templates<T1, T2, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2497 struct Templates<T1, T2, T3, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2506 struct Templates<T1, T2, T3, T4, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2515 struct Templates<T1, T2, T3, T4, T5, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2524 struct Templates<T1, T2, T3, T4, T5, T6, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2534 struct Templates<T1, T2, T3, T4, T5, T6, T7, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2544 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2554 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2565 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2576 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, NoneT, NoneT, struct in namespace:testing::internal
2587 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, NoneT, struct in namespace:testing::internal
2599 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, NoneT, struct in namespace:testing::internal
2612 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2625 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2639 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2653 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2667 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2682 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2697 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2712 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2728 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2744 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2760 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2777 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2794 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2811 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2830 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2849 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2868 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2887 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2906 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2925 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2945 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2965 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2985 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3006 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3027 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3048 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3070 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3092 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3115 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3139 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3163 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3187 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3212 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3237 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3262 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3288 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-type-util.h1636 // arguments of class template Templates. This allows us to simulate
1637 // variadic templates (e.g. Templates<int>, Templates<int, double>,
2416 // as that would require them to count the length. Templates<...> is much
2419 // argument, even if it has the default value (this means Templates<list>
2420 // will appear as Templates<list, NoneT, NoneT, ..., NoneT> in the compiler
2424 // user would write Templates<T1, ..., TN>, and Google Test will translate
2427 // Templates template.
2453 struct Templates { struct in namespace:testing::internal
2461 struct Templates<None struct in namespace:testing::internal
2470 struct Templates<T1, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2479 struct Templates<T1, T2, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2488 struct Templates<T1, T2, T3, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2497 struct Templates<T1, T2, T3, T4, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2506 struct Templates<T1, T2, T3, T4, T5, NoneT, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2515 struct Templates<T1, T2, T3, T4, T5, T6, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2525 struct Templates<T1, T2, T3, T4, T5, T6, T7, NoneT, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2535 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, NoneT, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2545 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2556 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, NoneT, NoneT, NoneT, struct in namespace:testing::internal
2567 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, NoneT, NoneT, struct in namespace:testing::internal
2578 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, NoneT, struct in namespace:testing::internal
2590 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, NoneT, struct in namespace:testing::internal
2603 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2616 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2630 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2644 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2658 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2673 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2688 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2703 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2719 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2735 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2751 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2768 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2785 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2802 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2821 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2840 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2859 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2878 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2897 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2916 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2936 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2956 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2976 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
2997 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3018 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3039 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3061 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3083 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3106 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3130 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3154 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3178 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3203 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3228 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3253 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
3279 struct Templates<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing::internal
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DStylesheetRoot.java31 import javax.xml.transform.Templates;
54 implements java.io.Serializable, Templates
191 //============== Templates Interface ================
194 * Create a new transformation context for this Templates object.
212 * without mutating the Templates object, and then handed in to
215 * <p>For XSLT, Attribute Value Templates attribute values will
225 //============== End Templates Interface ================
395 * @param importList The working import list. Templates are added here in the reverse
876 * stripping. This uses the same exact mechanism as Templates.

Completed in 682 milliseconds

12