Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dbuilder.h47 std::vector<const BuilderRecord*> GetAllRecords() const;
Dbuilder.cc133 std::vector<const BuilderRecord*> Builder::GetAllRecords() const { in GetAllRecords() function in Builder