Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__format/
H A Dformat_args.h37 __types_ = __store.__storage.__types_; in basic_format_args()
48 … return basic_format_arg<_Context>{__format::__get_packed_type(__types_, __id), __values_[__id]}; in get()
65 uint64_t __types_; member
H A Dformat_arg_store.h233 uint64_t __types_ = 0; member
248 __format::__create_packed_storage(__storage.__types_, __storage.__values_, __args...); in __format_arg_store()
H A Dformat_functions.h371 _Context{__types_.data(), __handles_.data(), sizeof...(_Args)});
384 static constexpr array<__format::__arg_t, sizeof...(_Args)> __types_{