Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h120 : __args_(__args), __handles_(__handles), __size_(__size) {} in __compile_time_basic_format_context()
139 return __handles_[__id]; in __handle()
147 const __compile_time_handle<_CharT>* __handles_; member
371 _Context{__types_.data(), __handles_.data(), sizeof...(_Args)});
387 static constexpr array<__format::__compile_time_handle<_CharT>, sizeof...(_Args)> __handles_{[] {