Searched refs:methods_ (Results 1 – 2 of 2) sorted by relevance
29 methods_(), in ASTInterfaceType()107 return methods_.size(); in GetMethodNumber()197 std::vector<AutoPtr<ASTMethod>> methods_; variable
27 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()