Home
last modified time | relevance | path

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

/system/tools/hidl/
DScope.h42 virtual LocalIdentifier *lookupIdentifier(const std::string &name) const;
DScope.cpp80 LocalIdentifier *Scope::lookupIdentifier(const std::string & /*name*/) const { in lookupIdentifier() function in android::Scope
DEnumType.h38 LocalIdentifier *lookupIdentifier(const std::string &name) const override;
DAST.cpp230 EnumValue *v = static_cast<EnumValue *>(enumType->lookupIdentifier(enumValueName)); in lookupEnumValue()
DEnumType.cpp106 LocalIdentifier *EnumType::lookupIdentifier(const std::string &name) const { in lookupIdentifier() function in android::EnumType
Dhidl-gen_y.yy722 LocalIdentifier *iden = (*scope)->lookupIdentifier(identifier);