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) {
65 typedef typename ValInfo::key_type_ref key_type_ref;
111 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) {
116 ImmutableMap remove(ImmutableMap Old, key_type_ref K) {
130 bool contains(key_type_ref K) const {
211 key_type_ref getKey() const { return (*this)->first; }
218 data_type* lookup(key_type_ref K) const {
257 typedef typename ValInfo::key_type_ref key_type_ref;
323 ImmutableMapRef add(key_type_ref K, data_type_ref D) const {
328 ImmutableMapRef remove(key_type_ref K) const {
333 bool contains(key_type_ref K) const {
370 key_type_ref getKey() const { return (*this)->first; }
377 data_type *lookup(key_type_ref K) const {