Searched defs:__buffer_size (Results 1 – 3 of 3) sorted by relevance
/llvm-project/libcxx/include/__format/ | ||
H A D | formatter_integral.h | 174 consteval size_t __buffer_size() noexcept __buffer_size() function |
H A D | buffer.h | 241 static constexpr size_t __buffer_size = 256 / sizeof(_CharT); global() variable |
/llvm-project/libcxx/include/__memory_resource/ | ||
H A D | monotonic_buffer_resource.h | 61 monotonic_buffer_resource(void * __buffer,size_t __buffer_size) monotonic_buffer_resource() argument |