Searched refs:LabelPtrPair (Results 1 – 2 of 2) sorted by relevance
18 struct LabelPtrPair { struct21 LabelPtrPair() : label(), ptr(NULL), origin(NULL) {} in LabelPtrPair() argument23 explicit LabelPtrPair(const Label& l) : label(l), ptr(NULL), origin(NULL) { in LabelPtrPair() argument28 explicit LabelPtrPair(const T* p) : label(p->label()), ptr(p), origin(NULL) { in LabelPtrPair() function31 ~LabelPtrPair() {} in ~LabelPtrPair() argument38 typedef LabelPtrPair<Config> LabelConfigPair; argument39 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 …]
64 bool operator()(const Value& v, LabelPtrPair<T>* out, Err* err) const { in operator ()()