Home | History | Annotate | Download | only in ADT

Lines Matching refs:key_type_ref

32   using key_type_ref = const T&;
36 static inline key_type_ref KeyOfValue(value_type_ref V) {
44 static inline bool isEqual(key_type_ref L, key_type_ref R) {
47 static inline bool isLess(key_type_ref L, key_type_ref R) {
68 using key_type_ref = typename ValInfo::key_type_ref;
117 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) {
122 ImmutableMap remove(ImmutableMap Old, key_type_ref K) {
132 bool contains(key_type_ref K) const {
216 key_type_ref getKey() const { return (*this)->first; }
223 data_type* lookup(key_type_ref K) const {
262 using key_type_ref = typename ValInfo::key_type_ref;
328 ImmutableMapRef add(key_type_ref K, data_type_ref D) const {
333 ImmutableMapRef remove(key_type_ref K) const {
338 bool contains(key_type_ref K) const {
376 key_type_ref getKey() const { return (*this)->first; }
383 data_type *lookup(key_type_ref K) const {