Home
last modified time | relevance | path

Searched refs:NoParent (Results 1 - 9 of 9) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
H A Dinstanceof-symbol-hasinstance.js16 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 Dregression-test-issue-3252.js16 function NoParent ( ) { }
17 Number.constructor( NoParent, Symbol.hasInstance, { })
/third_party/protobuf/src/google/protobuf/compiler/
H A Dimporter_unittest.cc358 TEST_F(DiskSourceTreeTest, NoParent) { in TEST_F()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp5784 class NoParent;
5787 class ObjectDestroy<NoParent, Dispatch>
H A Dvulkan_handles.hpp12117 using deleter = ObjectDestroy<NoParent, Dispatch>;
14424 using deleter = ObjectDestroy<NoParent, Dispatch>;
H A Dvulkan_funcs.hpp65 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 Dvulkan.hpp5961 class NoParent;
5964 class ObjectDestroy<NoParent, Dispatch>
H A Dvulkan_handles.hpp1902 using deleter = ObjectDestroy<NoParent, Dispatch>;
1911 using deleter = ObjectDestroy<NoParent, Dispatch>;
H A Dvulkan_funcs.hpp64 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 148 milliseconds