Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dstring_to_uint_map.h67 struct string_to_uint_map { struct
69 string_to_uint_map() in string_to_uint_map() function
75 ~string_to_uint_map() in ~string_to_uint_map() argument
82 string_to_uint_map & operator=(const string_to_uint_map &) = delete; argument
87 void clear() in clear()
96 void iterate(void (*func)(const char *, unsigned, void *), void *closure) in iterate()
122 bool get(unsigned &value, const char *key) in get()
135 void put(unsigned value, const char *key) in put()
164 static void delete_key(const void *key, void *data, void *closure) in delete_key()
172 static void subtract_one_wrapper(const void *key, void *data, void *closure) in subtract_one_wrapper()
[all …]