Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_language.cpp775 set<string> constant_names; in CheckValid() local
777 if (constant_names.count(constant->GetName()) > 0) { in CheckValid()
781 constant_names.insert(constant->GetName()); in CheckValid()