Searched refs:ancestor_name (Results 1 – 2 of 2) sorted by relevance
80 def inherits_interface(interface_name, ancestor_name): argument81 return (interface_name == ancestor_name or82 ancestor_name in ancestors[interface_name])
1210 std::string ancestor_name; in GetOrCreateBindObjectIfAvailable() local1214 ancestor_name += (i ? "." : "") + split[i]; in GetOrCreateBindObjectIfAvailable()1215 if (api_feature_provider->GetFeature(ancestor_name) && in GetOrCreateBindObjectIfAvailable()1216 context->GetAvailability(ancestor_name).is_available() && in GetOrCreateBindObjectIfAvailable()