Home
last modified time | relevance | path

Searched refs:Type1 (Results 1 – 25 of 114) sorted by relevance

12345

/external/libchrome/base/
Dhash.h60 template <typename Type1, typename Type2>
61 struct IntPairHash<std::pair<Type1, Type2>> {
62 size_t operator()(std::pair<Type1, Type2> value) const {
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/
Dmain.cpp17 typedef int Type1; // should show as char typedef
18 typedef Type1 Type2; // should show as hex
79 const Type1& T1ILookChar = 11; in main()
/external/libchrome/base/containers/
Dhash_tables.h32 template <typename Type1, typename Type2>
33 struct hash<std::pair<Type1, Type2>> {
34 std::size_t operator()(std::pair<Type1, Type2> value) const {
/external/clang/test/Misc/
Dinteger-literal-printing.cpp4 template <short T> class Type1 {}; class
5 template <short T> void Function1(Type1<T>& x) {} // expected-note{{candidate function [with T = -4… in Function1()
68 Function1(Type1<-42>()); // expected-error{{no matching function for call to 'Function1'}} in Function()
/external/llvm-project/clang/test/Misc/
Dinteger-literal-printing.cpp4 template <short T> class Type1 {}; class
5 template <short T> void Function1(Type1<T>& x) {} // expected-note{{candidate function [with T = -4… in Function1()
68 Function1(Type1<-42>()); // expected-error{{no matching function for call to 'Function1'}} in Function()
/external/clang/test/SemaObjC/
Dovl-check.m6 struct Type1 { int a; }; argument
11 - (void) test:(struct Type1 *)arg; argument
50 - (void) testCFTypeRef:(struct Type1 *)arg; argument
/external/llvm-project/clang/test/SemaObjC/
Dovl-check.m6 struct Type1 { int a; }; argument
11 - (void) test:(struct Type1 *)arg; argument
50 - (void) testCFTypeRef:(struct Type1 *)arg; argument
/external/pdfium/testing/resources/
Dsplit_streams.in29 << /BaseFont /Times-Roman /Subtype /Type1 /Type /Font >>
32 << /BaseFont /Helvetica /Subtype /Type1 /Type /Font >>
35 << /BaseFont /Courier-Bold /Subtype /Type1 /Type /Font >>
38 << /BaseFont /Times-Bold /Subtype /Type1 /Type /Font >>
Dcontrol_characters.in28 /Subtype /Type1
34 /Subtype /Type1
Dbug_1139.in28 /Subtype /Type1
34 /Subtype /Type1
Dhello_world.in28 /Subtype /Type1
34 /Subtype /Type1
Duse_outlines.in29 /Subtype /Type1
35 /Subtype /Type1
Dzero_length_stream.in27 /Subtype /Type1
33 /Subtype /Type1
Dtext_in_page_marked.in29 << /BaseFont /Times-Roman /Subtype /Type1 /Type /Font >>
32 << /BaseFont /Helvetica /Subtype /Type1 /Type /Font >>
35 << /BaseFont /Courier-Bold /Subtype /Type1 /Type /Font >>
38 << /BaseFont /Times-Bold /Subtype /Type1 /Type /Font >>
Dtext_in_page_marked_indirect.in32 << /BaseFont /Times-Roman /Subtype /Type1 /Type /Font >>
35 << /BaseFont /Helvetica /Subtype /Type1 /Type /Font >>
38 << /BaseFont /Courier-Bold /Subtype /Type1 /Type /Font >>
41 << /BaseFont /Times-Bold /Subtype /Type1 /Type /Font >>
Dbug_925981.in28 /Subtype /Type1
34 /Subtype /Type1
Dhello_world_split_streams.in28 /Subtype /Type1
34 /Subtype /Type1
/external/pdfium/testing/resources/pixel/
Dbug_491_invisible.in38 /Subtype /Type1
44 /Subtype /Type1
Dbug_491_visible.in38 /Subtype /Type1
44 /Subtype /Type1
Dbug_491_unspecified.in38 /Subtype /Type1
44 /Subtype /Type1
Dbug_820345.in28 /Subtype /Type1
34 /Subtype /Type1
Dbug_524043_3.in27 /Subtype /Type1
33 /Subtype /Type1
Dbug_524043_1.in27 /Subtype /Type1
33 /Subtype /Type1
Dbug_543018_1.in27 /Subtype /Type1
33 /Subtype /Type1
Dbug_551258_1.in27 /Subtype /Type1
33 /Subtype /Type1

12345