Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLSectionAndParameterHelper.h70 if (!SectionPermitsDuplicates(s.fName.c_str()) && in SectionAndParameterHelper()
85 SkASSERT(!SectionPermitsDuplicates(name)); in getSection()
145 static bool SectionPermitsDuplicates(const char* name) { in SectionPermitsDuplicates() function