Home
last modified time | relevance | path

Searched defs:string_to_uint_map (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dstring_to_uint_map.h60 struct string_to_uint_map { struct
62 string_to_uint_map() in string_to_uint_map() function
68 ~string_to_uint_map() in ~string_to_uint_map() argument
77 void clear() in clear()
86 void iterate(void (*func)(const char *, unsigned, void *), void *closure) in iterate()
112 bool get(unsigned &value, const char *key) in get()
125 void put(unsigned value, const char *key) in put()
154 static void delete_key(const void *key, void *data, void *closure) in delete_key()
162 static void subtract_one_wrapper(const void *key, void *data, void *closure) in subtract_one_wrapper()
173 struct hash_table *ht;