Home
last modified time | relevance | path

Searched defs:instance_ (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPU.h37 dawn_native::Instance instance_; variable
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/binder/
Dbinder_manager.h47 static BinderManager *instance_; variable
Dbinder_manager.cpp22 BinderManager *BinderManager::instance_ = NULL; member in wpa_supplicant_binder::BinderManager
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/binder/
Dbinder_manager.h47 static BinderManager *instance_; variable
Dbinder_manager.cpp22 BinderManager *BinderManager::instance_ = NULL; member in wpa_supplicant_binder::BinderManager
/third_party/libphonenumber/cpp/src/phonenumbers/base/memory/
Dsingleton_boost.h41 static boost::scoped_ptr<T> instance_; variable
Dsingleton_posix.h42 static T* instance_; // Leaky singleton. variable
Dsingleton_stdmutex.h50 static T* instance_; // Leaky singleton. variable
Dsingleton_win32.h51 static T* instance_; // Leaky singleton. variable
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_application.h49 VulkanHandle<VkInstance> instance_; variable
Dvulkan_proc_table.h120 VulkanHandle<VkInstance> instance_; variable
/third_party/node/src/
Dnode_native_module.h84 static NativeModuleLoader instance_; variable
Dnode_native_module.cc20 NativeModuleLoader NativeModuleLoader::instance_; member in node::native_module::NativeModuleLoader
/third_party/googletest/googletest/src/hwext/
Dgtest-filter.cc18 static TestFilter* instance_ = NULL; in instance() local
Dgtest-ext.cc19 static TestDefManager* instance_ = NULL; in instance() local
/third_party/flatbuffers/src/
Dutil.cpp224 ClassicLocale ClassicLocale::instance_; member in flatbuffers::ClassicLocale
/third_party/flutter/engine/flutter/fml/
Dmessage_loop_task_queues.cc17 fml::RefPtr<MessageLoopTaskQueues> MessageLoopTaskQueues::instance_; member in fml::MessageLoopTaskQueues
/third_party/flatbuffers/include/flatbuffers/
Dutil.h228 static ClassicLocale instance_; variable