Home
last modified time | relevance | path

Searched defs:fill_descriptors_impl (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/av/media/codec2/sfplugin/tests/
H A DReflectedParamUpdater_test.cpp108 template<typename T, typename... TYPES> struct fill_descriptors_impl<T, TYPES...> { struct
109 static void fill(std::vector<std::shared_ptr<C2ParamDescriptor>> *vec) { in fill()
116 template<> struct fill_descriptors_impl<> { struct
117 static void fill(std::vector<std::shared_ptr<C2ParamDescriptor>> *) {} in fill()