Lines Matching full:associated
45 /** Pointer to the associated Hashmap */
51 /** Key associated with the current entry */
53 /** Value associated with the current entry */
128 * @param old_value Location to store the value previously associated with @p key or `NULL`
140 * Erase the entry associated with key @p key, if one exists.
144 * @param value Location to store a potential value associated with @p key or `NULL`
147 * @retval false if @p map does not contain a value associated with @p key.
154 * Look-up the @ref uint64_t associated with @p key, if one exists.
158 * @param value Location to store a potential value associated with @p key or `NULL`
160 * @retval true if @p map contains a value associated with @p key.
161 * @retval false if @p map does not contain a value associated with @p key.
177 /** Retrieve the value associated with a given key from the Hashmap */