Home
last modified time | relevance | path

Searched defs:A_int_2 (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/test/std/experimental/utilities/tuple/tuple.apply/
Dconstexpr_types.pass.cpp38 struct A_int_2 struct
40 constexpr A_int_2() {} in A_int_2() argument
41 constexpr int operator()(int x, int y) const { return (x + y); } in operator ()()
Dextended_types.pass.cpp48 struct A_int_2 struct
50 A_int_2() {} in A_int_2() function
51 A_int_2(int) {} in A_int_2() argument
68 typedef A_wrap<A_int_2> A_wrap_2; argument
Dtypes.pass.cpp85 struct A_int_2 struct
87 A_int_2() {} in A_int_2() function
88 int operator()(int x, int y) { return count += (x + y); } in operator ()()
89 int operator()(int x, int y) const { return count += (x + y + 1); } in operator ()()
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dapply_extended_types.pass.cpp48 struct A_int_2 struct
50 A_int_2() {} in A_int_2() function
51 A_int_2(int) {} in A_int_2() argument
68 typedef A_wrap<A_int_2> A_wrap_2; argument
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/
Dinvoke.pass.cpp264 struct A_int_2 struct
266 int operator()(int i, int j) in operator ()()
271 int mem1(int i) {return i+1;} in mem1()
295 A_int_2 a0; in testint_2() argument
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
Dinvoke.pass.cpp345 struct A_int_2 struct
347 int operator()(int i, int j) in operator ()()
375 A_int_2 a0; in test_int_2() argument