Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dloader.cc35 struct LoaderImpl::LoadID { struct in LoaderImpl
36 LoadID() = default;
37 LoadID(const SourceFile& f, const Label& tc_name) in LoadID() argument
40 bool operator<(const LoadID& other) const { in operator <() argument
105 LoadID load_id(file, toolchain_name); in Load()
Dloader.h120 struct LoadID;
174 using LoadIDSet = std::set<LoadID>;