Searched refs:it_from (Results 1 – 1 of 1) sorted by relevance
3513 auto it_from = namespaces.find(ns_config->name()); in init_default_namespaces() local3514 CHECK(it_from != namespaces.end()); in init_default_namespaces()3515 android_namespace_t* namespace_from = it_from->second; in init_default_namespaces()