/external/webrtc/talk/app/webrtc/ |
D | proxy.h | 67 void Invoke(C* c, M m) { r_ = (c->*m)(); } in Invoke() function 69 void Invoke(C* c, M m, T1 a1) { r_ = (c->*m)(a1); } in Invoke() function 71 void Invoke(C* c, M m, T1 a1, T2 a2) { r_ = (c->*m)(a1, a2); } in Invoke() function 73 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3) { r_ = (c->*m)(a1, a2, a3); } in Invoke() function 76 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3, T4 a4) { in Invoke() function 81 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5) { in Invoke() function 95 void Invoke(C* c, M m) { (c->*m)(); } in Invoke() function 97 void Invoke(C* c, M m, T1 a1) { (c->*m)(a1); } in Invoke() function 99 void Invoke(C* c, M m, T1 a1, T2 a2) { (c->*m)(a1, a2); } in Invoke() function 101 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3) { (c->*m)(a1, a2, a3); } in Invoke() function [all …]
|
/external/gmock/include/gmock/ |
D | gmock-more-actions.h | 97 PolymorphicAction<internal::InvokeAction<FunctionImpl> > Invoke( in Invoke() function 106 PolymorphicAction<internal::InvokeMethodAction<Class, MethodPtr> > Invoke( in Invoke() function
|
D | gmock-generated-function-mockers.h | 71 R Invoke() { in Invoke() function 92 R Invoke(A1 a1) { in Invoke() function 113 R Invoke(A1 a1, A2 a2) { in Invoke() function 135 R Invoke(A1 a1, A2 a2, A3 a3) { in Invoke() function 157 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4) { in Invoke() function 181 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5) { in Invoke() function 206 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6) { in Invoke() function 231 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7) { in Invoke() function 256 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8) { in Invoke() function 282 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9) { in Invoke() function [all …]
|
D | gmock-generated-actions.h | 57 static R Invoke(Function function, const ::std::tr1::tuple<>&) { in Invoke() function 73 static R Invoke(Function function, const ::std::tr1::tuple<A1>& args) { in Invoke() function 91 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2>& args) { in Invoke() function 109 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2, in Invoke() function 128 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2, A3, in Invoke() function 149 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2, A3, A4, in Invoke() function 171 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2, A3, A4, in Invoke() function 193 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2, A3, A4, in Invoke() function 216 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2, A3, A4, in Invoke() function 239 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2, A3, A4, in Invoke() function [all …]
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-more-actions.h | 97 PolymorphicAction<internal::InvokeAction<FunctionImpl> > Invoke( in Invoke() function 106 PolymorphicAction<internal::InvokeMethodAction<Class, MethodPtr> > Invoke( in Invoke() function
|
D | gmock-generated-function-mockers.h | 71 R Invoke() { in Invoke() function 92 R Invoke(A1 a1) { in Invoke() function 113 R Invoke(A1 a1, A2 a2) { in Invoke() function 135 R Invoke(A1 a1, A2 a2, A3 a3) { in Invoke() function 157 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4) { in Invoke() function 181 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5) { in Invoke() function 206 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6) { in Invoke() function 231 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7) { in Invoke() function 256 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8) { in Invoke() function 282 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9) { in Invoke() function [all …]
|
D | gmock-generated-actions.h | 57 static R Invoke(Function function, const ::std::tr1::tuple<>&) { in Invoke() function 73 static R Invoke(Function function, const ::std::tr1::tuple<A1>& args) { in Invoke() function 91 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2>& args) { in Invoke() function 109 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2, in Invoke() function 128 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2, A3, in Invoke() function 149 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2, A3, A4, in Invoke() function 171 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2, A3, A4, in Invoke() function 193 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2, A3, A4, in Invoke() function 216 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2, A3, A4, in Invoke() function 239 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2, A3, A4, in Invoke() function [all …]
|
D | gmock-matchers.h | 1844 static ResultType Invoke(Functor f, T arg) { return f(arg); } in Invoke() function
|
/external/libchrome/base/strings/ |
D | string_number_conversions.cc | 104 static bool Invoke(char c) { in Invoke() function in base::__anon7b9c15440111::WhitespaceHelper 111 static bool Invoke(char16 c) { in Invoke() function in base::__anon7b9c15440111::WhitespaceHelper 135 static bool Invoke(const_iterator begin, in Invoke() function in base::__anon7b9c15440111::IteratorRangeToNumber 172 static bool Invoke(const_iterator begin, const_iterator end, in Invoke() function in base::__anon7b9c15440111::IteratorRangeToNumber::Base
|
/external/libweave/third_party/chromium/base/strings/ |
D | string_number_conversions.cc | 103 static bool Invoke(char c) { in Invoke() function in base::__anon353a660a0111::WhitespaceHelper 127 static bool Invoke(const_iterator begin, in Invoke() function in base::__anon353a660a0111::IteratorRangeToNumber 164 static bool Invoke(const_iterator begin, const_iterator end, in Invoke() function in base::__anon353a660a0111::IteratorRangeToNumber::Base
|
/external/webrtc/webrtc/base/ |
D | thread.h | 159 ReturnT Invoke(const FunctorT& functor) { in Invoke() function
|
D | thread_unittest.cc | 267 TEST(ThreadTest, Invoke) { in TEST() argument
|
/external/v8/test/cctest/interpreter/ |
D | test-interpreter-intrinsics.cc | 26 Handle<Object> Invoke(A... args) { in Invoke() function in v8::internal::interpreter::__anone0fa7cde0111::InvokeIntrinsicHelper
|
/external/llvm/lib/Transforms/Scalar/ |
D | PlaceSafepoints.cpp | 702 if (InvokeInst *Invoke = dyn_cast<InvokeInst>(CS.getInstruction())) { in runOnFunction() local 912 InvokeInst *Invoke = Builder.CreateGCStatepointInvoke( in ReplaceWithStatepoint() local
|
D | RewriteStatepointsForGC.cpp | 1482 InvokeInst *Invoke = Builder.CreateGCStatepointInvoke( in makeStatepointExplicitImpl() local 1870 if (InvokeInst *Invoke = dyn_cast<InvokeInst>(Inst)) { in relocationViaAlloca() local 2005 InvokeInst *Invoke = cast<InvokeInst>(StatepointInst); in splitVectorValues() local 2256 InvokeInst *Invoke = cast<InvokeInst>(CS.getInstruction()); in rematerializeLiveValues() local
|
/external/v8/src/ |
D | execution.cc | 55 MUST_USE_RESULT MaybeHandle<Object> Invoke(Isolate* isolate, bool is_construct, in Invoke() function
|
D | global-handles.cc | 1085 void GlobalHandles::PendingPhantomCallback::Invoke(Isolate* isolate) { in Invoke() function in v8::internal::GlobalHandles::PendingPhantomCallback
|
/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 94 std::unique_ptr<InvokeInst> Invoke(InvokeInst::Create(F, BB1, BB2, Args)); in TEST_F() local
|
/external/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 570 if (auto *Invoke = dyn_cast<InvokeInst>(outputs[out])) in emitCallAndSwitchStatement() local
|
D | InlineFunction.cpp | 250 LandingPadInliningInfo Invoke(II); in HandleInlinedLandingPad() local
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 156 | Invoke Constructor
|
D | llvm.mli | 214 | Invoke Constructor
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 1293 CXXMethodDecl *Invoke in addFunctionPointerConversion() local
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 2381 TEST(MemorySanitizer, Invoke) { in TEST() argument 4146 TEST(MemorySanitizerOrigins, Invoke) { in TEST() argument
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 176 Invoke Opcode = C.LLVMInvoke const
|