Home
last modified time | relevance | path

Searched defs:MethodName (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dreal_pepper_interface.cc24 #define METHOD0(Class, ReturnType, MethodName) \ argument
26 #define METHOD1(Class, ReturnType, MethodName, Type0) \ argument
28 #define METHOD2(Class, ReturnType, MethodName, Type0, Type1) \ argument
30 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2) \ argument
32 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \ argument
34 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \ argument
47 #define METHOD0(BaseClass, ReturnType, MethodName) \ argument
51 #define METHOD1(BaseClass, ReturnType, MethodName, Type0) \ argument
55 #define METHOD2(BaseClass, ReturnType, MethodName, Type0, Type1) \ argument
59 #define METHOD3(BaseClass, ReturnType, MethodName, Type0, Type1, Type2) \ argument
[all …]
Dpepper_interface.h117 #define METHOD0(Class, ReturnType, MethodName) \ argument
119 #define METHOD1(Class, ReturnType, MethodName, Type0) \ argument
121 #define METHOD2(Class, ReturnType, MethodName, Type0, Type1) \ argument
123 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2) \ argument
125 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \ argument
127 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \ argument
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
Ddefine_empty_macros.h7 #define METHOD0(Class, ReturnType, MethodName) argument
8 #define METHOD1(Class, ReturnType, MethodName, Type0) argument
9 #define METHOD2(Class, ReturnType, MethodName, Type0, Type1) argument
10 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2) argument
11 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) argument
12 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \ argument
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Dpepper_interface_mock.h20 #define METHOD0(Class, ReturnType, MethodName) \ argument
22 #define METHOD1(Class, ReturnType, MethodName, Type0) \ argument
24 #define METHOD2(Class, ReturnType, MethodName, Type0, Type1) \ argument
26 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2) \ argument
28 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \ argument
30 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \ argument
/external/lldb/include/lldb/Target/
DCPPLanguageRuntime.h40 MethodName () : in MethodName() function
52 MethodName (const ConstString &s) : in MethodName() function
DObjCLanguageRuntime.h45 MethodName () : in MethodName() function
55 MethodName (const char *name, bool strict) : in MethodName() function
/external/clang/include/clang/Analysis/Analyses/
DConsumed.h111 virtual void warnUseOfTempInInvalidState(StringRef MethodName, in warnUseOfTempInInvalidState()
125 virtual void warnUseInInvalidState(StringRef MethodName, in warnUseInInvalidState()
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.h14 UString MethodName; member
/external/clang/lib/AST/
DVTableBuilder.cpp2131 std::string MethodName = in dumpLayout() local
2141 const std::string &MethodName = I->first; in dumpLayout() local
2199 std::string MethodName = in dumpLayout() local
2224 const std::string &MethodName = I->second; in dumpLayout() local
3094 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout() local
3104 const std::string &MethodName = I->first; in dumpLayout() local
3351 std::string MethodName = PredefinedExpr::ComputeName( in dumpMethodLocations() local
3392 const std::string &MethodName = I->second; in dumpMethodLocations() local
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1686 void warnUseOfTempInInvalidState(StringRef MethodName, StringRef State, in warnUseOfTempInInvalidState()
1695 void warnUseInInvalidState(StringRef MethodName, StringRef VariableName, in warnUseInInvalidState()
DSemaLambda.cpp379 DeclarationName MethodName in startLambdaDefinition() local
DSemaDeclObjC.cpp2420 std::string MethodName = Method->getSelector().getAsString(); in HelperSelectorsForTypoCorrection() local
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp879 const StringRef &CategoryName, const Selector MethodName, in SymbolNameForMethod()
2587 Selector MethodName = OMD->getSelector(); in GenerateMethod() local
DCGDebugInfo.cpp192 SmallString<256> MethodName; in getObjCMethodName() local
1057 StringRef MethodName = getFunctionName(Method); in CreateCXXMemberFunction() local
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1201 std::string MethodName = MethodIdName->getName(); in migrateFactoryMethod() local
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc1107 TEST_F(ServiceDescriptorTest, MethodName) { in TEST_F() argument
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc1109 TEST_F(ServiceDescriptorTest, MethodName) { in TEST_F() argument