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

  /external/libchrome/base/
bind.h 31 using BindState = internal::MakeBindStateType<Functor, Args...>;
33 using Invoker = internal::Invoker<BindState, UnboundRunType>;
43 return CallbackType(new BindState(
53 using BindState = internal::MakeBindStateType<Functor, Args...>;
55 using Invoker = internal::Invoker<BindState, UnboundRunType>;
65 return CallbackType(new BindState(
callback_internal.h 28 struct BindState;
42 // Creating a vtable for every BindState template instantiation results in a lot
69 friend struct BindState;
bind_internal.h 46 // BindState<> -- Stores the curried parameters, and is the main entry point
427 // BindState<>
431 struct BindState final : BindStateBase {
438 explicit BindState(BindStateBase::InvokeFuncStorage invoke_func,
444 : BindState(IsCancellable{},
459 explicit BindState(std::true_type,
465 &ApplyCancellationTraits<BindState>),
472 explicit BindState(std::false_type,
482 ~BindState() {}
485 delete static_cast<const BindState*>(self)
    [all...]
  /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/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...]

Completed in 150 milliseconds