Searched defs:ev (Results 1 – 10 of 10) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
D | copyfmt.pass.cpp | 34 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() 49 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2() 64 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1() 79 void g2(std::ios_base::event ev, std::ios_base& stream, int index) in g2() 94 void g3(std::ios_base::event ev, std::ios_base& stream, int index) in g3()
|
D | move.pass.cpp | 42 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() 47 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2() 52 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1() 61 void g2(std::ios_base::event ev, std::ios_base& stream, int index) in g2() 70 void g3(std::ios_base::event ev, std::ios_base& stream, int index) in g3()
|
D | swap.pass.cpp | 41 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() 47 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2() 53 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1() 59 void g2(std::ios_base::event ev, std::ios_base& stream, int index) in g2() 65 void g3(std::ios_base::event ev, std::ios_base& stream, int index) in g3()
|
D | imbue.pass.cpp | 31 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() 44 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2() 57 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.cons/ |
D | dtor.pass.cpp | 35 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() 48 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2() 61 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.locales/ |
D | imbue.pass.cpp | 37 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() 50 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2() 63 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | system_error.cpp | 181 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error() 187 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error() 193 system_error::system_error(int ev, const error_category& ecat) in system_error() 204 __throw_system_error(int ev, const char* what_arg) in __throw_system_error()
|
D | ios.cpp | 124 ios_base::__call_callbacks(event ev) in __call_callbacks()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/ |
D | variable.hpp | 146 operator==( variable<T> ev, V const& v ) in operator ==() 155 operator==( V const& v, variable<T> ev ) in operator ==() 164 operator!=( variable<T> ev, V const& v ) in operator !=() 173 operator!=( V const& v, variable<T> ev ) in operator !=()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.callback/ |
D | register_callback.pass.cpp | 35 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
|