OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BindState
(Results
1 - 6
of
6
) 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/chromium_org/base/
bind.h
49
// It is possible to move most of the COMPILE_ASSERT asserts into
BindState
<>,
58
typename internal::
BindState
<
74
typedef internal::
BindState
<RunnableType, RunType, void()>
BindState
;
77
return Callback<typename
BindState
::UnboundRunType>(
78
new
BindState
(internal::MakeRunnable(functor)));
83
typename internal::
BindState
<
109
// a scoped_refptr because
BindState
<> itself takes care of AddRef() for
119
typedef internal::
BindState
<RunnableType, RunType,
120
void(typename internal::CallbackParamTraits<P1>::StorageType)>
BindState
;
[
all
...]
callback_unittest.cc
27
struct
BindState
;
30
// comparators and emptiness APIs. Use a
BindState
that is specialized
35
struct
BindState
<void(void), void(void), void(FakeInvoker)>
42
struct
BindState
<void(void), void(void),
52
typedef internal::
BindState
<void(void), void(void), void(FakeInvoker)>
54
typedef internal::
BindState
<void(void), void(void),
callback.h
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
[
all
...]
bind_internal.h
77
//
BindState
<> -- Stores the curried parameters, and is the main entry point
79
// There are ARITY
BindState
types.
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnport.cc
140
enum
BindState
{ STATE_UNBOUND, STATE_BINDING, STATE_BOUND };
148
BindState
state() const { return state_; }
169
BindState
state_;
[
all
...]
Completed in 423 milliseconds