/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.hash/ |
D | strings.pass.cpp | 34 std::string g2 = "1234567891"; in test() local 36 T s2(g2.begin(), g2.end()); in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/ |
D | assign.pass.cpp | 65 char g1, g2, g3, p1, p3; in main() local 67 t.setg(&g1, &g2, &g3); in main() 73 wchar_t g1, g2, g3, p1, p3; in main() local 75 t.setg(&g1, &g2, &g3); in main()
|
D | swap.pass.cpp | 75 char g1, g2, g3, p1, p3; in main() local 77 t.setg(&g1, &g2, &g3); in main() 83 wchar_t g1, g2, g3, p1, p3; in main() local 85 t.setg(&g1, &g2, &g3); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/ |
D | copy.pass.cpp | 62 char g1, g2, g3, p1, p3; in main() local 64 t.setg(&g1, &g2, &g3); in main() 69 wchar_t g1, g2, g3, p1, p3; in main() local 71 t.setg(&g1, &g2, &g3); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.require/ |
D | invoke.pass.cpp | 31 Array<char, 2>::type& g2() const &; 44 static_assert(sizeof(std::__invoke(&Type::g2, std::declval<Type const &>())) == 2, ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
D | move.pass.cpp | 61 void g2(std::ios_base::event ev, std::ios_base& stream, int index) in g2() function 91 ios2.register_callback(g2, 8); in main()
|
D | swap.pass.cpp | 59 void g2(std::ios_base::event ev, std::ios_base& stream, int index) in g2() function 102 ios2.register_callback(g2, 8); in main()
|
D | copyfmt.pass.cpp | 79 void g2(std::ios_base::event ev, std::ios_base& stream, int index) in g2() function 140 ios2.register_callback(g2, 8); in main()
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-param-util-generated.h | 3165 const ParamGenerator<T2>& g2) in CartesianProductGenerator2() argument 3166 : g1_(g1), g2_(g2) {} in CartesianProductGenerator2() 3182 const ParamGenerator<T2>& g2, in Iterator() argument 3186 begin2_(g2.begin()), end2_(g2.end()), current2_(current2) { in Iterator() 3280 const ParamGenerator<T2>& g2, const ParamGenerator<T3>& g3) in CartesianProductGenerator3() argument 3281 : g1_(g1), g2_(g2), g3_(g3) {} in CartesianProductGenerator3() 3298 const ParamGenerator<T2>& g2, in Iterator() argument 3304 begin2_(g2.begin()), end2_(g2.end()), current2_(current2), in Iterator() 3412 const ParamGenerator<T2>& g2, const ParamGenerator<T3>& g3, in CartesianProductGenerator4() argument 3414 : g1_(g1), g2_(g2), g3_(g3), g4_(g4) {} in CartesianProductGenerator4() [all …]
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-param-test.h | 1275 const Generator1& g1, const Generator2& g2) { in Combine() argument 1277 g1, g2); in Combine() 1282 const Generator1& g1, const Generator2& g2, const Generator3& g3) { in Combine() argument 1284 g1, g2, g3); in Combine() 1291 const Generator1& g1, const Generator2& g2, const Generator3& g3, in Combine() argument 1295 g1, g2, g3, g4); in Combine() 1302 const Generator1& g1, const Generator2& g2, const Generator3& g3, in Combine() argument 1306 g1, g2, g3, g4, g5); in Combine() 1313 const Generator1& g1, const Generator2& g2, const Generator3& g3, in Combine() argument 1317 g1, g2, g3, g4, g5, g6); in Combine() [all …]
|
D | gtest-param-test.h.pump | 92 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
|