Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_language.cpp233 for (const Schema& a_schema : AllSchemas()) { in Parse() local
234 if (a_schema.name == name) { in Parse()
235 schema = &a_schema; in Parse()