Home | History | Annotate | Download | only in utils

Lines Matching refs:values

32     void**  values;
48 map->values = map->values0;
59 if (map->values != map->values0)
60 AFREE(map->values);
90 return map->values[index];
102 void* values = map->values;
107 if (values == map->values0)
108 values = NULL;
116 AARRAY_RENEW(values, newCapacity);
119 map->values = values;
146 map->values[limit] = value;
151 result = map->values[index];
152 map->values[index] = value;
175 result = map->values[index];
180 map->values[index] = map->values[limit];
216 iter->value = map->values[index];