OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Q_CV
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/std/utilities/function.objects/func.require/
bullet_1_and_2.pass.cpp
195
void runTestDispatch(
Q_CV
, Tp& v) {
230
TestCase<R() const volatile, 0,
Q_CV
>::run();
234
TestCase<R(...) const volatile, 0,
Q_CV
>::run();
238
TestCase<R(A&) const volatile, 1,
Q_CV
>::run();
242
TestCase<R(A&, ...) const volatile, 1,
Q_CV
>::run();
246
TestCase<R(A&, A&) const volatile, 2,
Q_CV
>::run();
250
TestCase<R(A&, A&, ...) const volatile, 2,
Q_CV
>::run();
254
TestCase<R(A&, A&, A&) const volatile, 3,
Q_CV
>::run();
258
TestCase<R(A&, A&, A&, ...) const volatile, 3,
Q_CV
>::run();
264
TestCase11<R() const volatile &, 0,
Q_CV
>::run()
[
all
...]
invoke_helpers.h
31
struct
Q_CV
{
67
typedef Caster<
Q_CV
> CVCaster;
71
typedef Caster<
Q_CV
, true> MoveCVCaster;
Completed in 705 milliseconds