Home
last modified time | relevance | path

Searched defs:TargetLabelPair (Results 1 – 1 of 1) sorted by relevance

/third_party/gn/src/gn/
Dninja_outputs_writer.cc33 struct TargetLabelPair { struct
34 TargetLabelPair(const Target* target, const Label& default_toolchain_label) in TargetLabelPair() function
39 const Target* target;
40 std::unique_ptr<std::string> label;
42 bool operator<(const TargetLabelPair& other) const { in operator <()
46 using List = std::vector<TargetLabelPair>;
49 static List CreateSortedList(const MapType& outputs_map, in CreateSortedList()