Searched refs:NoParent (Results 1 - 9 of 9) sorted by relevance
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | instanceof-symbol-hasinstance.js | 16 function NoParent () { } function 18 Object.defineProperty (NoParent, Symbol.hasInstance, { 22 var obj = new NoParent (); 24 assert ((obj instanceof NoParent) === false); 27 Object.defineProperty (NoParent, Symbol.hasInstance, {
|
H A D | regression-test-issue-3252.js | 16 function NoParent ( ) { } 17 Number.constructor( NoParent, Symbol.hasInstance, { })
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | importer_unittest.cc | 358 TEST_F(DiskSourceTreeTest, NoParent) { in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 5784 class NoParent; 5787 class ObjectDestroy<NoParent, Dispatch>
|
H A D | vulkan_handles.hpp | 12117 using deleter = ObjectDestroy<NoParent, Dispatch>; 14424 using deleter = ObjectDestroy<NoParent, Dispatch>;
|
H A D | vulkan_funcs.hpp | 65 ObjectDestroy<NoParent, Dispatch> deleter( allocator, d ); in createInstanceUnique() 436 ObjectDestroy<NoParent, Dispatch> deleter( allocator, d ); in createDeviceUnique() [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 5961 class NoParent; 5964 class ObjectDestroy<NoParent, Dispatch>
|
H A D | vulkan_handles.hpp | 1902 using deleter = ObjectDestroy<NoParent, Dispatch>; 1911 using deleter = ObjectDestroy<NoParent, Dispatch>;
|
H A D | vulkan_funcs.hpp | 64 UniqueHandle<VULKAN_HPP_NAMESPACE::Instance, Dispatch>( instance, ObjectDestroy<NoParent, Dispatch>( allocator, d ) ) ); in createInstanceUnique() 434 return createResultValueType( result, UniqueHandle<VULKAN_HPP_NAMESPACE::Device, Dispatch>( device, ObjectDestroy<NoParent, Dispatch>( allocator, d ) ) ); in createDeviceUnique() [all...] |
Completed in 145 milliseconds