Home
last modified time | relevance | path

Searched refs:resource_ (Results 1 - 10 of 10) sorted by relevance

/third_party/libphonenumber/tools/cpp/src/cpp-build/
H A Dgenerate_geocoding_data.cc56 : resource_(resource), in AutoCloser()
65 return *resource_; in get_resource()
69 if (*resource_) { in Close()
70 release_function_(*resource_); in Close()
71 *resource_ = NULL; in Close()
76 ResourceType** resource_; member in i18n::phonenumbers::AutoCloser
/third_party/node/src/permission/
H A Dpermission.h23 #define THROW_IF_INSUFFICIENT_PERMISSIONS(env, perm_, resource_, ...) \
25 if (UNLIKELY(!(env)->permission()->is_granted(perm_, resource_))) { \
27 (env), perm_, resource_); \
/third_party/node/src/api/
H A Dasync_resource.cc19 resource_(isolate, resource) { in AsyncResource()
54 return resource_.Get(env_->isolate()); in get_resource()
67 res->resource_.Get(res->env_->isolate()), in CallbackScope()
/third_party/node/deps/v8/src/parsing/
H A Dscanner-character-streams.cc29 resource_ = ExternalOneByteString::cast(string).resource(); in ScopedExternalStringLock()
32 resource_ = ExternalTwoByteString::cast(string).resource(); in ScopedExternalStringLock()
34 DCHECK(resource_); in ScopedExternalStringLock()
35 resource_->Lock(); in ScopedExternalStringLock()
40 : resource_(other.resource_) { in resource_() function in v8::internal::ScopedExternalStringLock
41 resource_->Lock(); in resource_()
44 ~ScopedExternalStringLock() { resource_->Unlock(); } in ~ScopedExternalStringLock()
48 const v8::String::ExternalStringResourceBase* resource_; member in v8::internal::ScopedExternalStringLock
/third_party/node/src/
H A Dnode_api.cc545 resource_.Reset(node_env()->isolate(), resource_object); in AsyncContext()
548 resource_.SetWeak( in AsyncContext()
560 resource_.Reset(); in ~AsyncContext()
591 resource_.Reset(node_env()->isolate(), in EnsureReference()
599 return resource_.Get(node_env()->isolate()); in resource()
614 async_context->resource_.Reset(); in WeakCallback()
623 async_context->resource_.Get( in CallbackScope()
631 v8::Global<v8::Object> resource_; member in v8impl::__anon15407::AsyncContext
H A Dnode.h1318 v8::Global<v8::Object> resource_; member in node::EnvironmentFlags::AsyncResource
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationCrossInstanceSharingTests.cpp62 const ResourceDescription& resource_, in TestConfig()
70 , resource (resource_) in TestConfig()
H A DvktSynchronizationWin32KeyedMutexTests.cpp94 TestConfig (const ResourceDescription& resource_, in TestConfig()
99 : resource (resource_) in TestConfig()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationCrossInstanceSharingTests.cpp62 const ResourceDescription& resource_, in TestConfig()
70 , resource (resource_) in TestConfig()
H A DvktSynchronizationWin32KeyedMutexTests.cpp94 TestConfig (const ResourceDescription& resource_, in TestConfig()
99 : resource (resource_) in TestConfig()

Completed in 18 milliseconds