Home
last modified time | relevance | path

Searched refs:BindState (Results 1 – 11 of 11) sorted by relevance

/external/libweave/third_party/chromium/base/
Dcallback_unittest.cc36 struct BindState<void(), void(), FakeInvoker> struct
39 BindState() : BindStateBase(&Destroy) {} in BindState() function
42 ~BindState() {} in ~BindState() argument
44 delete static_cast<BindState*>(self); in Destroy()
49 struct BindState<void(), void(), FakeInvoker, FakeInvoker> struct
52 BindState() : BindStateBase(&Destroy) {} in BindState() argument
55 ~BindState() {} in ~BindState() argument
57 delete static_cast<BindState*>(self); in Destroy()
64 using FakeBindState1 = internal::BindState<void(), void(), FakeInvoker>;
66 internal::BindState<void(), void(), FakeInvoker, FakeInvoker>;
Dbind.h52 typename internal::BindState<
91 using BindState = internal::BindState< in Bind() local
95 return Callback<typename BindState::UnboundRunType>( in Bind()
96 new BindState(internal::MakeRunnable(functor), args...)); in Bind()
Dcallback.h360 struct BindState;
374 internal::BindState<Runnable, BindRunType, BoundArgsType...>* bind_state) in Callback()
380 &internal::BindState<Runnable, BindRunType, BoundArgsType...> in Callback()
Dbind_internal.h367 struct BindState;
373 struct BindState<Runnable, R(Args...), BoundArgs...> final
376 using StorageType = BindState<Runnable, R(Args...), BoundArgs...>;
404 BindState(const Runnable& runnable, const BoundArgs&... bound_args)
415 ~BindState() {}
418 delete static_cast<BindState*>(self);
/external/libchrome/base/
Dcallback_unittest.cc35 struct BindState<void(), void(), FakeInvoker> struct
38 BindState() : BindStateBase(&Destroy) {} in BindState() argument
41 ~BindState() {} in ~BindState() argument
43 delete static_cast<BindState*>(self); in Destroy()
48 struct BindState<void(), void(), FakeInvoker, FakeInvoker> struct
51 BindState() : BindStateBase(&Destroy) {} in BindState() function
54 ~BindState() {} in ~BindState() argument
56 delete static_cast<BindState*>(self); in Destroy()
63 using FakeBindState1 = internal::BindState<void(), void(), FakeInvoker>;
65 internal::BindState<void(), void(), FakeInvoker, FakeInvoker>;
Dbind.h52 typename internal::BindState<
91 using BindState = internal::BindState< in Bind() local
95 return Callback<typename BindState::UnboundRunType>( in Bind()
96 new BindState(internal::MakeRunnable(functor), args...)); in Bind()
Dcallback.h360 struct BindState;
374 internal::BindState<Runnable, BindRunType, BoundArgsType...>* bind_state) in Callback()
380 &internal::BindState<Runnable, BindRunType, BoundArgsType...> in Callback()
Dbind_internal.h367 struct BindState;
373 struct BindState<Runnable, R(Args...), BoundArgs...> final
376 using StorageType = BindState<Runnable, R(Args...), BoundArgs...>;
404 BindState(const Runnable& runnable, const BoundArgs&... bound_args)
415 ~BindState() {}
418 delete static_cast<BindState*>(self);
/external/clang/test/Parser/
DDelayedTemplateParsing.cpp71 struct BindState;
74 struct BindState<void(void*)> { struct
83 Callback(BindState<RunType> bind_state) { in Callback()
84 BindState<RunType>::Run(); in Callback()
90 return Callback(BindState<void(void*)>()); in Bind()
/external/webrtc/webrtc/p2p/base/
Dturnport.cc135 enum BindState { STATE_UNBOUND, STATE_BINDING, STATE_BOUND }; enum in cricket::TurnEntry
146 BindState state() const { return state_; } in state()
174 BindState state_;
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/
Dperf_report_output.txt312 …|--63.45%-- base::internal::Invoker<1, base::internal::BindState<base::internal::RunnableAdapter<v…