HomeSort by relevance Sort by last modified time
    Searched refs:iostream_category (Results 1 - 6 of 6) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/std.ios.manip/error.reporting/
iostream_category.pass.cpp 12 // const error_category& iostream_category();
20 const std::error_category& e_cat1 = std::iostream_category();
make_error_code.pass.cpp 22 assert(ec.category() == std::iostream_category());
make_error_condition.pass.cpp 22 assert(ec1.category() == std::iostream_category());
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/ios.base/ios.types/ios_failure/
ctor_char_pointer_error_code.pass.cpp 36 assert(what_message.find(std::iostream_category().message(static_cast<int>
ctor_string_error_code.pass.cpp 36 assert(what_message.find(std::iostream_category().message(static_cast<int>
  /ndk/sources/cxx-stl/llvm-libc++/src/
ios.cpp 60 return string("unspecified iostream_category error");
64 iostream_category() function

Completed in 785 milliseconds