Searched refs:namespaces_ (Results 1 – 1 of 1) sorted by relevance
109 namespaces_.push_back(std::make_pair(env->NewWeakGlobalRef(class_loader), ns)); in Create()116 auto it = std::find_if(namespaces_.begin(), namespaces_.end(), in FindNamespaceByClassLoader()120 return it != namespaces_.end() ? it->second : nullptr; in FindNamespaceByClassLoader()165 namespaces_.clear(); in Reset()224 std::vector<std::pair<jweak, android_namespace_t*>> namespaces_; member in android::LibraryNamespaces