Searched refs:pack_ (Results 1 – 4 of 4) sorted by relevance
40 explicit ArgContext(absl::Span<const FormatArgImpl> pack) : pack_(pack) {} in ArgContext()51 absl::Span<const FormatArgImpl> pack_; member in absl::str_format_internal::__anon8fe5b8bc0111::ArgContext58 if (static_cast<size_t>(arg_position - 1) >= pack_.size()) return false; in Bind()59 arg = &pack_[arg_position - 1]; // 1-based in Bind()65 if (!BindFromPosition(unbound->width.get_from_arg(), &width, pack_)) in Bind()79 pack_)) in Bind()
53 args.map((arg) => pack_(arg, cwd))65 function pack_ (pkg, dir) { function
121 static void pack_ ##fmt (const GstAudioFormatInfo *info, \173 static void pack_ ##name (const GstAudioFormatInfo *info, \
1182 - ac/nir: implement nir_op_[un]pack_[64/32]_\*1200 - radv: lower pack_[64/32]_\* via nir_lower_alu_to_scalar()