Home
last modified time | relevance | path

Searched refs:walk_ancestors (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/glib/gobject/
Dgparam.c979 gboolean walk_ancestors) in param_spec_ht_lookup() argument
985 if (walk_ancestors) in param_spec_ht_lookup()
1004 if (walk_ancestors) in param_spec_ht_lookup()
1040 gboolean walk_ancestors) in g_param_spec_pool_lookup() argument
1058 pspec = param_spec_ht_lookup (pool->hash_table, param_name, owner_type, walk_ancestors); in g_param_spec_pool_lookup()
1079 if ((!walk_ancestors && type != owner_type) || !g_type_is_a (owner_type, type)) in g_param_spec_pool_lookup()
1087 pspec = param_spec_ht_lookup (pool->hash_table, param_name, owner_type, walk_ancestors); in g_param_spec_pool_lookup()
Dgparam.h383 gboolean walk_ancestors);