Lines Matching full:mapped
188 * qdict_get_double(): Get an number mapped by 'key'
192 * Return number mapped by 'key'.
200 * qdict_get_int(): Get an integer mapped by 'key'
205 * Return integer mapped by 'key'.
213 * qdict_get_bool(): Get a bool mapped by 'key'
218 * Return bool mapped by 'key'.
242 * qdict_get_str(): Get a pointer to the stored string mapped
248 * Return pointer to the string mapped by 'key'.
256 * qdict_get_try_int(): Try to get integer mapped by 'key'
258 * Return integer mapped by 'key', if it is not present in the
276 * qdict_get_try_bool(): Try to get a bool mapped by 'key'
278 * Return bool mapped by 'key', if it is not present in the
291 * mapped by 'key'
293 * Return a pointer to the string mapped by 'key', if it is not present