HomeSort by relevance Sort by last modified time
    Searched full:bindstate (Results 1 - 10 of 10) sorted by null

  /external/clang/test/Parser/
DelayedTemplateParsing.cpp 71 struct BindState;
74 struct BindState<void(void*)> {
83 Callback(BindState<RunType> bind_state) {
84 BindState<RunType>::Run();
90 return Callback(BindState<void(void*)>());
  /external/libchrome/base/
bind.h 31 using BindState = internal::MakeBindStateType<Functor, Args...>;
33 using Invoker = internal::Invoker<BindState, UnboundRunType>;
36 return CallbackType(new BindState(std::forward<Functor>(functor),
bind_internal.h 46 // BindState<> -- Stores the curried parameters, and is the main entry point
375 // BindState<>
379 struct BindState final : BindStateBase {
381 explicit BindState(ForwardFunctor&& functor, ForwardBoundArgs&&... bound_args)
392 ~BindState() {}
395 delete static_cast<BindState*>(self);
407 using Type = BindState<typename std::decay<Functor>::type,
413 using Type = BindState<typename std::decay<Functor>::type>;
428 using Type = BindState<
callback_internal.h 30 // Creating a vtable for every BindState template instantiation results in a lot
callback_unittest.cc 20 // comparators and emptiness APIs. Use a BindState that is specialized
callback.h 248 // constructor that takes an BindState<>*. In the context of the constructor,
249 // the static type of this BindState<> pointer uniquely identifies the
253 // Callback's constructor takes the BindState<>* that has the full static type
256 // function, and upcasting the state of BindState<>* to a
260 // To BindState<> objects are created inside the Bind() functions.
265 // - Creating the BindState storing the bound parameters
bind_helpers.h 249 // BindState<>. Ignoring const in this type makes sense because it is only
bind_unittest.cc 406 // the internal BindState<> would have been transfered to a *temporary*
    [all...]
  /external/webrtc/webrtc/p2p/base/
turnport.cc 135 enum BindState { STATE_UNBOUND, STATE_BINDING, STATE_BOUND };
146 BindState state() const { return state_; }
174 BindState state_;
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/testing/
perf_report_output.txt 312 |--63.45%-- base::internal::Invoker<1, base::internal::BindState<base::internal::RunnableAdapter<void (base::BaseTimerTaskInternal::*)()>, void ()(base::BaseTimerTaskInternal*), void ()(base::internal::OwnedWrapper<base::BaseTimerTaskInternal>)>, void ()(base::BaseTimerTaskInternal*)>::Run(base::internal::BindStateBase*)
    [all...]

Completed in 606 milliseconds