Searched refs:a_schema (Results 1 – 1 of 1) sorted by relevance
233 for (const Schema& a_schema : AllSchemas()) { in Parse() local234 if (a_schema.name == name) { in Parse()235 schema = &a_schema; in Parse()