Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/utils/
Dto_const_ptr_vec.h27 std::vector<const T*> ToConstPtrVec(const std::vector<T*>& in) { in ToConstPtrVec() function
/third_party/skia/third_party/externals/tint/src/sem/
Dintrinsic.cc111 : Base(return_type, utils::ToConstPtrVec(parameters)), in Intrinsic()
Dfunction.cc34 : Base(return_type, utils::ToConstPtrVec(parameters)), in Function()