Lines Matching full:pairs
38 * @short_description: a sorted collection of key/value pairs optimized
42 * collection of key/value pairs optimized for searching and traversing
432 * The tree is automatically 'balanced' as new key/value pairs are added,
492 * The tree is automatically 'balanced' as new key/value pairs are added,
927 * automatically balanced as key/value pairs are added, key lookup
928 * is O(log n) (where n is the number of key/value pairs in the tree).
950 * automatically balanced as key/value pairs are added, key lookup
951 * is O(log n) (where n is the number of key/value pairs in the tree).
1014 * Calls the given function for each of the key/value pairs in the #QTree.
1059 * will proceed among the key/value pairs that have a smaller key; if
1061 * pairs that have a larger key.
1094 * will proceed among the key/value pairs that have a smaller key; if
1096 * pairs that have a larger key.