Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hdi-gen/ast/
Dast_interface_type.h29 methods_(), in ASTInterfaceType()
107 return methods_.size(); in GetMethodNumber()
197 std::vector<AutoPtr<ASTMethod>> methods_; variable
Dast_interface_type.cpp27 methods_.push_back(method); in AddMethod()
32 if (index >= methods_.size()) { in GetMethod()
36 return methods_[index]; in GetMethod()
57 for (const auto &method : methods_) { in GetMethodsBySystem()
77 for (auto method : methods_) { in Dump()
80 if (method != methods_[methods_.size() - 1]) { in Dump()