Home
last modified time | relevance | path

Searched refs:explicit (Results 1 – 25 of 190) sorted by relevance

12345678

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dstdexcept35 explicit xxx_error(const string& what_arg);
36 explicit xxx_error(const char* what_arg);
62 explicit logic_error(const string&);
63 explicit logic_error(const char*);
79 explicit runtime_error(const string&);
80 explicit runtime_error(const char*);
94 _LIBCPP_INLINE_VISIBILITY explicit domain_error(const string& __s) : logic_error(__s) {}
95 _LIBCPP_INLINE_VISIBILITY explicit domain_error(const char* __s) : logic_error(__s) {}
104 _LIBCPP_INLINE_VISIBILITY explicit invalid_argument(const string& __s) : logic_error(__s) {}
105 _LIBCPP_INLINE_VISIBILITY explicit invalid_argument(const char* __s) : logic_error(__s) {}
[all …]
Dcodecvt87 explicit __codecvt_utf8(size_t __refs, unsigned long _Maxcode,
122 explicit __codecvt_utf8(size_t __refs, unsigned long _Maxcode,
157 explicit __codecvt_utf8(size_t __refs, unsigned long _Maxcode,
187 explicit codecvt_utf8(size_t __refs = 0)
210 explicit __codecvt_utf16(size_t __refs, unsigned long _Maxcode,
245 explicit __codecvt_utf16(size_t __refs, unsigned long _Maxcode,
280 explicit __codecvt_utf16(size_t __refs, unsigned long _Maxcode,
315 explicit __codecvt_utf16(size_t __refs, unsigned long _Maxcode,
350 explicit __codecvt_utf16(size_t __refs, unsigned long _Maxcode,
385 explicit __codecvt_utf16(size_t __refs, unsigned long _Maxcode,
[all …]
D__locale67 explicit locale(const char*);
68 explicit locale(const string&);
111 explicit facet(size_t __refs = 0)
186 explicit collate(size_t __refs = 0)
273 explicit collate_byname(const char* __n, size_t __refs = 0);
274 explicit collate_byname(const string& __n, size_t __refs = 0);
292 explicit collate_byname(const char* __n, size_t __refs = 0);
293 explicit collate_byname(const string& __n, size_t __refs = 0);
419 explicit ctype(size_t __refs = 0)
521 explicit ctype(const mask* __tab = 0, bool __del = false, size_t __refs = 0);
[all …]
Drandom40 explicit linear_congruential_engine(result_type s = default_seed);
41 template<class Sseq> explicit linear_congruential_engine(Sseq& q);
100 explicit mersenne_twister_engine(result_type value = default_seed);
101 template<class Sseq> explicit mersenne_twister_engine(Sseq& q);
158 explicit subtract_with_carry_engine(result_type value = default_seed);
159 template<class Sseq> explicit subtract_with_carry_engine(Sseq& q);
207 explicit discard_block_engine(const Engine& e);
208 explicit discard_block_engine(Engine&& e);
209 explicit discard_block_engine(result_type s);
210 template<class Sseq> explicit discard_block_engine(Sseq& q);
[all …]
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function_adaptors.h68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {} in _Mem_fun0_ptr()
81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {} in _Mem_fun1_ptr()
94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {} in _Const_mem_fun0_ptr()
107 explicit _Const_mem_fun1_ptr(__fun_type __f) : _M_f(__f) {} in _Const_mem_fun1_ptr()
121 explicit _Mem_fun0_ref(__fun_type __f) : _M_f(__f) {} in _Mem_fun0_ref()
134 explicit _Mem_fun1_ref(__fun_type __f) : _M_f(__f) {} in _Mem_fun1_ref()
147 explicit _Const_mem_fun0_ref(__fun_type __f) : _M_f(__f) {} in _Const_mem_fun0_ref()
160 explicit _Const_mem_fun1_ref(__fun_type __f) : _M_f(__f) {} in _Const_mem_fun1_ref()
192 explicit _Ptr_fun1_base(__fun_type __f) : _M_f(__f) {} in _Ptr_fun1_base()
205 explicit _Ptr_fun2_base(__fun_type __f) : _M_f(__f) {} in _Ptr_fun2_base()
[all …]
D_numpunct.h53 explicit numpunct(size_t __refs = 0)
82 explicit numpunct(size_t __refs = 0)
112 explicit numpunct_byname(const char* __name, size_t __refs = 0);
144 explicit numpunct_byname(const char* __name, size_t __refs = 0);
D_monetary.h60 explicit money_get(size_t __refs = 0) : locale::facet(__refs) {} in facet()
90 explicit moneypunct _STLP_PSPEC2(char, true) (size_t __refs = 0);
130 explicit moneypunct _STLP_PSPEC2(char, false) (size_t __refs = 0);
172 explicit moneypunct _STLP_PSPEC2(wchar_t, true) (size_t __refs = 0);
211 explicit moneypunct _STLP_PSPEC2(wchar_t, false) (size_t __refs = 0);
256 explicit moneypunct_byname _STLP_PSPEC2(char, true) (const char * __name, size_t __refs = 0);
289 explicit moneypunct_byname _STLP_PSPEC2(char, false) (const char * __name, size_t __refs = 0);
323 explicit moneypunct_byname _STLP_PSPEC2(wchar_t, true) (const char * __name, size_t __refs = 0);
356 explicit moneypunct_byname _STLP_PSPEC2(wchar_t, false) (const char * __name, size_t __refs = 0);
394 explicit money_put(size_t __refs = 0) : locale::facet(__refs) {} in facet()
D_collate.h48 explicit collate(size_t __refs = 0) : locale::facet(__refs) {} in facet()
84 explicit collate(size_t __refs = 0) : locale::facet(__refs) {} in facet()
118 explicit collate_byname(const char* __name, size_t __refs = 0);
141 explicit collate_byname(const char * __name, size_t __refs = 0);
D_messages_facets.h61 explicit messages(size_t __refs = 0);
94 explicit messages(size_t __refs = 0);
129 explicit messages_byname(const char* __name, size_t __refs = 0);
157 explicit messages_byname(const char* __name, size_t __refs = 0);
D_strstream.h54 explicit strstreambuf(streamsize _Initial_capacity = 0);
104 explicit istrstream(char*);
105 explicit istrstream(const char*);
D_fstream.h462 explicit basic_ifstream(const char* __s, ios_base::openmode __mod = ios_base::in) :
471 explicit basic_ifstream(int __id, ios_base::openmode __mod = ios_base::in) :
486 explicit basic_ifstream(_STLP_fd __id, ios_base::openmode __mod = ios_base::in) :
542 explicit basic_ofstream(const char* __s, ios_base::openmode __mod = ios_base::out)
550 explicit basic_ofstream(int __id, ios_base::openmode __mod = ios_base::out)
564 explicit basic_ofstream(_STLP_fd __id, ios_base::openmode __mod = ios_base::out)
622 explicit basic_fstream(const char* __s,
631 explicit basic_fstream(int __id,
645 explicit basic_fstream(_STLP_fd __id,
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/
DAB.h19 explicit A(int id) : id_(id) {++count;} in A()
32 explicit B(int id) : A(id) {++count;} in B()
DA.h19 explicit A(int id) : id_(id) {++count;} in A()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
Dmin_allocator.h24 explicit operator bool() const {return ptr_ != nullptr;}
46 explicit operator bool() const {return ptr_ != nullptr;}
58 explicit min_pointer(T* p) : ptr_(p) {} in min_pointer()
62 explicit min_pointer(min_pointer<void> p) : ptr_(static_cast<T*>(p.ptr_)) {} in min_pointer()
64 explicit operator bool() const {return ptr_ != nullptr;}
128 explicit min_pointer(const T* p) : ptr_(p) {} in min_pointer()
133 explicit min_pointer(min_pointer<const void> p) : ptr_(static_cast<const T*>(p.ptr_)) {} in min_pointer()
135 explicit operator bool() const {return ptr_ != nullptr;}
Dtest_hash.h13 explicit test_hash(int data = 0) : data_(data) {} in data_()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/
Dmin_allocator.h24 explicit operator bool() const {return ptr_ != nullptr;}
46 explicit operator bool() const {return ptr_ != nullptr;}
58 explicit min_pointer(T* p) : ptr_(p) {} in min_pointer()
62 explicit min_pointer(min_pointer<void> p) : ptr_(static_cast<T*>(p.ptr_)) {} in min_pointer()
64 explicit operator bool() const {return ptr_ != nullptr;}
128 explicit min_pointer(const T* p) : ptr_(p) {} in min_pointer()
133 explicit min_pointer(min_pointer<const void> p) : ptr_(static_cast<const T*>(p.ptr_)) {} in min_pointer()
135 explicit operator bool() const {return ptr_ != nullptr;}
/ndk/tests/device/test-stlport/unit/cppunit/
Dfile_reporter.h34 explicit FileReporter(bool doMonitor = false):
40 explicit FileReporter(const char* file, bool doMonitor = false):
52 explicit FileReporter(FILE* stream, bool doMonitor = false):
/ndk/tests/device/test-gnustl-full/unit/cppunit/
Dfile_reporter.h34 explicit FileReporter(bool doMonitor = false):
40 explicit FileReporter(const char* file, bool doMonitor = false):
52 explicit FileReporter(FILE* stream, bool doMonitor = false):
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/
Ddeleter.h56 explicit Deleter(int s) : state_(s) {} in Deleter()
116 explicit Deleter(int s) : state_(s) {} in Deleter()
142 explicit CDeleter(int s) : state_(s) {} in CDeleter()
163 explicit CDeleter(int s) : state_(s) {} in CDeleter()
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-death-test.h192 explicit ExitedWithCode(int exit_code);
206 explicit KilledBySignal(int signum);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
Dtest_allocator.h41 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator()
97 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator()
121 explicit other_allocator(int i) : data_(i) {} in other_allocator()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/
Dtest_func.h21 explicit test_func(int id) : id_(id) {} in test_func()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/
Dallocators.h14 explicit A1(int id = 0) : id_(id) {} in id_()
71 explicit A2(int id = 0) : id_(id) {} in id_()
119 explicit A3(int id = 0) : id_(id) {} in id_()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/
Dallocators.h14 explicit A1(int id = 0) : id_(id) {} in id_()
71 explicit A2(int id = 0) : id_(id) {} in id_()
119 explicit A3(int id = 0) : id_(id) {} in id_()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/
Drep.h9 explicit _LIBCPP_CONSTEXPR Rep(int i) : data_(i) {} in Rep()

12345678