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

/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/binder/
H A Dbinder_manager.cpp22 BinderManager *BinderManager::instance_ = NULL; member in class:wpa_supplicant_binder::BinderManager
26 if (!instance_)
27 instance_ = new BinderManager();
28 return instance_;
33 if (instance_)
34 delete instance_;
35 instance_ = NULL;
H A Dbinder_manager.h47 static BinderManager *instance_; member in class:wpa_supplicant_binder::BinderManager
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddbxread.c251 header_file_location (const char *name_, int instance_,
254 instance (instance_),
247 header_file_location(const char *name_, int instance_, legacy_psymtab *pst_) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddbxread.c248 header_file_location (const char *name_, int instance_,
251 instance (instance_),
244 header_file_location(const char *name_, int instance_, legacy_psymtab *pst_) argument

Completed in 145 milliseconds