Home
last modified time | relevance | path

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

/external/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_equal/
Dequal.pass.cpp24 std::istringstream inf2("def"); in main() local
63 std::wistringstream inf2(L"def"); in main() local
/external/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op==/
Dequal.pass.cpp26 std::istringstream inf2("def"); in main() local
65 std::wistringstream inf2(L"def"); in main() local
/external/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op!=/
Dnot_equal.pass.cpp26 std::istringstream inf2("def"); in main() local
65 std::wistringstream inf2(L"def"); in main() local
/external/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
Dequal.pass.cpp29 std::istringstream inf2(" 1 23"); in main() local
/external/libchrome/mojo/public/cpp/bindings/tests/
Dequals_unittest.cc83 SomeInterfacePtr inf2; in TEST_F() local
115 SomeInterfacePtr inf2; in TEST_F() local
/external/libcxx/test/libcxx/numerics/complex.number/
D__sqr.pass.cpp71 const cplx inf2 = std::__sqr(cplx(0, INFINITY)); in test() local