Home
last modified time | relevance | path

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

/system/linkerconfig/modules/
Dvariables.cc25 std::map<std::string, std::string> Variables::variables_; member in android::linkerconfig::modules::Variables
29 if (variables_.find(variable) != variables_.end() && in GetValue()
30 !variables_[variable].empty()) { in GetValue()
31 return {variables_[variable]}; in GetValue()
45 variables_[key] = value; in AddValue()
/system/linkerconfig/modules/include/linkerconfig/
Dvariables.h32 static std::map<std::string, std::string> variables_;
/system/tools/aidl/
Daidl_language.h957 return variables_;
982 std::vector<std::unique_ptr<AidlVariableDeclaration>> variables_;
Daidl_language.cpp913 variables_.emplace_back(variable); in AidlDefinedType()