/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | real_pepper_interface.cc | 32 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \ argument 33 virtual ReturnType MethodName(Type0, Type1, Type2, Type3); 34 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \ argument 36 virtual ReturnType MethodName(Type0, Type1, Type2, Type3, Type4); 64 #define METHOD4(BaseClass, ReturnType, MethodName, Type0, Type1, Type2, Type3) \ argument 66 Type3 arg3) { \ 69 #define METHOD5(BaseClass, ReturnType, MethodName, Type0, Type1, Type2, Type3, \ argument 72 Type3 arg3, Type4 arg4) { \
|
D | pepper_interface.h | 125 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \ argument 126 virtual ReturnType MethodName(Type0, Type1, Type2, Type3) = 0; 127 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \ argument 129 virtual ReturnType MethodName(Type0, Type1, Type2, Type3, Type4) = 0;
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
D | pepper_interface_mock.h | 28 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \ argument 29 MOCK_METHOD4(MethodName, ReturnType(Type0, Type1, Type2, Type3)); 30 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \ argument 32 MOCK_METHOD5(MethodName, ReturnType(Type0, Type1, Type2, Type3, Type4));
|
/external/lldb/test/functionalities/data-formatter/data-formatter-cpp/ |
D | main.cpp | 28 typedef Type2 Type3; // should show as char typedef 29 typedef Type3 Type4; // should show as char 90 Type3 T3ILookChar = 13; in main()
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/ |
D | define_empty_macros.h | 11 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) argument 12 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \ argument
|
/external/clang/test/Misc/ |
D | integer-literal-printing.cpp | 16 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 implicit… in Function()
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 566 uint8_t Type3 = (Type >> 16) & 0xFF; in getRelocationTypeName() local 576 Name = getRelocationTypeName(Type3); in getRelocationTypeName()
|
/external/chromium_org/v8/test/cctest/ |
D | test-disasm-arm.cc | 360 TEST(Type3) { in TEST() argument
|