Home | History | Annotate | Download | only in Support

Lines Matching refs:Adapters

82   std::vector<detail::format_adapter *> Adapters;
94 Adapters.reserve(ParamCount);
101 Adapters(), // Adapters are initialized by formatv_object
103 Adapters.reserve(rhs.Adapters.size());
114 if (R.Index >= Adapters.size()) {
119 auto W = Adapters[R.Index];
150 // Storage for the parameter adapters. Since the base class erases the type
159 Adapters = apply_tuple(create_adapters(), Parameters);
167 Adapters = apply_tuple(create_adapters(), Parameters);