Home
last modified time | relevance | path

Searched refs:DLib (Results 1 - 4 of 4) sorted by relevance

/third_party/node/src/
H A Dnode_binding.h76 class DLib { class
84 DLib(const char* filename, int flags);
101 DLib(const DLib&) = delete;
102 DLib& operator=(const DLib&) = delete;
H A Dnode_binding.cc335 DLib::DLib(const char* filename, int flags) in DLib() function in node::binding::DLib
339 bool DLib::Open() { in Open()
346 void DLib::Close() { in Close()
366 void* DLib::GetSymbolAddress(const char* name) { in GetSymbolAddress()
370 bool DLib::Open() { in Open()
381 void DLib::Close() { in Close()
389 void* DLib::GetSymbolAddress(const char* name) { in GetSymbolAddress()
396 void DLib::SaveInGlobalHandleMap(node_module* mp) { in SaveInGlobalHandleMap()
401 node_module* DLib
[all...]
H A Denv.h642 const std::function<bool(binding::DLib*)>& was_loaded);
952 std::list<binding::DLib> loaded_addons_;
H A Denv.cc570 const std::function<bool(binding::DLib*)>& was_loaded) { in TryLoadAddon()
863 for (binding::DLib& addon : loaded_addons_) { in ~Environment()

Completed in 6 milliseconds