Searched refs:ref_type (Results 1 – 3 of 3) sorted by relevance
47 using ref_type = typename traits::reference; variable55 ref_type operator*() const;
1675 ref_type=None, desc='', xrefs=None): argument1677 if ref_type is None and data is not None:1678 ref_type = data.directory1679 if ref_type is None:1680 ref_type = "????"1682 entity, ref_type, desc, ' '.join(xrefs or []))
65 IdentifierIterator::ref_type IdentifierIterator::operator*() const { in operator *()