HomeSort by relevance Sort by last modified time
    Searched refs:Packs (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/api/
rs_convert.spec 84 Packs three or four floating point RGBA values into a uchar4.
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 588 // parameter packs expanded by the pack expansion.
605 Packs.push_back(Pack);
609 assert(!Packs.empty() && "Pack expansion without unexpanded packs?");
611 for (auto &Pack : Packs) {
634 for (auto &Pack : Packs)
643 for (auto &Pack : Packs) {
652 /// \brief Finish template argument deduction for a set of argument packs,
653 /// producing the argument packs and checking for consistency with prior
656 // Build argument packs for each of the parameter packs expanded by thi
    [all...]

Completed in 69 milliseconds