Home
last modified time | relevance | path

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

/system/tools/aidl/
Ddiagnostics.cpp406 for (const auto& childSubStr : child) { in Visit() local
407 if (ToUpper(parentSubStr) == ToUpper(childSubStr)) { in Visit()
410 << childSubStr << "' being defined in '" << e.GetName() << "'"; in Visit()
424 for (const auto& childSubStr : child) { in CheckConstantDeclarations() local
425 if (ToUpper(parentSubStr) == ToUpper(childSubStr)) { in CheckConstantDeclarations()
428 << childSubStr << "' being defined in '" << name << "'"; in CheckConstantDeclarations()