Searched refs:Type3 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
H A Ddefine_empty_macros.h11 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3)
12 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dreal_pepper_interface.cc32 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \
33 virtual ReturnType MethodName(Type0, Type1, Type2, Type3);
34 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \
36 virtual ReturnType MethodName(Type0, Type1, Type2, Type3, Type4);
64 #define METHOD4(BaseClass, ReturnType, MethodName, Type0, Type1, Type2, Type3) \
66 Type3 arg3) { \
69 #define METHOD5(BaseClass, ReturnType, MethodName, Type0, Type1, Type2, Type3, \
72 Type3 arg3, Type4 arg4) { \
H A Dpepper_interface.h125 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \
126 virtual ReturnType MethodName(Type0, Type1, Type2, Type3) = 0;
127 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \
129 virtual ReturnType MethodName(Type0, Type1, Type2, Type3, Type4) = 0;
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dpepper_interface_mock.h28 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \
29 MOCK_METHOD4(MethodName, ReturnType(Type0, Type1, Type2, Type3));
30 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \
32 MOCK_METHOD5(MethodName, ReturnType(Type0, Type1, Type2, Type3, Type4));
/external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp28 typedef Type2 Type3; // should show as char typedef
29 typedef Type3 Type4; // should show as char
90 Type3 T3ILookChar = 13;
/external/clang/test/Misc/
H A Dinteger-literal-printing.cpp16 template <boolTy T, typename Type3Helper<T>::Ty U> struct Type3 {}; struct
71 struct Type3<boolTy::b, "3"> t3; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type3Helper<(boolTy)false>::Ty' (aka 'boolTy')}}
/external/llvm/include/llvm/Object/
H A DELF.h566 uint8_t Type3 = (Type >> 16) & 0xFF; local
576 Name = getRelocationTypeName(Type3);
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-arm.cc360 TEST(Type3) {

Completed in 752 milliseconds