Home
last modified time | relevance | path

Searched refs:U_NOEXCEPT (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dlocalpointer.h222 LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalPointer()
241 LocalPointer<T> &operator=(LocalPointer<T> &&src) U_NOEXCEPT {
255 LocalPointer<T> &moveFrom(LocalPointer<T> &src) U_NOEXCEPT { in moveFrom()
266 void swap(LocalPointer<T> &other) U_NOEXCEPT { in swap()
277 friend inline void swap(LocalPointer<T> &p1, LocalPointer<T> &p2) U_NOEXCEPT { in swap()
371 LocalArray(LocalArray<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalArray()
390 LocalArray<T> &operator=(LocalArray<T> &&src) U_NOEXCEPT {
404 LocalArray<T> &moveFrom(LocalArray<T> &src) U_NOEXCEPT { in moveFrom()
415 void swap(LocalArray<T> &other) U_NOEXCEPT { in swap()
426 friend inline void swap(LocalArray<T> &p1, LocalArray<T> &p2) U_NOEXCEPT { in swap()
[all …]
Dplatform.h523 #ifdef U_NOEXCEPT
526 # define U_NOEXCEPT macro
529 # define U_NOEXCEPT noexcept macro
531 # define U_NOEXCEPT macro
Dunistr.h1916 UnicodeString &operator=(UnicodeString &&src) U_NOEXCEPT {
1931 UnicodeString &moveFrom(UnicodeString &src) U_NOEXCEPT;
1938 void swap(UnicodeString &other) U_NOEXCEPT;
1947 swap(UnicodeString &s1, UnicodeString &s2) U_NOEXCEPT { in swap()
3223 UnicodeString(UnicodeString &&src) U_NOEXCEPT;
3539 void copyFieldsFrom(UnicodeString &src, UBool setSrcToBogus) U_NOEXCEPT;
/external/icu/icu4c/source/common/
Dcmemory.h170 LocalMemory(LocalMemory<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalMemory()
187 LocalMemory<T> &operator=(LocalMemory<T> &&src) U_NOEXCEPT {
199 LocalMemory<T> &moveFrom(LocalMemory<T> &src) U_NOEXCEPT { in moveFrom()
209 void swap(LocalMemory<T> &other) U_NOEXCEPT { in swap()
219 friend inline void swap(LocalMemory<T> &p1, LocalMemory<T> &p2) U_NOEXCEPT { in swap()
Dunistr.cpp310 UnicodeString::UnicodeString(UnicodeString &&src) U_NOEXCEPT { in UnicodeString()
575 UnicodeString &UnicodeString::moveFrom(UnicodeString &src) U_NOEXCEPT { in moveFrom()
584 void UnicodeString::copyFieldsFrom(UnicodeString &src, UBool setSrcToBogus) U_NOEXCEPT { in copyFieldsFrom()
610 void UnicodeString::swap(UnicodeString &other) U_NOEXCEPT { in swap()