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

  /external/skia/tools/bookmaker/
definition.cpp 278 bool constMethod = iParser.skipExact(" const");
279 if (parser.fConstMethod != ANY && (parser.fConstMethod == CONST) != constMethod) {
285 fOperatorConst = constMethod;
    [all...]
  /external/skqp/tools/bookmaker/
definition.cpp 278 bool constMethod = iParser.skipExact(" const");
279 if (parser.fConstMethod != ANY && (parser.fConstMethod == CONST) != constMethod) {
285 fOperatorConst = constMethod;
    [all...]

Completed in 104 milliseconds