Home
last modified time | relevance | path

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

/third_party/flutter/skia/experimental/svg/model/
DSkSVGAttributeParser.cpp39 inline bool SkSVGAttributeParser::advanceWhile(F f) { in advanceWhile() function in SkSVGAttributeParser
/third_party/skia/modules/svg/src/
DSkSVGAttributeParser.cpp40 inline bool SkSVGAttributeParser::advanceWhile(F f) { in advanceWhile() function in SkSVGAttributeParser
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLParser.cpp899 void Scanner::advanceWhile(SkipWhileFunc Func) { in advanceWhile() function in Scanner