Home
last modified time | relevance | path

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

12

/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/libchrome/base/
Dhash.h109 template <typename Type1, typename Type2>
110 struct IntPairHash<std::pair<Type1, Type2>> {
111 size_t operator()(std::pair<Type1, Type2> value) const {
/external/clang/test/SemaObjC/
Dovl-check.m6 struct Type1 { int a; }; struct
11 - (void) test:(struct Type1 *)arg; argument
50 - (void) testCFTypeRef:(struct Type1 *)arg; argument
/external/pdfium/testing/resources/
Dhello_world.in27 /Subtype /Type1
33 /Subtype /Type1
Duse_outlines.in28 /Subtype /Type1
34 /Subtype /Type1
Dweblinks.in27 /Subtype /Type1
33 /Subtype /Type1
Dbug_459580.in26 /Subtype /Type1
Dbug_57.in26 /Subtype /Type1
Dbug_481363.in34 /Subtype /Type1
Dviewer_ref.in36 /Subtype /Type1
/external/pdfium/testing/resources/pixel/
Dbug_524043_3.in27 /Subtype /Type1
33 /Subtype /Type1
Dbug_543018_1.in27 /Subtype /Type1
33 /Subtype /Type1
Dbug_524043_1.in27 /Subtype /Type1
33 /Subtype /Type1
Dbug_524043_4.in27 /Subtype /Type1
33 /Subtype /Type1
Dbug_524043_6.in27 /Subtype /Type1
33 /Subtype /Type1
Dbug_524043_2.in27 /Subtype /Type1
33 /Subtype /Type1
Dbug_524043_5.in27 /Subtype /Type1
33 /Subtype /Type1
Dbug_551258_1.in27 /Subtype /Type1
33 /Subtype /Type1
Dbug_524043_7.in27 /Subtype /Type1
33 /Subtype /Type1
Dbug_543018_2.in27 /Subtype /Type1
33 /Subtype /Type1
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Dsmbios.c52 CopyMem (SystemGuid, &Smbios.Type1->Uuid, sizeof(EFI_GUID)); in LibGetSmbiosSystemGuidAndSerialNumber()
53 *SystemSerialNumber = LibGetSmbiosString(&Smbios, Smbios.Type1->SerialNumber); in LibGetSmbiosSystemGuidAndSerialNumber()
/external/eigen/unsupported/test/
Dmatrix_function.cpp17 template<typename Type1, typename Type2>
18 inline bool test_isApprox_abs(const Type1& a, const Type2& b) in test_isApprox_abs()
20 return ((a-b).array().abs() < test_precision<typename Type1::RealScalar>()).all(); in test_isApprox_abs()
/external/clang/test/SemaObjCXX/
Darc-type-traits.mm13 #define TRAIT_IS_TRUE_2(Trait, Type1, Type2) char JOIN2(Trait,__LINE__)[Trait(Type1, Type2)? 1 : -1]
14 #define TRAIT_IS_FALSE_2(Trait, Type1, Type2) char JOIN2(Trait,__LINE__)[Trait(Type1, Type2)? -1 : …
/external/eigen/test/
Dmain.h468 template<typename Type1, typename Type2>
469 inline bool test_isApprox(const Type1& a, const Type2& b, typename Type1::Scalar* = 0) // Enabled f…
471 return a.isApprox(b, test_precision<typename Type1::Scalar>());
488 template<typename Type1, typename Type2>
489 inline bool verifyIsApprox(const Type1& a, const Type2& b) in verifyIsApprox()

12