Home
last modified time | relevance | path

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

/external/chromium_org/tools/gn/
Dlabel_ptr.h18 struct LabelPtrPair { struct
21 LabelPtrPair() : label(), ptr(NULL), origin(NULL) {} in LabelPtrPair() argument
23 explicit LabelPtrPair(const Label& l) : label(l), ptr(NULL), origin(NULL) { in LabelPtrPair() argument
28 explicit LabelPtrPair(const T* p) : label(p->label()), ptr(p), origin(NULL) { in LabelPtrPair() function
31 ~LabelPtrPair() {} in ~LabelPtrPair() argument
38 typedef LabelPtrPair<Config> LabelConfigPair; argument
39 typedef LabelPtrPair<Target> LabelTargetPair;
52 bool operator()(const LabelPtrPair<T>& arg) const { in operator()
65 bool operator()(const LabelPtrPair<T>& arg) const { in operator()
75 struct LabelPtrLabelLess : public std::binary_function<LabelPtrPair<T>,
[all …]
Dvalue_extractors.cc64 bool operator()(const Value& v, LabelPtrPair<T>* out, Err* err) const { in operator ()()