OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:a_int_0
(Results
1 - 19
of
19
) sorted by null
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_int_0.pass.cpp
36
struct
A_int_0
46
test(std::bind(
A_int_0
()), 4);
47
test_const(std::bind(
A_int_0
()), 5);
51
test(std::bind<int>(
A_int_0
()), 4);
52
test_const(std::bind<int>(
A_int_0
()), 5);
invoke_void_0.pass.cpp
42
struct
A_int_0
52
test(std::bind(
A_int_0
()));
53
test_const(std::bind(
A_int_0
()));
57
test(std::bind<void>(
A_int_0
()));
58
test_const(std::bind<void>(
A_int_0
()));
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_int_0.pass.cpp
38
struct
A_int_0
48
test(std::bind(
A_int_0
()), 4);
49
test_const(std::bind(
A_int_0
()), 5);
53
test(std::bind<int>(
A_int_0
()), 4);
54
test_const(std::bind<int>(
A_int_0
()), 5);
invoke_void_0.pass.cpp
52
struct
A_int_0
72
test(std::bind<void>(
A_int_0
()));
73
test_const(std::bind<void>(
A_int_0
()));
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_int_0.pass.cpp
38
struct
A_int_0
48
test(std::bind(
A_int_0
()), 4);
49
test_const(std::bind(
A_int_0
()), 5);
53
test(std::bind<int>(
A_int_0
()), 4);
54
test_const(std::bind<int>(
A_int_0
()), 5);
invoke_void_0.pass.cpp
52
struct
A_int_0
72
test(std::bind<void>(
A_int_0
()));
73
test_const(std::bind<void>(
A_int_0
()));
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/
invoke_int_0.pass.cpp
31
struct
A_int_0
52
A_int_0
a0;
53
std::reference_wrapper<
A_int_0
> r1(a0);
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.invoke/
invoke_int_0.pass.cpp
31
struct
A_int_0
52
A_int_0
a0;
53
std::reference_wrapper<
A_int_0
> r1(a0);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/refwrap/refwrap.invoke/
invoke_int_0.pass.cpp
31
struct
A_int_0
52
A_int_0
a0;
53
std::reference_wrapper<
A_int_0
> r1(a0);
/external/libcxx/test/std/experimental/utilities/tuple/tuple.apply/
extended_types.pass.cpp
31
struct
A_int_0
33
A_int_0
() : obj1(0){}
34
A_int_0
(int x) : obj1(x) {}
66
typedef A_wrap<
A_int_0
> A_wrap_0;
78
typedef A_base<
A_int_0
> A_base_0;
93
typedef
A_int_0
T;
369
std::tuple<
A_int_0
&>, std::tuple<
A_int_0
const &>
370
, std::tuple<
A_int_0
*>, std::tuple<
A_int_0
const *
[
all
...]
constexpr_types.pass.cpp
26
struct
A_int_0
28
constexpr
A_int_0
() {}
63
constexpr
A_int_0
a;
types.pass.cpp
70
struct
A_int_0
72
A_int_0
() {}
268
A_int_0
a;
276
A_int_0
const a;
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
apply_extended_types.pass.cpp
31
struct
A_int_0
33
A_int_0
() : obj1(0){}
34
A_int_0
(int x) : obj1(x) {}
66
typedef A_wrap<
A_int_0
> A_wrap_0;
78
typedef A_base<
A_int_0
> A_base_0;
92
typedef
A_int_0
T;
368
std::tuple<
A_int_0
&>, std::tuple<
A_int_0
const &>
369
, std::tuple<
A_int_0
*>, std::tuple<
A_int_0
const *
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/utilities/tuple/tuple.apply/
extended_types.pass.cpp
31
struct
A_int_0
33
A_int_0
() : obj1(0){}
34
A_int_0
(int x) : obj1(x) {}
66
typedef A_wrap<
A_int_0
> A_wrap_0;
78
typedef A_base<
A_int_0
> A_base_0;
93
typedef
A_int_0
T;
369
std::tuple<
A_int_0
&>, std::tuple<
A_int_0
const &>
370
, std::tuple<
A_int_0
*>, std::tuple<
A_int_0
const *
[
all
...]
constexpr_types.pass.cpp
26
struct
A_int_0
28
constexpr
A_int_0
() {}
63
constexpr
A_int_0
a;
types.pass.cpp
70
struct
A_int_0
72
A_int_0
() {}
268
A_int_0
a;
276
A_int_0
const a;
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
invoke_int_0.pass.cpp
28
struct
A_int_0
49
A_int_0
a0;
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
invoke.pass.cpp
30
struct
A_int_0
50
A_int_0
a0;
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
invoke.pass.cpp
30
struct
A_int_0
50
A_int_0
a0;
Completed in 1116 milliseconds