Searched refs:id_ref (Results 1 – 2 of 2) sorted by relevance
88 I &id_ref = entry2id_[entry]; variable89 if (id_ref == 0) { // T not found92 id_ref = id2entry_.size();97 return id_ref - 1; // NB: id_ref = ID + 1297 I &id_ref = fp2id_[fp]; variable298 if (id_ref == 0) { // T not found301 id_ref = id2entry_.size();306 return id_ref - 1; // NB: id_ref = ID + 1492 I &id_ref = entry2id_[entry]; variable493 if (id_ref == 0) { // T not found[all …]
55 static constexpr const int &id_ref(const int &n) { in id_ref() function59 int n : id_ref(16); // ok