Home | History | Annotate | Download | only in base

Lines Matching refs:BindState

254 // constructor that takes an BindState<>*.  In the context of the constructor,
255 // the static type of this BindState<> pointer uniquely identifies the
259 // Callback's constructor takes the BindState<>* that has the full static type
262 // function, and upcasting the state of BindState<>* to a
266 // To BindState<> objects are created inside the Bind() functions.
271 // - Creating the BindState storing the bound parameters
367 struct BindState;
380 Callback(internal::BindState<Runnable, BindRunType,
388 &internal::BindState<Runnable, BindRunType, BoundArgsType>
420 Callback(internal::BindState<Runnable, BindRunType,
428 &internal::BindState<Runnable, BindRunType, BoundArgsType>
461 Callback(internal::BindState<Runnable, BindRunType,
469 &internal::BindState<Runnable, BindRunType, BoundArgsType>
505 Callback(internal::BindState<Runnable, BindRunType,
513 &internal::BindState<Runnable, BindRunType, BoundArgsType>
552 Callback(internal::BindState<Runnable, BindRunType,
560 &internal::BindState<Runnable, BindRunType, BoundArgsType>
603 Callback(internal::BindState<Runnable, BindRunType,
611 &internal::BindState<Runnable, BindRunType, BoundArgsType>
657 Callback(internal::BindState<Runnable, BindRunType,
665 &internal::BindState<Runnable, BindRunType, BoundArgsType>
714 Callback(internal::BindState<Runnable, BindRunType,
722 &internal::BindState<Runnable, BindRunType, BoundArgsType>