Home
last modified time | relevance | path

Searched refs:noexcept (Results 1 - 25 of 391) sorted by relevance

12345678910>>...16

/third_party/rust/crates/cxx/gen/src/include/
H A Dcxx.h38 String() noexcept; member in rust::cxxbridge1::final
39 String(const String &) noexcept; member in rust::cxxbridge1::final
40 String(String &&) noexcept; member in rust::cxxbridge1::final
41 ~String() noexcept; member in rust::cxxbridge1::final
50 static String lossy(const std::string &) noexcept; member in rust::cxxbridge1::final
51 static String lossy(const char *) noexcept; member in rust::cxxbridge1::final
52 static String lossy(const char *, std::size_t) noexcept; member in rust::cxxbridge1::final
53 static String lossy(const char16_t *) noexcept; member in rust::cxxbridge1::final
54 static String lossy(const char16_t *, std::size_t) noexcept; member in rust::cxxbridge1::final
56 String &operator=(const String &) &noexcept; member in rust::cxxbridge1::final
57 String &operator=(String &&) &noexcept; global() member in rust::cxxbridge1::final
62 const char *data() const noexcept; global() member in rust::cxxbridge1::final
63 std::size_t size() const noexcept; global() member in rust::cxxbridge1::final
64 std::size_t length() const noexcept; global() member in rust::cxxbridge1::final
65 bool empty() const noexcept; global() member in rust::cxxbridge1::final
67 const char *c_str() noexcept; global() member in rust::cxxbridge1::final
69 std::size_t capacity() const noexcept; global() member in rust::cxxbridge1::final
70 void reserve(size_t new_cap) noexcept; global() member in rust::cxxbridge1::final
73 iterator begin() noexcept; global() member in rust::cxxbridge1::final
74 iterator end() noexcept; global() member in rust::cxxbridge1::final
77 const_iterator begin() const noexcept; global() member in rust::cxxbridge1::final
78 const_iterator end() const noexcept; global() member in rust::cxxbridge1::final
79 const_iterator cbegin() const noexcept; global() member in rust::cxxbridge1::final
80 const_iterator cend() const noexcept; global() member in rust::cxxbridge1::final
82 bool operator==(const String &) const noexcept; global() member in rust::cxxbridge1::final
83 bool operator!=(const String &) const noexcept; global() member in rust::cxxbridge1::final
84 bool operator<(const String &) const noexcept; global() member in rust::cxxbridge1::final
85 bool operator<=(const String &) const noexcept; global() member in rust::cxxbridge1::final
86 bool operator>(const String &) const noexcept; global() member in rust::cxxbridge1::final
87 bool operator>=(const String &) const noexcept; global() member in rust::cxxbridge1::final
89 void swap(String &) noexcept; global() member in rust::cxxbridge1::final
92 String(unsafe_bitcopy_t, const String &) noexcept; global() member in rust::cxxbridge1::final
96 String(lossy_t, const char *, std::size_t) noexcept; global() member in rust::cxxbridge1::final
97 String(lossy_t, const char16_t *, std::size_t) noexcept; global() member in rust::cxxbridge1::final
110 Str() noexcept; global() member in rust::cxxbridge1::final
111 Str(const String &) noexcept; global() member in rust::cxxbridge1::final
116 Str &operator=(const Str &) &noexcept = default; global() member in rust::cxxbridge1::final
121 const char *data() const noexcept; global() member in rust::cxxbridge1::final
122 std::size_t size() const noexcept; global() member in rust::cxxbridge1::final
123 std::size_t length() const noexcept; global() member in rust::cxxbridge1::final
124 bool empty() const noexcept; global() member in rust::cxxbridge1::final
127 Str(const Str &) noexcept = default; global() member in rust::cxxbridge1::final
128 ~Str() noexcept = default; global() member in rust::cxxbridge1::final
132 const_iterator begin() const noexcept; global() member in rust::cxxbridge1::final
133 const_iterator end() const noexcept; global() member in rust::cxxbridge1::final
134 const_iterator cbegin() const noexcept; global() member in rust::cxxbridge1::final
135 const_iterator cend() const noexcept; global() member in rust::cxxbridge1::final
137 bool operator==(const Str &) const noexcept; global() member in rust::cxxbridge1::final
138 bool operator!=(const Str &) const noexcept; global() member in rust::cxxbridge1::final
139 bool operator<(const Str &) const noexcept; global() member in rust::cxxbridge1::final
140 bool operator<=(const Str &) const noexcept; global() member in rust::cxxbridge1::final
141 bool operator>(const Str &) const noexcept; global() member in rust::cxxbridge1::final
142 bool operator>=(const Str &) const noexcept; global() member in rust::cxxbridge1::final
144 void swap(Str &) noexcept; global() member in rust::cxxbridge1::final
148 Str(uninit) noexcept; global() member in rust::cxxbridge1::final
162 copy_assignable_if() noexcept = default; global() member
163 copy_assignable_if(const copy_assignable_if &) noexcept = default; global() member
164 copy_assignable_if &operator=(const copy_assignable_if &) &noexcept = delete; global() member
165 copy_assignable_if &operator=(copy_assignable_if &&) &noexcept = default; global() member
176 Slice() noexcept; global() member in rust::cxxbridge1::final
177 Slice(T *, std::size_t count) noexcept; global() member in rust::cxxbridge1::final
179 Slice &operator=(const Slice<T> &) &noexcept = default; global() member in rust::cxxbridge1::final
180 Slice &operator=(Slice<T> &&) &noexcept = default; global() member in rust::cxxbridge1::final
182 T *data() const noexcept; global() member in rust::cxxbridge1::final
183 std::size_t size() const noexcept; global() member in rust::cxxbridge1::final
184 std::size_t length() const noexcept; global() member in rust::cxxbridge1::final
185 bool empty() const noexcept; global() member in rust::cxxbridge1::final
187 T &operator[](std::size_t n) const noexcept; global() member in rust::cxxbridge1::final
189 T &front() const noexcept; global() member in rust::cxxbridge1::final
190 T &back() const noexcept; global() member in rust::cxxbridge1::final
193 Slice(const Slice<T> &) noexcept = default; global() member in rust::cxxbridge1::final
194 ~Slice() noexcept = default; global() member in rust::cxxbridge1::final
197 iterator begin() const noexcept; global() member in rust::cxxbridge1::final
198 iterator end() const noexcept; global() member in rust::cxxbridge1::final
200 void swap(Slice &) noexcept; global() member in rust::cxxbridge1::final
204 Slice(uninit) noexcept; global() member in rust::cxxbridge1::final
206 friend void sliceInit(void *, const void *, std::size_t) noexcept; global() member in rust::cxxbridge1::final
207 friend void *slicePtr(const void *) noexcept; global() member in rust::cxxbridge1::final
208 friend std::size_t sliceLen(const void *) noexcept; global() member in rust::cxxbridge1::final
222 reference operator*() const noexcept; global() member in rust::cxxbridge1::final
223 pointer operator->() const noexcept; global() member in rust::cxxbridge1::final
224 reference operator[](difference_type) const noexcept; global() member in rust::cxxbridge1::final
226 iterator &operator++() noexcept; global() member in rust::cxxbridge1::final
227 iterator operator++(int) noexcept; global() member in rust::cxxbridge1::final
228 iterator &operator--() noexcept; global() member in rust::cxxbridge1::final
229 iterator operator--(int) noexcept; global() member in rust::cxxbridge1::final
231 iterator &operator+=(difference_type) noexcept; global() member in rust::cxxbridge1::final
232 iterator &operator-=(difference_type) noexcept; global() member in rust::cxxbridge1::final
233 iterator operator+(difference_type) const noexcept; global() member in rust::cxxbridge1::final
234 iterator operator-(difference_type) const noexcept; global() member in rust::cxxbridge1::final
235 difference_type operator-(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
237 bool operator==(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
238 bool operator!=(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
239 bool operator<(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
240 bool operator<=(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
241 bool operator>(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
242 bool operator>=(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
262 Box(Box &&) noexcept; global() member in rust::cxxbridge1::final
263 ~Box() noexcept; global() member in rust::cxxbridge1::final
268 Box &operator=(Box &&) &noexcept; global() member in rust::cxxbridge1::final
270 const T *operator->() const noexcept; global() member in rust::cxxbridge1::final
271 const T &operator*() const noexcept; global() member in rust::cxxbridge1::final
272 T *operator->() noexcept; global() member in rust::cxxbridge1::final
273 T &operator*() noexcept; global() member in rust::cxxbridge1::final
278 void swap(Box &) noexcept; global() member in rust::cxxbridge1::final
282 static Box from_raw(T *) noexcept; global() member in rust::cxxbridge1::final
284 T *into_raw() noexcept; global() member in rust::cxxbridge1::final
291 Box(uninit) noexcept; global() member in rust::cxxbridge1::final
292 void drop() noexcept; global() member in rust::cxxbridge1::final
307 Vec() noexcept; global() member in rust::cxxbridge1::final
310 Vec(Vec &&) noexcept; global() member in rust::cxxbridge1::final
311 ~Vec() noexcept; global() member in rust::cxxbridge1::final
313 Vec &operator=(Vec &&) &noexcept; global() member in rust::cxxbridge1::final
316 std::size_t size() const noexcept; global() member in rust::cxxbridge1::final
317 bool empty() const noexcept; global() member in rust::cxxbridge1::final
318 const T *data() const noexcept; global() member in rust::cxxbridge1::final
319 T *data() noexcept; global() member in rust::cxxbridge1::final
320 std::size_t capacity() const noexcept; global() member in rust::cxxbridge1::final
322 const T &operator[](std::size_t n) const noexcept; global() member in rust::cxxbridge1::final
324 const T &front() const noexcept; global() member in rust::cxxbridge1::final
325 const T &back() const noexcept; global() member in rust::cxxbridge1::final
327 T &operator[](std::size_t n) noexcept; global() member in rust::cxxbridge1::final
329 T &front() noexcept; global() member in rust::cxxbridge1::final
330 T &back() noexcept; global() member in rust::cxxbridge1::final
341 iterator begin() noexcept; global() member in rust::cxxbridge1::final
342 iterator end() noexcept; global() member in rust::cxxbridge1::final
345 const_iterator begin() const noexcept; global() member in rust::cxxbridge1::final
346 const_iterator end() const noexcept; global() member in rust::cxxbridge1::final
347 const_iterator cbegin() const noexcept; global() member in rust::cxxbridge1::final
348 const_iterator cend() const noexcept; global() member in rust::cxxbridge1::final
350 void swap(Vec &) noexcept; global() member in rust::cxxbridge1::final
353 Vec(unsafe_bitcopy_t, const Vec &) noexcept; global() member in rust::cxxbridge1::final
356 void reserve_total(std::size_t new_cap) noexcept; global() member in rust::cxxbridge1::final
357 void set_len(std::size_t len) noexcept; global() member in rust::cxxbridge1::final
358 void drop() noexcept; global() member in rust::cxxbridge1::final
375 Ret operator()(Args... args) const noexcept; global() member in rust::cxxbridge1::final
376 Fn operator*() const noexcept; global() member in rust::cxxbridge1::final
379 Ret (*trampoline)(Args..., void *fn) noexcept; global() member in rust::cxxbridge1::final
390 Error(Error &&) noexcept; global() member in rust::cxxbridge1::final
394 Error &operator=(Error &&) &noexcept; global() member in rust::cxxbridge1::final
399 Error() noexcept = default; global() member in rust::cxxbridge1::final
723 static T *alloc() noexcept; global() member in rust::cxxbridge1::Box::allocation
724 static void dealloc(T *) noexcept; global() member in rust::cxxbridge1::Box::allocation
[all...]
/third_party/rust/crates/cxx/gen/cmd/src/gen/include/
H A Dcxx.h38 String() noexcept; member in rust::cxxbridge1::final
39 String(const String &) noexcept; member in rust::cxxbridge1::final
40 String(String &&) noexcept; member in rust::cxxbridge1::final
41 ~String() noexcept; member in rust::cxxbridge1::final
50 static String lossy(const std::string &) noexcept; member in rust::cxxbridge1::final
51 static String lossy(const char *) noexcept; member in rust::cxxbridge1::final
52 static String lossy(const char *, std::size_t) noexcept; member in rust::cxxbridge1::final
53 static String lossy(const char16_t *) noexcept; member in rust::cxxbridge1::final
54 static String lossy(const char16_t *, std::size_t) noexcept; member in rust::cxxbridge1::final
56 String &operator=(const String &) &noexcept; member in rust::cxxbridge1::final
57 String &operator=(String &&) &noexcept; global() member in rust::cxxbridge1::final
62 const char *data() const noexcept; global() member in rust::cxxbridge1::final
63 std::size_t size() const noexcept; global() member in rust::cxxbridge1::final
64 std::size_t length() const noexcept; global() member in rust::cxxbridge1::final
65 bool empty() const noexcept; global() member in rust::cxxbridge1::final
67 const char *c_str() noexcept; global() member in rust::cxxbridge1::final
69 std::size_t capacity() const noexcept; global() member in rust::cxxbridge1::final
70 void reserve(size_t new_cap) noexcept; global() member in rust::cxxbridge1::final
73 iterator begin() noexcept; global() member in rust::cxxbridge1::final
74 iterator end() noexcept; global() member in rust::cxxbridge1::final
77 const_iterator begin() const noexcept; global() member in rust::cxxbridge1::final
78 const_iterator end() const noexcept; global() member in rust::cxxbridge1::final
79 const_iterator cbegin() const noexcept; global() member in rust::cxxbridge1::final
80 const_iterator cend() const noexcept; global() member in rust::cxxbridge1::final
82 bool operator==(const String &) const noexcept; global() member in rust::cxxbridge1::final
83 bool operator!=(const String &) const noexcept; global() member in rust::cxxbridge1::final
84 bool operator<(const String &) const noexcept; global() member in rust::cxxbridge1::final
85 bool operator<=(const String &) const noexcept; global() member in rust::cxxbridge1::final
86 bool operator>(const String &) const noexcept; global() member in rust::cxxbridge1::final
87 bool operator>=(const String &) const noexcept; global() member in rust::cxxbridge1::final
89 void swap(String &) noexcept; global() member in rust::cxxbridge1::final
92 String(unsafe_bitcopy_t, const String &) noexcept; global() member in rust::cxxbridge1::final
96 String(lossy_t, const char *, std::size_t) noexcept; global() member in rust::cxxbridge1::final
97 String(lossy_t, const char16_t *, std::size_t) noexcept; global() member in rust::cxxbridge1::final
110 Str() noexcept; global() member in rust::cxxbridge1::final
111 Str(const String &) noexcept; global() member in rust::cxxbridge1::final
116 Str &operator=(const Str &) &noexcept = default; global() member in rust::cxxbridge1::final
121 const char *data() const noexcept; global() member in rust::cxxbridge1::final
122 std::size_t size() const noexcept; global() member in rust::cxxbridge1::final
123 std::size_t length() const noexcept; global() member in rust::cxxbridge1::final
124 bool empty() const noexcept; global() member in rust::cxxbridge1::final
127 Str(const Str &) noexcept = default; global() member in rust::cxxbridge1::final
128 ~Str() noexcept = default; global() member in rust::cxxbridge1::final
132 const_iterator begin() const noexcept; global() member in rust::cxxbridge1::final
133 const_iterator end() const noexcept; global() member in rust::cxxbridge1::final
134 const_iterator cbegin() const noexcept; global() member in rust::cxxbridge1::final
135 const_iterator cend() const noexcept; global() member in rust::cxxbridge1::final
137 bool operator==(const Str &) const noexcept; global() member in rust::cxxbridge1::final
138 bool operator!=(const Str &) const noexcept; global() member in rust::cxxbridge1::final
139 bool operator<(const Str &) const noexcept; global() member in rust::cxxbridge1::final
140 bool operator<=(const Str &) const noexcept; global() member in rust::cxxbridge1::final
141 bool operator>(const Str &) const noexcept; global() member in rust::cxxbridge1::final
142 bool operator>=(const Str &) const noexcept; global() member in rust::cxxbridge1::final
144 void swap(Str &) noexcept; global() member in rust::cxxbridge1::final
148 Str(uninit) noexcept; global() member in rust::cxxbridge1::final
162 copy_assignable_if() noexcept = default; global() member
163 copy_assignable_if(const copy_assignable_if &) noexcept = default; global() member
164 copy_assignable_if &operator=(const copy_assignable_if &) &noexcept = delete; global() member
165 copy_assignable_if &operator=(copy_assignable_if &&) &noexcept = default; global() member
176 Slice() noexcept; global() member in rust::cxxbridge1::final
177 Slice(T *, std::size_t count) noexcept; global() member in rust::cxxbridge1::final
179 Slice &operator=(const Slice<T> &) &noexcept = default; global() member in rust::cxxbridge1::final
180 Slice &operator=(Slice<T> &&) &noexcept = default; global() member in rust::cxxbridge1::final
182 T *data() const noexcept; global() member in rust::cxxbridge1::final
183 std::size_t size() const noexcept; global() member in rust::cxxbridge1::final
184 std::size_t length() const noexcept; global() member in rust::cxxbridge1::final
185 bool empty() const noexcept; global() member in rust::cxxbridge1::final
187 T &operator[](std::size_t n) const noexcept; global() member in rust::cxxbridge1::final
189 T &front() const noexcept; global() member in rust::cxxbridge1::final
190 T &back() const noexcept; global() member in rust::cxxbridge1::final
193 Slice(const Slice<T> &) noexcept = default; global() member in rust::cxxbridge1::final
194 ~Slice() noexcept = default; global() member in rust::cxxbridge1::final
197 iterator begin() const noexcept; global() member in rust::cxxbridge1::final
198 iterator end() const noexcept; global() member in rust::cxxbridge1::final
200 void swap(Slice &) noexcept; global() member in rust::cxxbridge1::final
204 Slice(uninit) noexcept; global() member in rust::cxxbridge1::final
206 friend void sliceInit(void *, const void *, std::size_t) noexcept; global() member in rust::cxxbridge1::final
207 friend void *slicePtr(const void *) noexcept; global() member in rust::cxxbridge1::final
208 friend std::size_t sliceLen(const void *) noexcept; global() member in rust::cxxbridge1::final
222 reference operator*() const noexcept; global() member in rust::cxxbridge1::final
223 pointer operator->() const noexcept; global() member in rust::cxxbridge1::final
224 reference operator[](difference_type) const noexcept; global() member in rust::cxxbridge1::final
226 iterator &operator++() noexcept; global() member in rust::cxxbridge1::final
227 iterator operator++(int) noexcept; global() member in rust::cxxbridge1::final
228 iterator &operator--() noexcept; global() member in rust::cxxbridge1::final
229 iterator operator--(int) noexcept; global() member in rust::cxxbridge1::final
231 iterator &operator+=(difference_type) noexcept; global() member in rust::cxxbridge1::final
232 iterator &operator-=(difference_type) noexcept; global() member in rust::cxxbridge1::final
233 iterator operator+(difference_type) const noexcept; global() member in rust::cxxbridge1::final
234 iterator operator-(difference_type) const noexcept; global() member in rust::cxxbridge1::final
235 difference_type operator-(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
237 bool operator==(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
238 bool operator!=(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
239 bool operator<(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
240 bool operator<=(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
241 bool operator>(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
242 bool operator>=(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
262 Box(Box &&) noexcept; global() member in rust::cxxbridge1::final
263 ~Box() noexcept; global() member in rust::cxxbridge1::final
268 Box &operator=(Box &&) &noexcept; global() member in rust::cxxbridge1::final
270 const T *operator->() const noexcept; global() member in rust::cxxbridge1::final
271 const T &operator*() const noexcept; global() member in rust::cxxbridge1::final
272 T *operator->() noexcept; global() member in rust::cxxbridge1::final
273 T &operator*() noexcept; global() member in rust::cxxbridge1::final
278 void swap(Box &) noexcept; global() member in rust::cxxbridge1::final
282 static Box from_raw(T *) noexcept; global() member in rust::cxxbridge1::final
284 T *into_raw() noexcept; global() member in rust::cxxbridge1::final
291 Box(uninit) noexcept; global() member in rust::cxxbridge1::final
292 void drop() noexcept; global() member in rust::cxxbridge1::final
307 Vec() noexcept; global() member in rust::cxxbridge1::final
310 Vec(Vec &&) noexcept; global() member in rust::cxxbridge1::final
311 ~Vec() noexcept; global() member in rust::cxxbridge1::final
313 Vec &operator=(Vec &&) &noexcept; global() member in rust::cxxbridge1::final
316 std::size_t size() const noexcept; global() member in rust::cxxbridge1::final
317 bool empty() const noexcept; global() member in rust::cxxbridge1::final
318 const T *data() const noexcept; global() member in rust::cxxbridge1::final
319 T *data() noexcept; global() member in rust::cxxbridge1::final
320 std::size_t capacity() const noexcept; global() member in rust::cxxbridge1::final
322 const T &operator[](std::size_t n) const noexcept; global() member in rust::cxxbridge1::final
324 const T &front() const noexcept; global() member in rust::cxxbridge1::final
325 const T &back() const noexcept; global() member in rust::cxxbridge1::final
327 T &operator[](std::size_t n) noexcept; global() member in rust::cxxbridge1::final
329 T &front() noexcept; global() member in rust::cxxbridge1::final
330 T &back() noexcept; global() member in rust::cxxbridge1::final
341 iterator begin() noexcept; global() member in rust::cxxbridge1::final
342 iterator end() noexcept; global() member in rust::cxxbridge1::final
345 const_iterator begin() const noexcept; global() member in rust::cxxbridge1::final
346 const_iterator end() const noexcept; global() member in rust::cxxbridge1::final
347 const_iterator cbegin() const noexcept; global() member in rust::cxxbridge1::final
348 const_iterator cend() const noexcept; global() member in rust::cxxbridge1::final
350 void swap(Vec &) noexcept; global() member in rust::cxxbridge1::final
353 Vec(unsafe_bitcopy_t, const Vec &) noexcept; global() member in rust::cxxbridge1::final
356 void reserve_total(std::size_t new_cap) noexcept; global() member in rust::cxxbridge1::final
357 void set_len(std::size_t len) noexcept; global() member in rust::cxxbridge1::final
358 void drop() noexcept; global() member in rust::cxxbridge1::final
375 Ret operator()(Args... args) const noexcept; global() member in rust::cxxbridge1::final
376 Fn operator*() const noexcept; global() member in rust::cxxbridge1::final
379 Ret (*trampoline)(Args..., void *fn) noexcept; global() member in rust::cxxbridge1::final
390 Error(Error &&) noexcept; global() member in rust::cxxbridge1::final
394 Error &operator=(Error &&) &noexcept; global() member in rust::cxxbridge1::final
399 Error() noexcept = default; global() member in rust::cxxbridge1::final
723 static T *alloc() noexcept; global() member in rust::cxxbridge1::Box::allocation
724 static void dealloc(T *) noexcept; global() member in rust::cxxbridge1::Box::allocation
[all...]
/third_party/rust/crates/cxx/gen/build/src/gen/include/
H A Dcxx.h38 String() noexcept; member in rust::cxxbridge1::final
39 String(const String &) noexcept; member in rust::cxxbridge1::final
40 String(String &&) noexcept; member in rust::cxxbridge1::final
41 ~String() noexcept; member in rust::cxxbridge1::final
50 static String lossy(const std::string &) noexcept; member in rust::cxxbridge1::final
51 static String lossy(const char *) noexcept; member in rust::cxxbridge1::final
52 static String lossy(const char *, std::size_t) noexcept; member in rust::cxxbridge1::final
53 static String lossy(const char16_t *) noexcept; member in rust::cxxbridge1::final
54 static String lossy(const char16_t *, std::size_t) noexcept; member in rust::cxxbridge1::final
56 String &operator=(const String &) &noexcept; member in rust::cxxbridge1::final
57 String &operator=(String &&) &noexcept; global() member in rust::cxxbridge1::final
62 const char *data() const noexcept; global() member in rust::cxxbridge1::final
63 std::size_t size() const noexcept; global() member in rust::cxxbridge1::final
64 std::size_t length() const noexcept; global() member in rust::cxxbridge1::final
65 bool empty() const noexcept; global() member in rust::cxxbridge1::final
67 const char *c_str() noexcept; global() member in rust::cxxbridge1::final
69 std::size_t capacity() const noexcept; global() member in rust::cxxbridge1::final
70 void reserve(size_t new_cap) noexcept; global() member in rust::cxxbridge1::final
73 iterator begin() noexcept; global() member in rust::cxxbridge1::final
74 iterator end() noexcept; global() member in rust::cxxbridge1::final
77 const_iterator begin() const noexcept; global() member in rust::cxxbridge1::final
78 const_iterator end() const noexcept; global() member in rust::cxxbridge1::final
79 const_iterator cbegin() const noexcept; global() member in rust::cxxbridge1::final
80 const_iterator cend() const noexcept; global() member in rust::cxxbridge1::final
82 bool operator==(const String &) const noexcept; global() member in rust::cxxbridge1::final
83 bool operator!=(const String &) const noexcept; global() member in rust::cxxbridge1::final
84 bool operator<(const String &) const noexcept; global() member in rust::cxxbridge1::final
85 bool operator<=(const String &) const noexcept; global() member in rust::cxxbridge1::final
86 bool operator>(const String &) const noexcept; global() member in rust::cxxbridge1::final
87 bool operator>=(const String &) const noexcept; global() member in rust::cxxbridge1::final
89 void swap(String &) noexcept; global() member in rust::cxxbridge1::final
92 String(unsafe_bitcopy_t, const String &) noexcept; global() member in rust::cxxbridge1::final
96 String(lossy_t, const char *, std::size_t) noexcept; global() member in rust::cxxbridge1::final
97 String(lossy_t, const char16_t *, std::size_t) noexcept; global() member in rust::cxxbridge1::final
110 Str() noexcept; global() member in rust::cxxbridge1::final
111 Str(const String &) noexcept; global() member in rust::cxxbridge1::final
116 Str &operator=(const Str &) &noexcept = default; global() member in rust::cxxbridge1::final
121 const char *data() const noexcept; global() member in rust::cxxbridge1::final
122 std::size_t size() const noexcept; global() member in rust::cxxbridge1::final
123 std::size_t length() const noexcept; global() member in rust::cxxbridge1::final
124 bool empty() const noexcept; global() member in rust::cxxbridge1::final
127 Str(const Str &) noexcept = default; global() member in rust::cxxbridge1::final
128 ~Str() noexcept = default; global() member in rust::cxxbridge1::final
132 const_iterator begin() const noexcept; global() member in rust::cxxbridge1::final
133 const_iterator end() const noexcept; global() member in rust::cxxbridge1::final
134 const_iterator cbegin() const noexcept; global() member in rust::cxxbridge1::final
135 const_iterator cend() const noexcept; global() member in rust::cxxbridge1::final
137 bool operator==(const Str &) const noexcept; global() member in rust::cxxbridge1::final
138 bool operator!=(const Str &) const noexcept; global() member in rust::cxxbridge1::final
139 bool operator<(const Str &) const noexcept; global() member in rust::cxxbridge1::final
140 bool operator<=(const Str &) const noexcept; global() member in rust::cxxbridge1::final
141 bool operator>(const Str &) const noexcept; global() member in rust::cxxbridge1::final
142 bool operator>=(const Str &) const noexcept; global() member in rust::cxxbridge1::final
144 void swap(Str &) noexcept; global() member in rust::cxxbridge1::final
148 Str(uninit) noexcept; global() member in rust::cxxbridge1::final
162 copy_assignable_if() noexcept = default; global() member
163 copy_assignable_if(const copy_assignable_if &) noexcept = default; global() member
164 copy_assignable_if &operator=(const copy_assignable_if &) &noexcept = delete; global() member
165 copy_assignable_if &operator=(copy_assignable_if &&) &noexcept = default; global() member
176 Slice() noexcept; global() member in rust::cxxbridge1::final
177 Slice(T *, std::size_t count) noexcept; global() member in rust::cxxbridge1::final
179 Slice &operator=(const Slice<T> &) &noexcept = default; global() member in rust::cxxbridge1::final
180 Slice &operator=(Slice<T> &&) &noexcept = default; global() member in rust::cxxbridge1::final
182 T *data() const noexcept; global() member in rust::cxxbridge1::final
183 std::size_t size() const noexcept; global() member in rust::cxxbridge1::final
184 std::size_t length() const noexcept; global() member in rust::cxxbridge1::final
185 bool empty() const noexcept; global() member in rust::cxxbridge1::final
187 T &operator[](std::size_t n) const noexcept; global() member in rust::cxxbridge1::final
189 T &front() const noexcept; global() member in rust::cxxbridge1::final
190 T &back() const noexcept; global() member in rust::cxxbridge1::final
193 Slice(const Slice<T> &) noexcept = default; global() member in rust::cxxbridge1::final
194 ~Slice() noexcept = default; global() member in rust::cxxbridge1::final
197 iterator begin() const noexcept; global() member in rust::cxxbridge1::final
198 iterator end() const noexcept; global() member in rust::cxxbridge1::final
200 void swap(Slice &) noexcept; global() member in rust::cxxbridge1::final
204 Slice(uninit) noexcept; global() member in rust::cxxbridge1::final
206 friend void sliceInit(void *, const void *, std::size_t) noexcept; global() member in rust::cxxbridge1::final
207 friend void *slicePtr(const void *) noexcept; global() member in rust::cxxbridge1::final
208 friend std::size_t sliceLen(const void *) noexcept; global() member in rust::cxxbridge1::final
222 reference operator*() const noexcept; global() member in rust::cxxbridge1::final
223 pointer operator->() const noexcept; global() member in rust::cxxbridge1::final
224 reference operator[](difference_type) const noexcept; global() member in rust::cxxbridge1::final
226 iterator &operator++() noexcept; global() member in rust::cxxbridge1::final
227 iterator operator++(int) noexcept; global() member in rust::cxxbridge1::final
228 iterator &operator--() noexcept; global() member in rust::cxxbridge1::final
229 iterator operator--(int) noexcept; global() member in rust::cxxbridge1::final
231 iterator &operator+=(difference_type) noexcept; global() member in rust::cxxbridge1::final
232 iterator &operator-=(difference_type) noexcept; global() member in rust::cxxbridge1::final
233 iterator operator+(difference_type) const noexcept; global() member in rust::cxxbridge1::final
234 iterator operator-(difference_type) const noexcept; global() member in rust::cxxbridge1::final
235 difference_type operator-(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
237 bool operator==(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
238 bool operator!=(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
239 bool operator<(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
240 bool operator<=(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
241 bool operator>(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
242 bool operator>=(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
262 Box(Box &&) noexcept; global() member in rust::cxxbridge1::final
263 ~Box() noexcept; global() member in rust::cxxbridge1::final
268 Box &operator=(Box &&) &noexcept; global() member in rust::cxxbridge1::final
270 const T *operator->() const noexcept; global() member in rust::cxxbridge1::final
271 const T &operator*() const noexcept; global() member in rust::cxxbridge1::final
272 T *operator->() noexcept; global() member in rust::cxxbridge1::final
273 T &operator*() noexcept; global() member in rust::cxxbridge1::final
278 void swap(Box &) noexcept; global() member in rust::cxxbridge1::final
282 static Box from_raw(T *) noexcept; global() member in rust::cxxbridge1::final
284 T *into_raw() noexcept; global() member in rust::cxxbridge1::final
291 Box(uninit) noexcept; global() member in rust::cxxbridge1::final
292 void drop() noexcept; global() member in rust::cxxbridge1::final
307 Vec() noexcept; global() member in rust::cxxbridge1::final
310 Vec(Vec &&) noexcept; global() member in rust::cxxbridge1::final
311 ~Vec() noexcept; global() member in rust::cxxbridge1::final
313 Vec &operator=(Vec &&) &noexcept; global() member in rust::cxxbridge1::final
316 std::size_t size() const noexcept; global() member in rust::cxxbridge1::final
317 bool empty() const noexcept; global() member in rust::cxxbridge1::final
318 const T *data() const noexcept; global() member in rust::cxxbridge1::final
319 T *data() noexcept; global() member in rust::cxxbridge1::final
320 std::size_t capacity() const noexcept; global() member in rust::cxxbridge1::final
322 const T &operator[](std::size_t n) const noexcept; global() member in rust::cxxbridge1::final
324 const T &front() const noexcept; global() member in rust::cxxbridge1::final
325 const T &back() const noexcept; global() member in rust::cxxbridge1::final
327 T &operator[](std::size_t n) noexcept; global() member in rust::cxxbridge1::final
329 T &front() noexcept; global() member in rust::cxxbridge1::final
330 T &back() noexcept; global() member in rust::cxxbridge1::final
341 iterator begin() noexcept; global() member in rust::cxxbridge1::final
342 iterator end() noexcept; global() member in rust::cxxbridge1::final
345 const_iterator begin() const noexcept; global() member in rust::cxxbridge1::final
346 const_iterator end() const noexcept; global() member in rust::cxxbridge1::final
347 const_iterator cbegin() const noexcept; global() member in rust::cxxbridge1::final
348 const_iterator cend() const noexcept; global() member in rust::cxxbridge1::final
350 void swap(Vec &) noexcept; global() member in rust::cxxbridge1::final
353 Vec(unsafe_bitcopy_t, const Vec &) noexcept; global() member in rust::cxxbridge1::final
356 void reserve_total(std::size_t new_cap) noexcept; global() member in rust::cxxbridge1::final
357 void set_len(std::size_t len) noexcept; global() member in rust::cxxbridge1::final
358 void drop() noexcept; global() member in rust::cxxbridge1::final
375 Ret operator()(Args... args) const noexcept; global() member in rust::cxxbridge1::final
376 Fn operator*() const noexcept; global() member in rust::cxxbridge1::final
379 Ret (*trampoline)(Args..., void *fn) noexcept; global() member in rust::cxxbridge1::final
390 Error(Error &&) noexcept; global() member in rust::cxxbridge1::final
394 Error &operator=(Error &&) &noexcept; global() member in rust::cxxbridge1::final
399 Error() noexcept = default; global() member in rust::cxxbridge1::final
723 static T *alloc() noexcept; global() member in rust::cxxbridge1::Box::allocation
724 static void dealloc(T *) noexcept; global() member in rust::cxxbridge1::Box::allocation
[all...]
/third_party/rust/crates/cxx/include/
H A Dcxx.h38 String() noexcept; member in rust::cxxbridge1::final
39 String(const String &) noexcept; member in rust::cxxbridge1::final
40 String(String &&) noexcept; member in rust::cxxbridge1::final
41 ~String() noexcept; member in rust::cxxbridge1::final
50 static String lossy(const std::string &) noexcept; member in rust::cxxbridge1::final
51 static String lossy(const char *) noexcept; member in rust::cxxbridge1::final
52 static String lossy(const char *, std::size_t) noexcept; member in rust::cxxbridge1::final
53 static String lossy(const char16_t *) noexcept; member in rust::cxxbridge1::final
54 static String lossy(const char16_t *, std::size_t) noexcept; member in rust::cxxbridge1::final
56 String &operator=(const String &) &noexcept; member in rust::cxxbridge1::final
57 String &operator=(String &&) &noexcept; global() member in rust::cxxbridge1::final
62 const char *data() const noexcept; global() member in rust::cxxbridge1::final
63 std::size_t size() const noexcept; global() member in rust::cxxbridge1::final
64 std::size_t length() const noexcept; global() member in rust::cxxbridge1::final
65 bool empty() const noexcept; global() member in rust::cxxbridge1::final
67 const char *c_str() noexcept; global() member in rust::cxxbridge1::final
69 std::size_t capacity() const noexcept; global() member in rust::cxxbridge1::final
70 void reserve(size_t new_cap) noexcept; global() member in rust::cxxbridge1::final
73 iterator begin() noexcept; global() member in rust::cxxbridge1::final
74 iterator end() noexcept; global() member in rust::cxxbridge1::final
77 const_iterator begin() const noexcept; global() member in rust::cxxbridge1::final
78 const_iterator end() const noexcept; global() member in rust::cxxbridge1::final
79 const_iterator cbegin() const noexcept; global() member in rust::cxxbridge1::final
80 const_iterator cend() const noexcept; global() member in rust::cxxbridge1::final
82 bool operator==(const String &) const noexcept; global() member in rust::cxxbridge1::final
83 bool operator!=(const String &) const noexcept; global() member in rust::cxxbridge1::final
84 bool operator<(const String &) const noexcept; global() member in rust::cxxbridge1::final
85 bool operator<=(const String &) const noexcept; global() member in rust::cxxbridge1::final
86 bool operator>(const String &) const noexcept; global() member in rust::cxxbridge1::final
87 bool operator>=(const String &) const noexcept; global() member in rust::cxxbridge1::final
89 void swap(String &) noexcept; global() member in rust::cxxbridge1::final
92 String(unsafe_bitcopy_t, const String &) noexcept; global() member in rust::cxxbridge1::final
96 String(lossy_t, const char *, std::size_t) noexcept; global() member in rust::cxxbridge1::final
97 String(lossy_t, const char16_t *, std::size_t) noexcept; global() member in rust::cxxbridge1::final
110 Str() noexcept; global() member in rust::cxxbridge1::final
111 Str(const String &) noexcept; global() member in rust::cxxbridge1::final
116 Str &operator=(const Str &) &noexcept = default; global() member in rust::cxxbridge1::final
121 const char *data() const noexcept; global() member in rust::cxxbridge1::final
122 std::size_t size() const noexcept; global() member in rust::cxxbridge1::final
123 std::size_t length() const noexcept; global() member in rust::cxxbridge1::final
124 bool empty() const noexcept; global() member in rust::cxxbridge1::final
127 Str(const Str &) noexcept = default; global() member in rust::cxxbridge1::final
128 ~Str() noexcept = default; global() member in rust::cxxbridge1::final
132 const_iterator begin() const noexcept; global() member in rust::cxxbridge1::final
133 const_iterator end() const noexcept; global() member in rust::cxxbridge1::final
134 const_iterator cbegin() const noexcept; global() member in rust::cxxbridge1::final
135 const_iterator cend() const noexcept; global() member in rust::cxxbridge1::final
137 bool operator==(const Str &) const noexcept; global() member in rust::cxxbridge1::final
138 bool operator!=(const Str &) const noexcept; global() member in rust::cxxbridge1::final
139 bool operator<(const Str &) const noexcept; global() member in rust::cxxbridge1::final
140 bool operator<=(const Str &) const noexcept; global() member in rust::cxxbridge1::final
141 bool operator>(const Str &) const noexcept; global() member in rust::cxxbridge1::final
142 bool operator>=(const Str &) const noexcept; global() member in rust::cxxbridge1::final
144 void swap(Str &) noexcept; global() member in rust::cxxbridge1::final
148 Str(uninit) noexcept; global() member in rust::cxxbridge1::final
162 copy_assignable_if() noexcept = default; global() member
163 copy_assignable_if(const copy_assignable_if &) noexcept = default; global() member
164 copy_assignable_if &operator=(const copy_assignable_if &) &noexcept = delete; global() member
165 copy_assignable_if &operator=(copy_assignable_if &&) &noexcept = default; global() member
176 Slice() noexcept; global() member in rust::cxxbridge1::final
177 Slice(T *, std::size_t count) noexcept; global() member in rust::cxxbridge1::final
179 Slice &operator=(const Slice<T> &) &noexcept = default; global() member in rust::cxxbridge1::final
180 Slice &operator=(Slice<T> &&) &noexcept = default; global() member in rust::cxxbridge1::final
182 T *data() const noexcept; global() member in rust::cxxbridge1::final
183 std::size_t size() const noexcept; global() member in rust::cxxbridge1::final
184 std::size_t length() const noexcept; global() member in rust::cxxbridge1::final
185 bool empty() const noexcept; global() member in rust::cxxbridge1::final
187 T &operator[](std::size_t n) const noexcept; global() member in rust::cxxbridge1::final
189 T &front() const noexcept; global() member in rust::cxxbridge1::final
190 T &back() const noexcept; global() member in rust::cxxbridge1::final
193 Slice(const Slice<T> &) noexcept = default; global() member in rust::cxxbridge1::final
194 ~Slice() noexcept = default; global() member in rust::cxxbridge1::final
197 iterator begin() const noexcept; global() member in rust::cxxbridge1::final
198 iterator end() const noexcept; global() member in rust::cxxbridge1::final
200 void swap(Slice &) noexcept; global() member in rust::cxxbridge1::final
204 Slice(uninit) noexcept; global() member in rust::cxxbridge1::final
206 friend void sliceInit(void *, const void *, std::size_t) noexcept; global() member in rust::cxxbridge1::final
207 friend void *slicePtr(const void *) noexcept; global() member in rust::cxxbridge1::final
208 friend std::size_t sliceLen(const void *) noexcept; global() member in rust::cxxbridge1::final
222 reference operator*() const noexcept; global() member in rust::cxxbridge1::final
223 pointer operator->() const noexcept; global() member in rust::cxxbridge1::final
224 reference operator[](difference_type) const noexcept; global() member in rust::cxxbridge1::final
226 iterator &operator++() noexcept; global() member in rust::cxxbridge1::final
227 iterator operator++(int) noexcept; global() member in rust::cxxbridge1::final
228 iterator &operator--() noexcept; global() member in rust::cxxbridge1::final
229 iterator operator--(int) noexcept; global() member in rust::cxxbridge1::final
231 iterator &operator+=(difference_type) noexcept; global() member in rust::cxxbridge1::final
232 iterator &operator-=(difference_type) noexcept; global() member in rust::cxxbridge1::final
233 iterator operator+(difference_type) const noexcept; global() member in rust::cxxbridge1::final
234 iterator operator-(difference_type) const noexcept; global() member in rust::cxxbridge1::final
235 difference_type operator-(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
237 bool operator==(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
238 bool operator!=(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
239 bool operator<(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
240 bool operator<=(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
241 bool operator>(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
242 bool operator>=(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
262 Box(Box &&) noexcept; global() member in rust::cxxbridge1::final
263 ~Box() noexcept; global() member in rust::cxxbridge1::final
268 Box &operator=(Box &&) &noexcept; global() member in rust::cxxbridge1::final
270 const T *operator->() const noexcept; global() member in rust::cxxbridge1::final
271 const T &operator*() const noexcept; global() member in rust::cxxbridge1::final
272 T *operator->() noexcept; global() member in rust::cxxbridge1::final
273 T &operator*() noexcept; global() member in rust::cxxbridge1::final
278 void swap(Box &) noexcept; global() member in rust::cxxbridge1::final
282 static Box from_raw(T *) noexcept; global() member in rust::cxxbridge1::final
284 T *into_raw() noexcept; global() member in rust::cxxbridge1::final
291 Box(uninit) noexcept; global() member in rust::cxxbridge1::final
292 void drop() noexcept; global() member in rust::cxxbridge1::final
307 Vec() noexcept; global() member in rust::cxxbridge1::final
310 Vec(Vec &&) noexcept; global() member in rust::cxxbridge1::final
311 ~Vec() noexcept; global() member in rust::cxxbridge1::final
313 Vec &operator=(Vec &&) &noexcept; global() member in rust::cxxbridge1::final
316 std::size_t size() const noexcept; global() member in rust::cxxbridge1::final
317 bool empty() const noexcept; global() member in rust::cxxbridge1::final
318 const T *data() const noexcept; global() member in rust::cxxbridge1::final
319 T *data() noexcept; global() member in rust::cxxbridge1::final
320 std::size_t capacity() const noexcept; global() member in rust::cxxbridge1::final
322 const T &operator[](std::size_t n) const noexcept; global() member in rust::cxxbridge1::final
324 const T &front() const noexcept; global() member in rust::cxxbridge1::final
325 const T &back() const noexcept; global() member in rust::cxxbridge1::final
327 T &operator[](std::size_t n) noexcept; global() member in rust::cxxbridge1::final
329 T &front() noexcept; global() member in rust::cxxbridge1::final
330 T &back() noexcept; global() member in rust::cxxbridge1::final
341 iterator begin() noexcept; global() member in rust::cxxbridge1::final
342 iterator end() noexcept; global() member in rust::cxxbridge1::final
345 const_iterator begin() const noexcept; global() member in rust::cxxbridge1::final
346 const_iterator end() const noexcept; global() member in rust::cxxbridge1::final
347 const_iterator cbegin() const noexcept; global() member in rust::cxxbridge1::final
348 const_iterator cend() const noexcept; global() member in rust::cxxbridge1::final
350 void swap(Vec &) noexcept; global() member in rust::cxxbridge1::final
353 Vec(unsafe_bitcopy_t, const Vec &) noexcept; global() member in rust::cxxbridge1::final
356 void reserve_total(std::size_t new_cap) noexcept; global() member in rust::cxxbridge1::final
357 void set_len(std::size_t len) noexcept; global() member in rust::cxxbridge1::final
358 void drop() noexcept; global() member in rust::cxxbridge1::final
375 Ret operator()(Args... args) const noexcept; global() member in rust::cxxbridge1::final
376 Fn operator*() const noexcept; global() member in rust::cxxbridge1::final
379 Ret (*trampoline)(Args..., void *fn) noexcept; global() member in rust::cxxbridge1::final
390 Error(Error &&) noexcept; global() member in rust::cxxbridge1::final
394 Error &operator=(Error &&) &noexcept; global() member in rust::cxxbridge1::final
399 Error() noexcept = default; global() member in rust::cxxbridge1::final
723 static T *alloc() noexcept; global() member in rust::cxxbridge1::Box::allocation
724 static void dealloc(T *) noexcept; global() member in rust::cxxbridge1::Box::allocation
[all...]
/third_party/rust/crates/cxx/gen/lib/src/gen/include/
H A Dcxx.h38 String() noexcept; member in rust::cxxbridge1::final
39 String(const String &) noexcept; member in rust::cxxbridge1::final
40 String(String &&) noexcept; member in rust::cxxbridge1::final
41 ~String() noexcept; member in rust::cxxbridge1::final
50 static String lossy(const std::string &) noexcept; member in rust::cxxbridge1::final
51 static String lossy(const char *) noexcept; member in rust::cxxbridge1::final
52 static String lossy(const char *, std::size_t) noexcept; member in rust::cxxbridge1::final
53 static String lossy(const char16_t *) noexcept; member in rust::cxxbridge1::final
54 static String lossy(const char16_t *, std::size_t) noexcept; member in rust::cxxbridge1::final
56 String &operator=(const String &) &noexcept; member in rust::cxxbridge1::final
57 String &operator=(String &&) &noexcept; global() member in rust::cxxbridge1::final
62 const char *data() const noexcept; global() member in rust::cxxbridge1::final
63 std::size_t size() const noexcept; global() member in rust::cxxbridge1::final
64 std::size_t length() const noexcept; global() member in rust::cxxbridge1::final
65 bool empty() const noexcept; global() member in rust::cxxbridge1::final
67 const char *c_str() noexcept; global() member in rust::cxxbridge1::final
69 std::size_t capacity() const noexcept; global() member in rust::cxxbridge1::final
70 void reserve(size_t new_cap) noexcept; global() member in rust::cxxbridge1::final
73 iterator begin() noexcept; global() member in rust::cxxbridge1::final
74 iterator end() noexcept; global() member in rust::cxxbridge1::final
77 const_iterator begin() const noexcept; global() member in rust::cxxbridge1::final
78 const_iterator end() const noexcept; global() member in rust::cxxbridge1::final
79 const_iterator cbegin() const noexcept; global() member in rust::cxxbridge1::final
80 const_iterator cend() const noexcept; global() member in rust::cxxbridge1::final
82 bool operator==(const String &) const noexcept; global() member in rust::cxxbridge1::final
83 bool operator!=(const String &) const noexcept; global() member in rust::cxxbridge1::final
84 bool operator<(const String &) const noexcept; global() member in rust::cxxbridge1::final
85 bool operator<=(const String &) const noexcept; global() member in rust::cxxbridge1::final
86 bool operator>(const String &) const noexcept; global() member in rust::cxxbridge1::final
87 bool operator>=(const String &) const noexcept; global() member in rust::cxxbridge1::final
89 void swap(String &) noexcept; global() member in rust::cxxbridge1::final
92 String(unsafe_bitcopy_t, const String &) noexcept; global() member in rust::cxxbridge1::final
96 String(lossy_t, const char *, std::size_t) noexcept; global() member in rust::cxxbridge1::final
97 String(lossy_t, const char16_t *, std::size_t) noexcept; global() member in rust::cxxbridge1::final
110 Str() noexcept; global() member in rust::cxxbridge1::final
111 Str(const String &) noexcept; global() member in rust::cxxbridge1::final
116 Str &operator=(const Str &) &noexcept = default; global() member in rust::cxxbridge1::final
121 const char *data() const noexcept; global() member in rust::cxxbridge1::final
122 std::size_t size() const noexcept; global() member in rust::cxxbridge1::final
123 std::size_t length() const noexcept; global() member in rust::cxxbridge1::final
124 bool empty() const noexcept; global() member in rust::cxxbridge1::final
127 Str(const Str &) noexcept = default; global() member in rust::cxxbridge1::final
128 ~Str() noexcept = default; global() member in rust::cxxbridge1::final
132 const_iterator begin() const noexcept; global() member in rust::cxxbridge1::final
133 const_iterator end() const noexcept; global() member in rust::cxxbridge1::final
134 const_iterator cbegin() const noexcept; global() member in rust::cxxbridge1::final
135 const_iterator cend() const noexcept; global() member in rust::cxxbridge1::final
137 bool operator==(const Str &) const noexcept; global() member in rust::cxxbridge1::final
138 bool operator!=(const Str &) const noexcept; global() member in rust::cxxbridge1::final
139 bool operator<(const Str &) const noexcept; global() member in rust::cxxbridge1::final
140 bool operator<=(const Str &) const noexcept; global() member in rust::cxxbridge1::final
141 bool operator>(const Str &) const noexcept; global() member in rust::cxxbridge1::final
142 bool operator>=(const Str &) const noexcept; global() member in rust::cxxbridge1::final
144 void swap(Str &) noexcept; global() member in rust::cxxbridge1::final
148 Str(uninit) noexcept; global() member in rust::cxxbridge1::final
162 copy_assignable_if() noexcept = default; global() member
163 copy_assignable_if(const copy_assignable_if &) noexcept = default; global() member
164 copy_assignable_if &operator=(const copy_assignable_if &) &noexcept = delete; global() member
165 copy_assignable_if &operator=(copy_assignable_if &&) &noexcept = default; global() member
176 Slice() noexcept; global() member in rust::cxxbridge1::final
177 Slice(T *, std::size_t count) noexcept; global() member in rust::cxxbridge1::final
179 Slice &operator=(const Slice<T> &) &noexcept = default; global() member in rust::cxxbridge1::final
180 Slice &operator=(Slice<T> &&) &noexcept = default; global() member in rust::cxxbridge1::final
182 T *data() const noexcept; global() member in rust::cxxbridge1::final
183 std::size_t size() const noexcept; global() member in rust::cxxbridge1::final
184 std::size_t length() const noexcept; global() member in rust::cxxbridge1::final
185 bool empty() const noexcept; global() member in rust::cxxbridge1::final
187 T &operator[](std::size_t n) const noexcept; global() member in rust::cxxbridge1::final
189 T &front() const noexcept; global() member in rust::cxxbridge1::final
190 T &back() const noexcept; global() member in rust::cxxbridge1::final
193 Slice(const Slice<T> &) noexcept = default; global() member in rust::cxxbridge1::final
194 ~Slice() noexcept = default; global() member in rust::cxxbridge1::final
197 iterator begin() const noexcept; global() member in rust::cxxbridge1::final
198 iterator end() const noexcept; global() member in rust::cxxbridge1::final
200 void swap(Slice &) noexcept; global() member in rust::cxxbridge1::final
204 Slice(uninit) noexcept; global() member in rust::cxxbridge1::final
206 friend void sliceInit(void *, const void *, std::size_t) noexcept; global() member in rust::cxxbridge1::final
207 friend void *slicePtr(const void *) noexcept; global() member in rust::cxxbridge1::final
208 friend std::size_t sliceLen(const void *) noexcept; global() member in rust::cxxbridge1::final
222 reference operator*() const noexcept; global() member in rust::cxxbridge1::final
223 pointer operator->() const noexcept; global() member in rust::cxxbridge1::final
224 reference operator[](difference_type) const noexcept; global() member in rust::cxxbridge1::final
226 iterator &operator++() noexcept; global() member in rust::cxxbridge1::final
227 iterator operator++(int) noexcept; global() member in rust::cxxbridge1::final
228 iterator &operator--() noexcept; global() member in rust::cxxbridge1::final
229 iterator operator--(int) noexcept; global() member in rust::cxxbridge1::final
231 iterator &operator+=(difference_type) noexcept; global() member in rust::cxxbridge1::final
232 iterator &operator-=(difference_type) noexcept; global() member in rust::cxxbridge1::final
233 iterator operator+(difference_type) const noexcept; global() member in rust::cxxbridge1::final
234 iterator operator-(difference_type) const noexcept; global() member in rust::cxxbridge1::final
235 difference_type operator-(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
237 bool operator==(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
238 bool operator!=(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
239 bool operator<(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
240 bool operator<=(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
241 bool operator>(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
242 bool operator>=(const iterator &) const noexcept; global() member in rust::cxxbridge1::final
262 Box(Box &&) noexcept; global() member in rust::cxxbridge1::final
263 ~Box() noexcept; global() member in rust::cxxbridge1::final
268 Box &operator=(Box &&) &noexcept; global() member in rust::cxxbridge1::final
270 const T *operator->() const noexcept; global() member in rust::cxxbridge1::final
271 const T &operator*() const noexcept; global() member in rust::cxxbridge1::final
272 T *operator->() noexcept; global() member in rust::cxxbridge1::final
273 T &operator*() noexcept; global() member in rust::cxxbridge1::final
278 void swap(Box &) noexcept; global() member in rust::cxxbridge1::final
282 static Box from_raw(T *) noexcept; global() member in rust::cxxbridge1::final
284 T *into_raw() noexcept; global() member in rust::cxxbridge1::final
291 Box(uninit) noexcept; global() member in rust::cxxbridge1::final
292 void drop() noexcept; global() member in rust::cxxbridge1::final
307 Vec() noexcept; global() member in rust::cxxbridge1::final
310 Vec(Vec &&) noexcept; global() member in rust::cxxbridge1::final
311 ~Vec() noexcept; global() member in rust::cxxbridge1::final
313 Vec &operator=(Vec &&) &noexcept; global() member in rust::cxxbridge1::final
316 std::size_t size() const noexcept; global() member in rust::cxxbridge1::final
317 bool empty() const noexcept; global() member in rust::cxxbridge1::final
318 const T *data() const noexcept; global() member in rust::cxxbridge1::final
319 T *data() noexcept; global() member in rust::cxxbridge1::final
320 std::size_t capacity() const noexcept; global() member in rust::cxxbridge1::final
322 const T &operator[](std::size_t n) const noexcept; global() member in rust::cxxbridge1::final
324 const T &front() const noexcept; global() member in rust::cxxbridge1::final
325 const T &back() const noexcept; global() member in rust::cxxbridge1::final
327 T &operator[](std::size_t n) noexcept; global() member in rust::cxxbridge1::final
329 T &front() noexcept; global() member in rust::cxxbridge1::final
330 T &back() noexcept; global() member in rust::cxxbridge1::final
341 iterator begin() noexcept; global() member in rust::cxxbridge1::final
342 iterator end() noexcept; global() member in rust::cxxbridge1::final
345 const_iterator begin() const noexcept; global() member in rust::cxxbridge1::final
346 const_iterator end() const noexcept; global() member in rust::cxxbridge1::final
347 const_iterator cbegin() const noexcept; global() member in rust::cxxbridge1::final
348 const_iterator cend() const noexcept; global() member in rust::cxxbridge1::final
350 void swap(Vec &) noexcept; global() member in rust::cxxbridge1::final
353 Vec(unsafe_bitcopy_t, const Vec &) noexcept; global() member in rust::cxxbridge1::final
356 void reserve_total(std::size_t new_cap) noexcept; global() member in rust::cxxbridge1::final
357 void set_len(std::size_t len) noexcept; global() member in rust::cxxbridge1::final
358 void drop() noexcept; global() member in rust::cxxbridge1::final
375 Ret operator()(Args... args) const noexcept; global() member in rust::cxxbridge1::final
376 Fn operator*() const noexcept; global() member in rust::cxxbridge1::final
379 Ret (*trampoline)(Args..., void *fn) noexcept; global() member in rust::cxxbridge1::final
390 Error(Error &&) noexcept; global() member in rust::cxxbridge1::final
394 Error &operator=(Error &&) &noexcept; global() member in rust::cxxbridge1::final
399 Error() noexcept = default; global() member in rust::cxxbridge1::final
723 static T *alloc() noexcept; global() member in rust::cxxbridge1::Box::allocation
724 static void dealloc(T *) noexcept; global() member in rust::cxxbridge1::Box::allocation
[all...]
/third_party/rust/crates/cxx/src/
H A Dcxx.cc8 std::size_t len) noexcept {
12 void cxxbridge1$cxx_string$destroy(std::string *s) noexcept {
17 const char *cxxbridge1$cxx_string$data(const std::string &s) noexcept {
21 std::size_t cxxbridge1$cxx_string$length(const std::string &s) noexcept {
25 void cxxbridge1$cxx_string$clear(std::string &s) noexcept { s.clear(); }
28 size_t new_cap) noexcept {
33 std::size_t len) noexcept {
38 void cxxbridge1$string$new(rust::String *self) noexcept;
40 const rust::String &other) noexcept;
42 std::size_t len) noexcept;
540 void operator()(const char *) noexcept; global() member in rust::cxxbridge1::detail::final
541 void operator()(const std::string &) noexcept; global() member in rust::cxxbridge1::detail::final
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dcompare.h56 constexpr OnlyLiteralZero(NullPtrT) noexcept {} // NOLINT
156 explicit constexpr weak_equality(compare_internal::eq v) noexcept
166 weak_equality v, compare_internal::OnlyLiteralZero<>) noexcept {
170 weak_equality v, compare_internal::OnlyLiteralZero<>) noexcept {
174 weak_equality v) noexcept {
178 weak_equality v) noexcept {
182 weak_equality v2) noexcept {
186 weak_equality v2) noexcept {
200 explicit constexpr strong_equality(compare_internal::eq v) noexcept
211 constexpr operator weak_equality() const noexcept { // NOLIN
[all...]
/third_party/node/deps/simdutf/
H A Dsimdutf.h867 simdutf_warn_unused simdutf::encoding_type autodetect_encoding(const char * input, size_t length) noexcept; member
868 simdutf_really_inline simdutf_warn_unused simdutf::encoding_type autodetect_encoding(const uint8_t * input, size_t length) noexcept {
883 simdutf_warn_unused int detect_encodings(const char * input, size_t length) noexcept; member
884 simdutf_really_inline simdutf_warn_unused int detect_encodings(const uint8_t * input, size_t length) noexcept {
899 simdutf_warn_unused bool validate_utf8(const char *buf, size_t len) noexcept; member
910 simdutf_warn_unused result validate_utf8_with_errors(const char *buf, size_t len) noexcept; member
921 simdutf_warn_unused bool validate_ascii(const char *buf, size_t len) noexcept; member
933 simdutf_warn_unused result validate_ascii_with_errors(const char *buf, size_t len) noexcept; member
948 simdutf_warn_unused bool validate_utf16(const char16_t *buf, size_t len) noexcept; member
963 simdutf_warn_unused bool validate_utf16le(const char16_t *buf, size_t len) noexcept; member
978 simdutf_warn_unused bool validate_utf16be(const char16_t *buf, size_t len) noexcept; global() member
992 simdutf_warn_unused result validate_utf16_with_errors(const char16_t *buf, size_t len) noexcept; global() member
1006 simdutf_warn_unused result validate_utf16le_with_errors(const char16_t *buf, size_t len) noexcept; global() member
1020 simdutf_warn_unused result validate_utf16be_with_errors(const char16_t *buf, size_t len) noexcept; global() member
1035 simdutf_warn_unused bool validate_utf32(const char32_t *buf, size_t len) noexcept; global() member
1049 simdutf_warn_unused result validate_utf32_with_errors(const char32_t *buf, size_t len) noexcept; global() member
1061 simdutf_warn_unused size_t convert_latin1_to_utf8(const char * input, size_t length, char* utf8_output) noexcept; global() member
1074 simdutf_warn_unused size_t convert_latin1_to_utf16le(const char * input, size_t length, char16_t* utf16_output) noexcept; global() member
1086 simdutf_warn_unused size_t convert_latin1_to_utf16be(const char * input, size_t length, char16_t* utf16_output) noexcept; global() member
1098 simdutf_warn_unused size_t convert_latin1_to_utf32(const char * input, size_t length, char32_t* utf32_buffer) noexcept; global() member
1111 simdutf_warn_unused size_t convert_utf8_to_latin1(const char * input, size_t length, char* latin1_output) noexcept; global() member
1124 simdutf_warn_unused size_t convert_utf8_to_utf16(const char * input, size_t length, char16_t* utf16_output) noexcept; global() member
1135 simdutf_warn_unused size_t convert_latin1_to_utf16(const char * input, size_t length, char16_t* utf16_output) noexcept; global() member
1148 simdutf_warn_unused size_t convert_utf8_to_utf16le(const char * input, size_t length, char16_t* utf16_output) noexcept; global() member
1161 simdutf_warn_unused size_t convert_utf8_to_utf16be(const char * input, size_t length, char16_t* utf16_output) noexcept; global() member
1175 simdutf_warn_unused result convert_utf8_to_latin1_with_errors(const char * input, size_t length, char* latin1_output) noexcept; global() member
1189 simdutf_warn_unused result convert_utf8_to_utf16_with_errors(const char * input, size_t length, char16_t* utf16_output) noexcept; global() member
1202 simdutf_warn_unused result convert_utf8_to_utf16le_with_errors(const char * input, size_t length, char16_t* utf16_output) noexcept; global() member
1215 simdutf_warn_unused result convert_utf8_to_utf16be_with_errors(const char * input, size_t length, char16_t* utf16_output) noexcept; global() member
1228 simdutf_warn_unused size_t convert_utf8_to_utf32(const char * input, size_t length, char32_t* utf32_output) noexcept; global() member
1241 simdutf_warn_unused result convert_utf8_to_utf32_with_errors(const char * input, size_t length, char32_t* utf32_output) noexcept; global() member
1255 simdutf_warn_unused size_t convert_valid_utf8_to_latin1(const char * input, size_t length, char* latin1_output) noexcept; global() member
1268 simdutf_warn_unused size_t convert_valid_utf8_to_utf16(const char * input, size_t length, char16_t* utf16_buffer) noexcept; global() member
1280 simdutf_warn_unused size_t convert_valid_utf8_to_utf16le(const char * input, size_t length, char16_t* utf16_buffer) noexcept; global() member
1292 simdutf_warn_unused size_t convert_valid_utf8_to_utf16be(const char * input, size_t length, char16_t* utf16_buffer) noexcept; global() member
1304 simdutf_warn_unused size_t convert_valid_utf8_to_utf32(const char * input, size_t length, char32_t* utf32_buffer) noexcept; global() member
1314 simdutf_warn_unused size_t utf8_length_from_latin1(const char * input, size_t length) noexcept; global() member
1327 simdutf_warn_unused size_t latin1_length_from_utf8(const char * input, size_t length) noexcept; global() member
1340 simdutf_warn_unused size_t utf16_length_from_utf8(const char * input, size_t length) noexcept; global() member
1355 simdutf_warn_unused size_t utf32_length_from_utf8(const char * input, size_t length) noexcept; global() member
1370 simdutf_warn_unused size_t convert_utf16_to_utf8(const char16_t * input, size_t length, char* utf8_buffer) noexcept; global() member
1387 simdutf_warn_unused size_t convert_utf16_to_latin1(const char16_t * input, size_t length, char* latin1_buffer) noexcept; global() member
1402 simdutf_warn_unused size_t convert_utf16le_to_latin1(const char16_t * input, size_t length, char* latin1_buffer) noexcept; global() member
1417 simdutf_warn_unused size_t convert_utf16be_to_latin1(const char16_t * input, size_t length, char* latin1_buffer) noexcept; global() member
1433 simdutf_warn_unused size_t convert_utf16le_to_utf8(const char16_t * input, size_t length, char* utf8_buffer) noexcept; global() member
1448 simdutf_warn_unused size_t convert_utf16be_to_utf8(const char16_t * input, size_t length, char* utf8_buffer) noexcept; global() member
1462 simdutf_warn_unused result convert_utf16_to_latin1_with_errors(const char16_t * input, size_t length, char* latin1_buffer) noexcept; global() member
1476 simdutf_warn_unused result convert_utf16le_to_latin1_with_errors(const char16_t * input, size_t length, char* latin1_buffer) noexcept; global() member
1490 simdutf_warn_unused result convert_utf16be_to_latin1_with_errors(const char16_t * input, size_t length, char* latin1_buffer) noexcept; global() member
1506 simdutf_warn_unused result convert_utf16_to_utf8_with_errors(const char16_t * input, size_t length, char* utf8_buffer) noexcept; global() member
1521 simdutf_warn_unused result convert_utf16le_to_utf8_with_errors(const char16_t * input, size_t length, char* utf8_buffer) noexcept; global() member
1536 simdutf_warn_unused result convert_utf16be_to_utf8_with_errors(const char16_t * input, size_t length, char* utf8_buffer) noexcept; global() member
1550 simdutf_warn_unused size_t convert_valid_utf16_to_utf8(const char16_t * input, size_t length, char* utf8_buffer) noexcept; global() member
1565 simdutf_warn_unused size_t convert_valid_utf16_to_latin1(const char16_t * input, size_t length, char* latin1_buffer) noexcept; global() member
1579 simdutf_warn_unused size_t convert_valid_utf16le_to_latin1(const char16_t * input, size_t length, char* latin1_buffer) noexcept; global() member
1593 simdutf_warn_unused size_t convert_valid_utf16be_to_latin1(const char16_t * input, size_t length, char* latin1_buffer) noexcept; global() member
1608 simdutf_warn_unused size_t convert_valid_utf16le_to_utf8(const char16_t * input, size_t length, char* utf8_buffer) noexcept; global() member
1622 simdutf_warn_unused size_t convert_valid_utf16be_to_utf8(const char16_t * input, size_t length, char* utf8_buffer) noexcept; global() member
1637 simdutf_warn_unused size_t convert_utf16_to_utf32(const char16_t * input, size_t length, char32_t* utf32_buffer) noexcept; global() member
1652 simdutf_warn_unused size_t convert_utf16le_to_utf32(const char16_t * input, size_t length, char32_t* utf32_buffer) noexcept; global() member
1667 simdutf_warn_unused size_t convert_utf16be_to_utf32(const char16_t * input, size_t length, char32_t* utf32_buffer) noexcept; global() member
1683 simdutf_warn_unused result convert_utf16_to_utf32_with_errors(const char16_t * input, size_t length, char32_t* utf32_buffer) noexcept; global() member
1698 simdutf_warn_unused result convert_utf16le_to_utf32_with_errors(const char16_t * input, size_t length, char32_t* utf32_buffer) noexcept; global() member
1713 simdutf_warn_unused result convert_utf16be_to_utf32_with_errors(const char16_t * input, size_t length, char32_t* utf32_buffer) noexcept; global() member
1727 simdutf_warn_unused size_t convert_valid_utf16_to_utf32(const char16_t * input, size_t length, char32_t* utf32_buffer) noexcept; global() member
1741 simdutf_warn_unused size_t convert_valid_utf16le_to_utf32(const char16_t * input, size_t length, char32_t* utf32_buffer) noexcept; global() member
1755 simdutf_warn_unused size_t convert_valid_utf16be_to_utf32(const char16_t * input, size_t length, char32_t* utf32_buffer) noexcept; global() member
1768 simdutf_warn_unused size_t latin1_length_from_utf16(size_t length) noexcept; global() member
1781 simdutf_warn_unused size_t utf8_length_from_utf16(const char16_t * input, size_t length) noexcept; global() member
1792 simdutf_warn_unused size_t utf8_length_from_utf16le(const char16_t * input, size_t length) noexcept; global() member
1803 simdutf_warn_unused size_t utf8_length_from_utf16be(const char16_t * input, size_t length) noexcept; global() member
1818 simdutf_warn_unused size_t convert_utf32_to_utf8(const char32_t * input, size_t length, char* utf8_buffer) noexcept; global() member
1833 simdutf_warn_unused result convert_utf32_to_utf8_with_errors(const char32_t * input, size_t length, char* utf8_buffer) noexcept; global() member
1847 simdutf_warn_unused size_t convert_valid_utf32_to_utf8(const char32_t * input, size_t length, char* utf8_buffer) noexcept; global() member
1862 simdutf_warn_unused size_t convert_utf32_to_utf16(const char32_t * input, size_t length, char16_t* utf16_buffer) noexcept; global() member
1877 simdutf_warn_unused size_t convert_utf32_to_utf16le(const char32_t * input, size_t length, char16_t* utf16_buffer) noexcept; global() member
1892 simdutf_warn_unused size_t convert_utf32_to_latin1(const char32_t * input, size_t length, char* latin1_buffer) noexcept; global() member
1908 simdutf_warn_unused result convert_utf32_to_latin1_with_errors(const char32_t * input, size_t length, char* latin1_buffer) noexcept; global() member
1922 simdutf_warn_unused size_t convert_valid_utf32_to_latin1(const char32_t * input, size_t length, char* latin1_buffer) noexcept; global() member
1937 simdutf_warn_unused size_t convert_utf32_to_utf16be(const char32_t * input, size_t length, char16_t* utf16_buffer) noexcept; global() member
1953 simdutf_warn_unused result convert_utf32_to_utf16_with_errors(const char32_t * input, size_t length, char16_t* utf16_buffer) noexcept; global() member
1968 simdutf_warn_unused result convert_utf32_to_utf16le_with_errors(const char32_t * input, size_t length, char16_t* utf16_buffer) noexcept; global() member
1983 simdutf_warn_unused result convert_utf32_to_utf16be_with_errors(const char32_t * input, size_t length, char16_t* utf16_buffer) noexcept; global() member
1997 simdutf_warn_unused size_t convert_valid_utf32_to_utf16(const char32_t * input, size_t length, char16_t* utf16_buffer) noexcept; global() member
2011 simdutf_warn_unused size_t convert_valid_utf32_to_utf16le(const char32_t * input, size_t length, char16_t* utf16_buffer) noexcept; global() member
2025 simdutf_warn_unused size_t convert_valid_utf32_to_utf16be(const char32_t * input, size_t length, char16_t* utf16_buffer) noexcept; global() member
2039 void change_endianness_utf16(const char16_t * input, size_t length, char16_t * output) noexcept; global() member
2050 simdutf_warn_unused size_t utf8_length_from_utf32(const char32_t * input, size_t length) noexcept; global() member
2061 simdutf_warn_unused size_t utf16_length_from_utf32(const char32_t * input, size_t length) noexcept; global() member
2077 simdutf_warn_unused size_t utf32_length_from_utf16(const char16_t * input, size_t length) noexcept; global() member
2092 simdutf_warn_unused size_t utf32_length_from_utf16le(const char16_t * input, size_t length) noexcept; global() member
2107 simdutf_warn_unused size_t utf32_length_from_utf16be(const char16_t * input, size_t length) noexcept; global() member
2121 simdutf_warn_unused size_t count_utf16(const char16_t * input, size_t length) noexcept; global() member
2135 simdutf_warn_unused size_t count_utf16le(const char16_t * input, size_t length) noexcept; global() member
2149 simdutf_warn_unused size_t count_utf16be(const char16_t * input, size_t length) noexcept; global() member
2161 simdutf_warn_unused size_t count_utf8(const char * input, size_t length) noexcept; global() member
2270 virtual encoding_type autodetect_encoding(const char * input, size_t length) const noexcept; global() member in simdutf::implementation
2278 virtual int detect_encodings(const char * input, size_t length) const noexcept = 0; global() member in simdutf::implementation
2299 simdutf_warn_unused virtual bool validate_utf8(const char *buf, size_t len) const noexcept = 0; global() member in simdutf::implementation
2310 simdutf_warn_unused virtual result validate_utf8_with_errors(const char *buf, size_t len) const noexcept = 0; global() member in simdutf::implementation
2321 simdutf_warn_unused virtual bool validate_ascii(const char *buf, size_t len) const noexcept = 0; global() member in simdutf::implementation
2332 simdutf_warn_unused virtual result validate_ascii_with_errors(const char *buf, size_t len) const noexcept = 0; global() member in simdutf::implementation
2347 simdutf_warn_unused virtual bool validate_utf16le(const char16_t *buf, size_t len) const noexcept = 0; global() member in simdutf::implementation
2362 simdutf_warn_unused virtual bool validate_utf16be(const char16_t *buf, size_t len) const noexcept = 0; global() member in simdutf::implementation
2376 simdutf_warn_unused virtual result validate_utf16le_with_errors(const char16_t *buf, size_t len) const noexcept = 0; global() member in simdutf::implementation
2390 simdutf_warn_unused virtual result validate_utf16be_with_errors(const char16_t *buf, size_t len) const noexcept = 0; global() member in simdutf::implementation
2403 simdutf_warn_unused virtual bool validate_utf32(const char32_t *buf, size_t len) const noexcept = 0; global() member in simdutf::implementation
2416 simdutf_warn_unused virtual result validate_utf32_with_errors(const char32_t *buf, size_t len) const noexcept = 0; global() member in simdutf::implementation
2428 simdutf_warn_unused virtual size_t convert_latin1_to_utf8(const char * input, size_t length, char* utf8_output) const noexcept = 0; global() member in simdutf::implementation
2441 simdutf_warn_unused virtual size_t convert_latin1_to_utf16le(const char * input, size_t length, char16_t* utf16_output) const noexcept = 0; global() member in simdutf::implementation
2453 simdutf_warn_unused virtual size_t convert_latin1_to_utf16be(const char * input, size_t length, char16_t* utf16_output) const noexcept = 0; global() member in simdutf::implementation
2465 simdutf_warn_unused virtual size_t convert_latin1_to_utf32(const char * input, size_t length, char32_t* utf32_buffer) const noexcept = 0; global() member in simdutf::implementation
2478 simdutf_warn_unused virtual size_t convert_utf8_to_latin1(const char * input, size_t length, char* latin1_output) const noexcept = 0; global() member in simdutf::implementation
2491 simdutf_warn_unused virtual result convert_utf8_to_latin1_with_errors(const char * input, size_t length, char* latin1_output) const noexcept = 0; global() member in simdutf::implementation
2505 simdutf_warn_unused virtual size_t convert_valid_utf8_to_latin1(const char * input, size_t length, char* latin1_output) const noexcept = 0; global() member in simdutf::implementation
2519 simdutf_warn_unused virtual size_t convert_utf8_to_utf16le(const char * input, size_t length, char16_t* utf16_output) const noexcept = 0; global() member in simdutf::implementation
2532 simdutf_warn_unused virtual size_t convert_utf8_to_utf16be(const char * input, size_t length, char16_t* utf16_output) const noexcept = 0; global() member in simdutf::implementation
2545 simdutf_warn_unused virtual result convert_utf8_to_utf16le_with_errors(const char * input, size_t length, char16_t* utf16_output) const noexcept = 0; global() member in simdutf::implementation
2558 simdutf_warn_unused virtual result convert_utf8_to_utf16be_with_errors(const char * input, size_t length, char16_t* utf16_output) const noexcept = 0; global() member in simdutf::implementation
2571 simdutf_warn_unused virtual size_t convert_utf8_to_utf32(const char * input, size_t length, char32_t* utf32_output) const noexcept = 0; global() member in simdutf::implementation
2584 simdutf_warn_unused virtual result convert_utf8_to_utf32_with_errors(const char * input, size_t length, char32_t* utf32_output) const noexcept = 0; global() member in simdutf::implementation
2596 simdutf_warn_unused virtual size_t convert_valid_utf8_to_utf16le(const char * input, size_t length, char16_t* utf16_buffer) const noexcept = 0; global() member in simdutf::implementation
2608 simdutf_warn_unused virtual size_t convert_valid_utf8_to_utf16be(const char * input, size_t length, char16_t* utf16_buffer) const noexcept = 0; global() member in simdutf::implementation
2620 simdutf_warn_unused virtual size_t convert_valid_utf8_to_utf32(const char * input, size_t length, char32_t* utf32_buffer) const noexcept = 0; global() member in simdutf::implementation
2631 simdutf_warn_unused virtual size_t utf16_length_from_utf8(const char * input, size_t length) const noexcept = 0; global() member in simdutf::implementation
2644 simdutf_warn_unused virtual size_t utf32_length_from_utf8(const char * input, size_t length) const noexcept = 0; global() member in simdutf::implementation
2659 simdutf_warn_unused virtual size_t convert_utf16le_to_latin1(const char16_t * input, size_t length, char* latin1_buffer) const noexcept = 0; global() member in simdutf::implementation
2674 simdutf_warn_unused virtual size_t convert_utf16be_to_latin1(const char16_t * input, size_t length, char* latin1_buffer) const noexcept = 0; global() member in simdutf::implementation
2688 simdutf_warn_unused virtual result convert_utf16le_to_latin1_with_errors(const char16_t * input, size_t length, char* latin1_buffer) const noexcept = 0; global() member in simdutf::implementation
2702 simdutf_warn_unused virtual result convert_utf16be_to_latin1_with_errors(const char16_t * input, size_t length, char* latin1_buffer) const noexcept = 0; global() member in simdutf::implementation
2716 simdutf_warn_unused virtual size_t convert_valid_utf16le_to_latin1(const char16_t * input, size_t length, char* latin1_buffer) const noexcept = 0; global() member in simdutf::implementation
2730 simdutf_warn_unused virtual size_t convert_valid_utf16be_to_latin1(const char16_t * input, size_t length, char* latin1_buffer) const noexcept = 0; global() member in simdutf::implementation
2745 simdutf_warn_unused virtual size_t convert_utf16le_to_utf8(const char16_t * input, size_t length, char* utf8_buffer) const noexcept = 0; global() member in simdutf::implementation
2760 simdutf_warn_unused virtual size_t convert_utf16be_to_utf8(const char16_t * input, size_t length, char* utf8_buffer) const noexcept = 0; global() member in simdutf::implementation
2775 simdutf_warn_unused virtual result convert_utf16le_to_utf8_with_errors(const char16_t * input, size_t length, char* utf8_buffer) const noexcept = 0; global() member in simdutf::implementation
2790 simdutf_warn_unused virtual result convert_utf16be_to_utf8_with_errors(const char16_t * input, size_t length, char* utf8_buffer) const noexcept = 0; global() member in simdutf::implementation
2804 simdutf_warn_unused virtual size_t convert_valid_utf16le_to_utf8(const char16_t * input, size_t length, char* utf8_buffer) const noexcept = 0; global() member in simdutf::implementation
2818 simdutf_warn_unused virtual size_t convert_valid_utf16be_to_utf8(const char16_t * input, size_t length, char* utf8_buffer) const noexcept = 0; global() member in simdutf::implementation
2833 simdutf_warn_unused virtual size_t convert_utf16le_to_utf32(const char16_t * input, size_t length, char32_t* utf32_buffer) const noexcept = 0; global() member in simdutf::implementation
2848 simdutf_warn_unused virtual size_t convert_utf16be_to_utf32(const char16_t * input, size_t length, char32_t* utf32_buffer) const noexcept = 0; global() member in simdutf::implementation
2863 simdutf_warn_unused virtual result convert_utf16le_to_utf32_with_errors(const char16_t * input, size_t length, char32_t* utf32_buffer) const noexcept = 0; global() member in simdutf::implementation
2878 simdutf_warn_unused virtual result convert_utf16be_to_utf32_with_errors(const char16_t * input, size_t length, char32_t* utf32_buffer) const noexcept = 0; global() member in simdutf::implementation
2892 simdutf_warn_unused virtual size_t convert_valid_utf16le_to_utf32(const char16_t * input, size_t length, char32_t* utf32_buffer) const noexcept = 0; global() member in simdutf::implementation
2906 simdutf_warn_unused virtual size_t convert_valid_utf16be_to_utf32(const char16_t * input, size_t length, char32_t* utf32_buffer) const noexcept = 0; global() member in simdutf::implementation
2919 simdutf_warn_unused virtual size_t utf8_length_from_utf16le(const char16_t * input, size_t length) const noexcept = 0; global() member in simdutf::implementation
2932 simdutf_warn_unused virtual size_t utf8_length_from_utf16be(const char16_t * input, size_t length) const noexcept = 0; global() member in simdutf::implementation
2948 simdutf_warn_unused virtual size_t convert_utf32_to_latin1(const char32_t * input, size_t length, char* latin1_buffer) const noexcept = 0; global() member in simdutf::implementation
2964 simdutf_warn_unused virtual result convert_utf32_to_latin1_with_errors(const char32_t * input, size_t length, char* latin1_buffer) const noexcept = 0; global() member in simdutf::implementation
2978 simdutf_warn_unused virtual size_t convert_valid_utf32_to_latin1(const char32_t * input, size_t length, char* latin1_buffer) const noexcept = 0; global() member in simdutf::implementation
2993 simdutf_warn_unused virtual size_t convert_utf32_to_utf8(const char32_t * input, size_t length, char* utf8_buffer) const noexcept = 0; global() member in simdutf::implementation
3008 simdutf_warn_unused virtual result convert_utf32_to_utf8_with_errors(const char32_t * input, size_t length, char* utf8_buffer) const noexcept = 0; global() member in simdutf::implementation
3022 simdutf_warn_unused virtual size_t convert_valid_utf32_to_utf8(const char32_t * input, size_t length, char* utf8_buffer) const noexcept = 0; global() member in simdutf::implementation
3033 simdutf_warn_unused virtual size_t utf16_length_from_latin1(size_t length) const noexcept = 0; global() member in simdutf::implementation
3048 simdutf_warn_unused virtual size_t convert_utf32_to_utf16le(const char32_t * input, size_t length, char16_t* utf16_buffer) const noexcept = 0; global() member in simdutf::implementation
3063 simdutf_warn_unused virtual size_t convert_utf32_to_utf16be(const char32_t * input, size_t length, char16_t* utf16_buffer) const noexcept = 0; global() member in simdutf::implementation
3078 simdutf_warn_unused virtual result convert_utf32_to_utf16le_with_errors(const char32_t * input, size_t length, char16_t* utf16_buffer) const noexcept = 0; global() member in simdutf::implementation
3093 simdutf_warn_unused virtual result convert_utf32_to_utf16be_with_errors(const char32_t * input, size_t length, char16_t* utf16_buffer) const noexcept = 0; global() member in simdutf::implementation
3107 simdutf_warn_unused virtual size_t convert_valid_utf32_to_utf16le(const char32_t * input, size_t length, char16_t* utf16_buffer) const noexcept = 0; global() member in simdutf::implementation
3121 simdutf_warn_unused virtual size_t convert_valid_utf32_to_utf16be(const char32_t * input, size_t length, char16_t* utf16_buffer) const noexcept = 0; global() member in simdutf::implementation
3135 virtual void change_endianness_utf16(const char16_t * input, size_t length, char16_t * output) const noexcept = 0; global() member in simdutf::implementation
3144 simdutf_warn_unused virtual size_t utf8_length_from_latin1(const char * input, size_t length) const noexcept = 0; global() member in simdutf::implementation
3155 simdutf_warn_unused virtual size_t utf8_length_from_utf32(const char32_t * input, size_t length) const noexcept = 0; global() member in simdutf::implementation
3165 simdutf_warn_unused virtual size_t latin1_length_from_utf32(size_t length) const noexcept = 0; global() member in simdutf::implementation
3176 simdutf_warn_unused virtual size_t latin1_length_from_utf8(const char * input, size_t length) const noexcept = 0; global() member in simdutf::implementation
3189 simdutf_warn_unused virtual size_t latin1_length_from_utf16(size_t length) const noexcept = 0; global() member in simdutf::implementation
3200 simdutf_warn_unused virtual size_t utf16_length_from_utf32(const char32_t * input, size_t length) const noexcept = 0; global() member in simdutf::implementation
3212 simdutf_warn_unused virtual size_t utf32_length_from_latin1(size_t length) const noexcept = 0; global() member in simdutf::implementation
3227 simdutf_warn_unused virtual size_t utf32_length_from_utf16le(const char16_t * input, size_t length) const noexcept = 0; global() member in simdutf::implementation
3242 simdutf_warn_unused virtual size_t utf32_length_from_utf16be(const char16_t * input, size_t length) const noexcept = 0; global() member in simdutf::implementation
3256 simdutf_warn_unused virtual size_t count_utf16le(const char16_t * input, size_t length) const noexcept = 0; global() member in simdutf::implementation
3270 simdutf_warn_unused virtual size_t count_utf16be(const char16_t * input, size_t length) const noexcept = 0; global() member in simdutf::implementation
3283 simdutf_warn_unused virtual size_t count_utf8(const char * input, size_t length) const noexcept = 0; global() member in simdutf::implementation
3329 size_t size() const noexcept; global() member in simdutf::internal::available_implementation_list
3331 const implementation * const *begin() const noexcept; global() member in simdutf::internal::available_implementation_list
3333 const implementation * const *end() const noexcept; global() member in simdutf::internal::available_implementation_list
3367 const implementation *detect_best_supported() const noexcept; global() member in simdutf::internal::available_implementation_list
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h251 bool canReplace(float_mode other) const noexcept
408 Temp() noexcept : id_(0), reg_class(0) {} member
409 constexpr Temp(uint32_t id, RegClass cls) noexcept : id_(id), reg_class(uint8_t(cls)) {} in uint8_t() member
411 constexpr uint32_t id() const noexcept { return id_; }
412 constexpr RegClass regClass() const noexcept { return (RegClass::RC)reg_class; }
414 constexpr unsigned bytes() const noexcept { return regClass().bytes(); }
415 constexpr unsigned size() const noexcept { return regClass().size(); }
416 constexpr RegType type() const noexcept { return regClass().type(); }
417 constexpr bool is_linear() const noexcept { return regClass().is_linear(); }
419 constexpr bool operator<(Temp other) const noexcept { retur
1028 constexpr bool usesModifiers() const noexcept; global() member
[all...]
H A Daco_util.h70 constexpr iterator begin() noexcept { return (pointer)((uintptr_t)this + offset); }
75 constexpr const_iterator begin() const noexcept
83 constexpr iterator end() noexcept { return std::next(begin(), length); }
88 constexpr const_iterator end() const noexcept { return std::next(begin(), length); }
93 constexpr const_iterator cbegin() const noexcept { return begin(); }
98 constexpr const_iterator cend() const noexcept { return std::next(begin(), length); }
103 constexpr reverse_iterator rbegin() noexcept { return reverse_iterator(end()); }
108 constexpr const_reverse_iterator rbegin() const noexcept
116 constexpr reverse_iterator rend() noexcept { return reverse_iterator(begin()); }
121 constexpr const_reverse_iterator rend() const noexcept
[all...]
/third_party/json/include/nlohmann/detail/iterators/
H A Dprimitive_iterator.hpp41 constexpr difference_type get_value() const noexcept
47 void set_begin() noexcept
53 void set_end() noexcept
59 constexpr bool is_begin() const noexcept
65 constexpr bool is_end() const noexcept
70 friend constexpr bool operator==(primitive_iterator_t lhs, primitive_iterator_t rhs) noexcept
75 friend constexpr bool operator<(primitive_iterator_t lhs, primitive_iterator_t rhs) noexcept
80 primitive_iterator_t operator+(difference_type n) noexcept
87 friend constexpr difference_type operator-(primitive_iterator_t lhs, primitive_iterator_t rhs) noexcept
92 primitive_iterator_t& operator++() noexcept
[all...]
/third_party/elfio/elfio/
H A Delfio_segment.hpp50 virtual const char* get_data() const noexcept = 0; member in ELFIO::segment
53 Elf_Xword addr_align ) noexcept = 0; member in ELFIO::segment
55 Elf_Xword addr_align ) noexcept = 0; member in ELFIO::segment
56 virtual Elf_Half get_sections_num() const noexcept = 0; member in ELFIO::segment
57 virtual Elf_Half get_section_index_at( Elf_Half num ) const noexcept = 0; member in ELFIO::segment
58 virtual bool is_offset_initialized() const noexcept = 0; member in ELFIO::segment
64 virtual const std::vector<Elf_Half>& get_sections() const noexcept = 0; member in ELFIO::segment
68 bool is_lazy ) noexcept = 0; member in ELFIO::segment
71 std::streampos data_offset ) noexcept = 0; member in ELFIO::segment
97 Elf_Half get_index() const noexcept overrid
[all...]
H A Delfio_section.hpp53 virtual const char* get_data() const noexcept = 0; member in ELFIO::section
54 virtual void set_data( const char* raw_data, Elf_Word size ) noexcept = 0; member in ELFIO::section
55 virtual void set_data( const std::string& data ) noexcept = 0; member in ELFIO::section
57 Elf_Word size ) noexcept = 0; member in ELFIO::section
58 virtual void append_data( const std::string& data ) noexcept = 0; member in ELFIO::section
59 virtual size_t get_stream_size() const noexcept = 0; member in ELFIO::section
60 virtual void set_stream_size( size_t value ) noexcept = 0; member in ELFIO::section
68 bool is_lazy ) noexcept = 0; member in ELFIO::section
71 std::streampos data_offset ) noexcept = 0; member in ELFIO::section
72 virtual bool is_address_initialized() const noexcept member in ELFIO::section
[all...]
H A Delfio.hpp45 TYPE get_##FNAME() const noexcept \
51 TYPE get_##FNAME() const noexcept \
55 void set_##FNAME( TYPE val ) noexcept \
69 elfio() noexcept : sections( this ), segments( this ) in segments()
74 explicit elfio( compression_interface* compression ) noexcept
81 elfio( elfio&& other ) noexcept
98 elfio& operator=( elfio&& other ) noexcept
126 void create( unsigned char file_class, unsigned char encoding ) noexcept
136 std::vector<address_translation>& addr_trans ) noexcept
142 bool load( const std::string& file_name, bool is_lazy = false ) noexcept
[all...]
/third_party/json/tests/src/
H A Dunit-noexcept.cpp28 void to_json(json& /*unused*/, pod /*unused*/) noexcept; member
30 void from_json(const json& /*unused*/, pod /*unused*/) noexcept; member
32 void to_json(json& /*unused*/, pod /*unused*/) noexcept {}
34 void from_json(const json& /*unused*/, pod /*unused*/) noexcept {}
39 static_assert(noexcept(json{}), "");
40 static_assert(noexcept(nlohmann::to_json(*j, 2)), "");
41 static_assert(noexcept(nlohmann::to_json(*j, 2.5)), "");
42 static_assert(noexcept(nlohmann::to_json(*j, true)), "");
43 static_assert(noexcept(nlohmann::to_json(*j, test{})), "");
44 static_assert(noexcept(nlohman
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/
H A Dcivil_time_detail.h83 CONSTEXPR_F bool is_leap_year(year_t y) noexcept {
86 CONSTEXPR_F int year_index(year_t y, month_t m) noexcept {
89 CONSTEXPR_F int days_per_century(year_t y, month_t m) noexcept {
93 CONSTEXPR_F int days_per_4years(year_t y, month_t m) noexcept {
97 CONSTEXPR_F int days_per_year(year_t y, month_t m) noexcept {
100 CONSTEXPR_F int days_per_month(year_t y, month_t m) noexcept {
108 minute_t mm, second_t ss) noexcept {
169 minute_t mm, second_t ss) noexcept {
181 minute_t mm, second_t ss) noexcept {
191 diff_t mm, second_t ss) noexcept {
[all...]
/third_party/json/include/nlohmann/
H A Dbyte_container_with_subtype.hpp29 byte_container_with_subtype() noexcept(noexcept(container_type())) in noexcept() function in byte_container_with_subtype
34 byte_container_with_subtype(const container_type& b) noexcept(noexcept(container_type(b))) in noexcept() function in byte_container_with_subtype
39 byte_container_with_subtype(container_type&& b) noexcept(noexcept(container_type(std::move(b)))) in noexcept() function in byte_container_with_subtype
44 byte_container_with_subtype(const container_type& b, subtype_type subtype_) noexcept(noexcept(container_type(b))) in noexcept() function in byte_container_with_subtype
51 byte_container_with_subtype(container_type&& b, subtype_type subtype_) noexcept(noexcept(container_typ function in byte_container_with_subtype
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktConstexprVectorUtil.hpp51 inline constexpr ConstexprVector() noexcept : values{}, count{0} {}
60 inline constexpr explicit ConstexprVector(const _arg_t& arg1, const _args_t&... args) noexcept :
67 inline constexpr const_reference at(size_type pos) const noexcept { return values[pos]; }
68 inline constexpr const_reference operator[](size_type pos) const noexcept { return values[pos]; }
69 inline constexpr const_reference front() const noexcept { return values[0]; }
70 inline constexpr const_reference back() const noexcept { return values[count - 1]; }
71 inline constexpr const_pointer data() const noexcept { return values; }
72 inline constexpr const_iterator begin() const noexcept { return &values[0]; }
73 inline constexpr const_iterator cbegin() const noexcept { return &values[0]; }
74 inline constexpr const_iterator end() const noexcept { retur
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktConstexprVectorUtil.hpp51 inline constexpr ConstexprVector() noexcept : values{}, count{0} {}
60 inline constexpr explicit ConstexprVector(const _arg_t& arg1, const _args_t&... args) noexcept :
67 inline constexpr const_reference at(size_type pos) const noexcept { return values[pos]; }
68 inline constexpr const_reference operator[](size_type pos) const noexcept { return values[pos]; }
69 inline constexpr const_reference front() const noexcept { return values[0]; }
70 inline constexpr const_reference back() const noexcept { return values[count - 1]; }
71 inline constexpr const_pointer data() const noexcept { return values; }
72 inline constexpr const_iterator begin() const noexcept { return &values[0]; }
73 inline constexpr const_iterator cbegin() const noexcept { return &values[0]; }
74 inline constexpr const_iterator end() const noexcept { retur
[all...]
/third_party/gn/src/base/containers/
H A Dspan.h164 // Furthermore, all constructors and methods are marked noexcept due to the lack
187 constexpr span() noexcept : data_(nullptr), size_(0) {
191 constexpr span(T* data, size_t size) noexcept : data_(data), size_(size) { in size_()
197 constexpr span(T* begin, T* end) noexcept : span(begin, end - begin) { in span()
205 constexpr span(T (&array)[N]) noexcept : span(std::data(array), N) {}
211 constexpr span(std::array<value_type, N>& array) noexcept
220 constexpr span(const std::array<value_type, N>& array) noexcept
227 constexpr span(Container& container) noexcept
233 span(const Container& container) noexcept
236 constexpr span(const span& other) noexcept member in base::span
249 constexpr span& operator=(const span& other) noexcept = default; global() member in base::span
250 ~span() noexcept = default; global() member in base::span
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstring_view.h184 constexpr string_view() noexcept : ptr_(nullptr), length_(0) {}
191 ABSL_ATTRIBUTE_LIFETIME_BOUND) noexcept
210 // constexpr string_view(const string_view&) noexcept = default;
211 // string_view& operator=(const string_view&) noexcept = default;
219 constexpr const_iterator begin() const noexcept { return ptr_; }
226 constexpr const_iterator end() const noexcept { return ptr_ + length_; }
232 constexpr const_iterator cbegin() const noexcept { return begin(); }
239 constexpr const_iterator cend() const noexcept { return end(); }
245 const_reverse_iterator rbegin() const noexcept {
254 const_reverse_iterator rend() const noexcept {
[all...]
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.h270 InstWrapper(VulkanFunctions& functions, VkAllocationCallbacks* callbacks = nullptr) noexcept; member
271 InstWrapper(VulkanFunctions& functions, VkInstance inst, VkAllocationCallbacks* callbacks = nullptr) noexcept; member
272 ~InstWrapper() noexcept; member
277 InstWrapper(InstWrapper&& other) noexcept; member
278 InstWrapper& operator=(InstWrapper&&) noexcept; member
315 DeviceWrapper(InstWrapper& inst_wrapper, VkAllocationCallbacks* callbacks = nullptr) noexcept; member
316 DeviceWrapper(VulkanFunctions& functions, VkDevice device, VkAllocationCallbacks* callbacks = nullptr) noexcept; member
317 ~DeviceWrapper() noexcept; member
322 DeviceWrapper(DeviceWrapper&&) noexcept; member
323 DeviceWrapper& operator=(DeviceWrapper&&) noexcept; member
463 PlatformShimWrapper(std::vector<fs::FolderManager>* folders, const char* log_filter) noexcept; global() member
464 ~PlatformShimWrapper() noexcept; global() member
477 TestICDHandle() noexcept; global() member
478 TestICDHandle(fs::path const& icd_path) noexcept; global() member
479 TestICD& reset_icd() noexcept; global() member
480 TestICD& get_test_icd() noexcept; global() member
481 fs::path get_icd_full_path() noexcept; global() member
482 fs::path get_icd_manifest_path() noexcept; global() member
483 fs::path get_shimmed_manifest_path() noexcept; global() member
493 TestLayerHandle() noexcept; global() member
494 TestLayerHandle(fs::path const& layer_path) noexcept; global() member
495 TestLayer& reset_layer() noexcept; global() member
496 TestLayer& get_test_layer() noexcept; global() member
497 fs::path get_layer_full_path() noexcept; global() member
498 fs::path get_layer_manifest_path() noexcept; global() member
499 fs::path get_shimmed_manifest_path() noexcept; global() member
529 TestICDDetails(ManifestICD icd_manifest) noexcept : icd_manifest(icd_manifest) {} global() member
545 TestLayerDetails(ManifestLayer layer_manifest, const std::string& json_name) noexcept global() member
581 FrameworkEnvironment() noexcept; // default is to enable VK_LOADER_DEBUG=all and enable the default search paths global() member
582 FrameworkEnvironment(const FrameworkSettings& settings) noexcept; global() member
588 TestICD& add_icd(TestICDDetails icd_details) noexcept; global() member
589 void add_implicit_layer(ManifestLayer layer_manifest, const std::string& json_name) noexcept; global() member
590 void add_implicit_layer(TestLayerDetails layer_details) noexcept; global() member
591 void add_explicit_layer(ManifestLayer layer_manifest, const std::string& json_name) noexcept; global() member
592 void add_explicit_layer(TestLayerDetails layer_details) noexcept; global() member
593 void add_fake_implicit_layer(ManifestLayer layer_manifest, const std::string& json_name) noexcept; global() member
594 void add_fake_explicit_layer(ManifestLayer layer_manifest, const std::string& json_name) noexcept; global() member
599 void update_loader_settings(const LoaderSettings& loader_settings) noexcept; global() member
602 TestICD& get_test_icd(size_t index = 0) noexcept; global() member
603 TestICD& reset_icd(size_t index = 0) noexcept; global() member
604 fs::path get_test_icd_path(size_t index = 0) noexcept; global() member
605 fs::path get_icd_manifest_path(size_t index = 0) noexcept; global() member
606 fs::path get_shimmed_icd_manifest_path(size_t index = 0) noexcept; global() member
608 TestLayer& get_test_layer(size_t index = 0) noexcept; global() member
609 TestLayer& reset_layer(size_t index = 0) noexcept; global() member
610 fs::path get_test_layer_path(size_t index = 0) noexcept; global() member
611 fs::path get_layer_manifest_path(size_t index = 0) noexcept; global() member
612 fs::path get_shimmed_layer_manifest_path(size_t index = 0) noexcept; global() member
614 fs::FolderManager& get_folder(ManifestLocation location) noexcept; global() member
615 fs::FolderManager const& get_folder(ManifestLocation location) const noexcept; global() member
618 void setup_macos_bundle() noexcept; global() member
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_util.h29 inline void D3D12DecomposeSubresource( UINT Subresource, UINT MipLevels, UINT ArraySize, _Out_ T& MipSlice, _Out_ U& ArraySlice, _Out_ V& PlaneSlice ) noexcept
37 constexpr UINT D3D12CalcSubresource( UINT MipSlice, UINT ArraySlice, UINT PlaneSlice, UINT MipLevels, UINT ArraySize ) noexcept
46 explicit CD3DX12_RESOURCE_BARRIER(const D3D12_RESOURCE_BARRIER &o) noexcept : member
54 D3D12_RESOURCE_BARRIER_FLAGS flags = D3D12_RESOURCE_BARRIER_FLAG_NONE) noexcept
68 _In_ ID3D12Resource* pResourceAfter) noexcept
78 _In_ ID3D12Resource* pResource) noexcept
92 explicit CD3DX12_RESOURCE_DESC( const D3D12_RESOURCE_DESC& o ) noexcept : member
106 D3D12_RESOURCE_FLAGS flags ) noexcept
122 D3D12_RESOURCE_FLAGS flags = D3D12_RESOURCE_FLAG_NONE ) noexcept
130 UINT64 alignment = 0 ) noexcept
204 explicit CD3DX12_HEAP_PROPERTIES(const D3D12_HEAP_PROPERTIES &o) noexcept : global() member
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLRefPointer.h20 RefPointer() noexcept : mCLObject(nullptr) {} in mCLObject()
22 explicit RefPointer(T *object) noexcept : mCLObject(object) in mCLObject()
37 RefPointer(std::nullptr_t) noexcept : mCLObject(nullptr) {} in mCLObject()
44 RefPointer(RefPointer &&other) noexcept : mCLObject(nullptr) { this->swap(other); } in mCLObject()
78 T *release() noexcept
85 void swap(RefPointer &other) noexcept { std::swap(mCLObject, other.mCLObject); }
107 bool operator==(const RefPointer<T> &ptr, nullptr_t) noexcept
113 bool operator==(nullptr_t, const RefPointer<T> &ptr) noexcept
119 bool operator!=(const RefPointer<T> &ptr, nullptr_t) noexcept
125 bool operator!=(nullptr_t, const RefPointer<T> &ptr) noexcept
[all...]
/third_party/skia/third_party/externals/dawn/src/common/
H A Dityp_bitset.h37 constexpr bitset() noexcept : Base() { in Base()
40 constexpr bitset(unsigned long long value) noexcept : Base(value) { in Base()
61 bool operator==(const bitset& other) const noexcept {
65 bool operator!=(const bitset& other) const noexcept {
69 bitset& operator&=(const bitset& other) noexcept {
73 bitset& operator|=(const bitset& other) noexcept {
77 bitset& operator^=(const bitset& other) noexcept {
81 bitset operator~() const noexcept {
85 bitset& set() noexcept {
93 bitset& reset() noexcept {
[all...]

Completed in 17 milliseconds

12345678910>>...16