OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LValueCaster
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/std/utilities/function.objects/func.require/
bullet_5.pass.cpp
170
class ObjCaster, class ArgCaster =
LValueCaster
>
196
BasicTest<FID, Arity,
LValueCaster
, ArgCaster> t;
238
template <class Sig, int Arity, class ObjCaster, class ArgCaster =
LValueCaster
>
248
runFunctorTestCase <Sig, Arity,
LValueCaster
, ArgCaster>();
256
runTestCase< R(), 0,
LValueCaster
>();
257
runTestCase< R(A&), 1,
LValueCaster
>();
258
runTestCase< R(A&, A&), 2,
LValueCaster
>();
259
runTestCase< R(A&, A&, A&), 3,
LValueCaster
>();
264
runFunctionTestCase<R(...), 0,
LValueCaster
>();
265
runFunctionTestCase<R(A&, ...), 1,
LValueCaster
>();
[
all
...]
invoke_helpers.h
64
typedef Caster<Q_None>
LValueCaster
;
209
template <class ID, int Arity, class ObjectCaster =
LValueCaster
,
210
class ArgCaster =
LValueCaster
>
Completed in 340 milliseconds