/third_party/libphonenumber/tools/cpp/src/cpp-build/ |
H A D | generate_geocoding_data.cc | 56 : 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 D | permission.h | 23 #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 D | async_resource.cc | 19 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 D | scanner-character-streams.cc | 29 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 D | node_api.cc | 545 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 D | node.h | 1318 v8::Global<v8::Object> resource_; member in node::EnvironmentFlags::AsyncResource
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationCrossInstanceSharingTests.cpp | 62 const ResourceDescription& resource_, in TestConfig() 70 , resource (resource_) in TestConfig()
|
H A D | vktSynchronizationWin32KeyedMutexTests.cpp | 94 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 D | vktSynchronizationCrossInstanceSharingTests.cpp | 62 const ResourceDescription& resource_, in TestConfig() 70 , resource (resource_) in TestConfig()
|
H A D | vktSynchronizationWin32KeyedMutexTests.cpp | 94 TestConfig (const ResourceDescription& resource_, in TestConfig() 99 : resource (resource_) in TestConfig()
|