OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iostream_category
(Results
1 - 7
of
7
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/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++/libcxx/src/
ios.cpp
60
return string("unspecified
iostream_category
error");
64
iostream_category
()
function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
ios
208
storage-class-specifier const error_category&
iostream_category
;
391
const error_category&
iostream_category
();
397
return error_code(static_cast<int>(__e),
iostream_category
());
404
return error_condition(static_cast<int>(__e),
iostream_category
());
Completed in 228 milliseconds