Home
last modified time | relevance | path

Searched refs:explicit (Results 1 – 25 of 176) 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);
70 explicit logic_error(const string&);
71 explicit logic_error(const char*);
87 explicit runtime_error(const string&);
88 explicit runtime_error(const char*);
102 _LIBCPP_INLINE_VISIBILITY explicit domain_error(const string& __s) : logic_error(__s) {}
103 _LIBCPP_INLINE_VISIBILITY explicit domain_error(const char* __s) : logic_error(__s) {}
112 _LIBCPP_INLINE_VISIBILITY explicit invalid_argument(const string& __s) : logic_error(__s) {}
113 _LIBCPP_INLINE_VISIBILITY explicit invalid_argument(const char* __s) : logic_error(__s) {}
[all …]
Dcodecvt32 explicit codecvt_utf8(size_t refs = 0);
41 explicit codecvt_utf16(size_t refs = 0);
50 explicit codecvt_utf8_utf16(size_t refs = 0);
90 explicit __codecvt_utf8(size_t __refs, unsigned long _Maxcode,
125 explicit __codecvt_utf8(size_t __refs, unsigned long _Maxcode,
160 explicit __codecvt_utf8(size_t __refs, unsigned long _Maxcode,
190 explicit codecvt_utf8(size_t __refs = 0)
213 explicit __codecvt_utf16(size_t __refs, unsigned long _Maxcode,
248 explicit __codecvt_utf16(size_t __refs, unsigned long _Maxcode,
283 explicit __codecvt_utf16(size_t __refs, unsigned long _Maxcode,
[all …]
D__locale69 explicit locale(const char*);
70 explicit locale(const string&);
113 explicit facet(size_t __refs = 0)
188 explicit collate(size_t __refs = 0)
275 explicit collate_byname(const char* __n, size_t __refs = 0);
276 explicit collate_byname(const string& __n, size_t __refs = 0);
294 explicit collate_byname(const char* __n, size_t __refs = 0);
295 explicit collate_byname(const string& __n, size_t __refs = 0);
434 explicit ctype(size_t __refs = 0)
536 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_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_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_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/support/
Dmin_allocator.h33 explicit operator bool() const {return ptr_ != nullptr;}
55 explicit operator bool() const {return ptr_ != nullptr;}
67 explicit min_pointer(T* p) : ptr_(p) {} in min_pointer()
71 explicit min_pointer(min_pointer<void> p) : ptr_(static_cast<T*>(p.ptr_)) {} in min_pointer()
73 explicit operator bool() const {return ptr_ != nullptr;}
137 explicit min_pointer(const T* p) : ptr_(p) {} in min_pointer()
142 explicit min_pointer(min_pointer<const void> p) : ptr_(static_cast<const T*>(p.ptr_)) {} in min_pointer()
144 explicit operator bool() const {return ptr_ != nullptr;}
/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/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/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/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/cxx-stl/llvm-libc++/libcxx/include/experimental/
Doptional37 template <class... Args> constexpr explicit optional(in_place_t, Args&&...);
39 constexpr explicit optional(in_place_t, initializer_list<U>, Args&&...);
64 constexpr explicit operator bool() const noexcept;
84 explicit bad_optional_access(const string& what_arg);
85 explicit bad_optional_access(const char* what_arg);
127 _LIBCPP_INLINE_VISIBILITY explicit bad_optional_access(const string& __arg)
129 _LIBCPP_INLINE_VISIBILITY explicit bad_optional_access(const char* __arg)
171 explicit constexpr nullopt_t(int) noexcept {}
229 explicit __optional_storage(in_place_t, _Args&&... __args)
280 explicit __optional_storage(in_place_t, _Args&&... __args)
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
Dtest_allocator.h50 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator()
106 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator()
130 explicit other_allocator(int i) : data_(i) {} in other_allocator()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
Dtest_hash.h22 explicit test_hash(int data = 0) : data_(data) {} in data_()
/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++/patches.android/
D0012-Relax-some-__always_inline__-for-GCC-4.9.patch62 explicit moneypunct_byname(const char* __nm, size_t __refs = 0)
67 explicit moneypunct_byname(const string& __nm, size_t __refs = 0)
81 - _LIBCPP_INLINE_VISIBILITY explicit basic_string(const allocator_type& __a);
82 + _LIBCPP_INLINE_VISIBILITY_EXCEPT_GCC49 explicit basic_string(const allocator_type& __a);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/
Drep.h18 explicit _LIBCPP_CONSTEXPR Rep(int i) : data_(i) {} in Rep()
/ndk/sources/third_party/googletest/googletest/samples/
Dsample2.h58 explicit MyString(const char* a_c_string) : c_string_(NULL) { in MyString()

12345678