Searched refs:__handles_ (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__format/
H A Dformat_functions.h119 : __args_(__args), __handles_(__handles), __size_(__size) {}
138 return __handles_[__id];
146 const __compile_time_handle<_CharT>* __handles_; member in struct:__format::__compile_time_basic_format_context
341 _Context{__types_.data(), __handles_.data(), sizeof...(_Args)});
367 static constexpr array<__format::__compile_time_handle<_CharT>, sizeof...(_Args)> __handles_{
370 static constexpr array<__format::__compile_time_handle<_CharT>, sizeof...(_Args)> __handles_{[] {

Completed in 192 milliseconds