HomeSort by relevance Sort by last modified time
    Searched refs:MethodName (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
define_empty_macros.h 7 #define METHOD1(Class, ReturnType, MethodName, Type0)
8 #define METHOD2(Class, ReturnType, MethodName, Type0, Type1)
9 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2)
10 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3)
11 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
pepper_interface_mock.h 20 #define METHOD1(Class, ReturnType, MethodName, Type0) \
21 MOCK_METHOD1(MethodName, ReturnType(Type0));
22 #define METHOD2(Class, ReturnType, MethodName, Type0, Type1) \
23 MOCK_METHOD2(MethodName, ReturnType(Type0, Type1));
24 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2) \
25 MOCK_METHOD3(MethodName, ReturnType(Type0, Type1, Type2));
26 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \
27 MOCK_METHOD4(MethodName, ReturnType(Type0, Type1, Type2, Type3));
28 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \
30 MOCK_METHOD5(MethodName, ReturnType(Type0, Type1, Type2, Type3, Type4))
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
real_pepper_interface.cc 22 #define METHOD1(Class, ReturnType, MethodName, Type0) \
23 virtual ReturnType MethodName(Type0);
24 #define METHOD2(Class, ReturnType, MethodName, Type0, Type1) \
25 virtual ReturnType MethodName(Type0, Type1);
26 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2) \
27 virtual ReturnType MethodName(Type0, Type1, Type2);
28 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \
29 virtual ReturnType MethodName(Type0, Type1, Type2, Type3);
30 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \
32 virtual ReturnType MethodName(Type0, Type1, Type2, Type3, Type4)
    [all...]
pepper_interface.h 75 #define METHOD1(Class, ReturnType, MethodName, Type0) \
76 virtual ReturnType MethodName(Type0) = 0;
77 #define METHOD2(Class, ReturnType, MethodName, Type0, Type1) \
78 virtual ReturnType MethodName(Type0, Type1) = 0;
79 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2) \
80 virtual ReturnType MethodName(Type0, Type1, Type2) = 0;
81 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \
82 virtual ReturnType MethodName(Type0, Type1, Type2, Type3) = 0;
83 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \
85 virtual ReturnType MethodName(Type0, Type1, Type2, Type3, Type4) = 0
    [all...]
  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.h 14 UString MethodName;
HandlerOut.cpp 82 static bool AreEqual(const UString &methodName, const wchar_t *s)
83 { return (methodName.CompareNoCase(s) == 0); }
88 AreEqual(MethodName, kLZMAMethodName) ||
89 AreEqual(MethodName, kLZMA2MethodName);
92 static inline bool IsBZip2Method(const UString &methodName)
93 { return AreEqual(methodName, kBZip2MethodName); }
95 static inline bool IsPpmdMethod(const UString &methodName)
96 { return AreEqual(methodName, kPpmdMethodName); }
98 static inline bool IsDeflateMethod(const UString &methodName)
101 AreEqual(methodName, kDeflateMethodName) ||
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zHandlerOut.cpp 40 static inline bool IsCopyMethod(const UString &methodName)
41 { return (methodName.CompareNoCase(kCopyMethod) == 0); }
67 oneMethodInfo.MethodName = kLZMAMethodName;
116 oneMethodInfo.MethodName = ((level == 0) ? kCopyMethod : kDefaultMethodName);
130 if (!IsCopyMethod(oneMethodInfo.MethodName))
137 oneMethodInfo.MethodName, methodFull.Id, methodFull.NumInStreams, methodFull.NumOutStreams))
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 665 std::string MethodName = MethodIdName->getName();
667 StringRef STRefMethodName(MethodName);
677 MethodName = STRefMethodName.substr(len);
679 std::string MethodNameSubStr = MethodName.substr(0, 3);
687 StringRef LoweredMethodName(MethodName);
  /external/clang/lib/Sema/
SemaLambda.cpp 133 DeclarationName MethodName
142 DeclarationNameInfo(MethodName,
    [all...]
SemaDeclObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 194 SmallString<256> MethodName;
195 llvm::raw_svector_ostream OS(MethodName);
219 memcpy(StrPtr, MethodName.begin(), OS.tell());
    [all...]
CGObjCGNU.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 157 constructor Create(MethodName: String); override;
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_unittest.cc     [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc     [all...]

Completed in 118 milliseconds