Home | History | Annotate | Download | only in ADT

Lines Matching refs:key_type_ref

29   typedef const T&  key_type_ref;
33 static inline key_type_ref KeyOfValue(value_type_ref V) {
41 static inline bool isEqual(key_type_ref L, key_type_ref R) {
44 static inline bool isLess(key_type_ref L, key_type_ref R) {
66 typedef typename ValInfo::key_type_ref key_type_ref;
110 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) {
115 ImmutableMap remove(ImmutableMap Old, key_type_ref K) {
129 bool contains(key_type_ref K) const {
217 key_type_ref getKey() const { return itr->getValue().first; }
232 data_type* lookup(key_type_ref K) const {
271 typedef typename ValInfo::key_type_ref key_type_ref;
321 ImmutableMapRef add(key_type_ref K, data_type_ref D) {
326 ImmutableMapRef remove(key_type_ref K) {
331 bool contains(key_type_ref K) const {
370 key_type_ref getKey() const { return itr->getValue().first; }
385 data_type* lookup(key_type_ref K) const {