/third_party/node/deps/v8/src/ast/ |
H A D | variables.h | 27 : scope_(scope), in Variable() 55 Scope* scope() const { return scope_; } in scope() 59 void set_scope(Scope* scope) { scope_ = scope; } in set_scope() 252 Scope* scope_; member in v8::internal::final
|
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | engine_helper.cpp | 28 : delegate_(delegate), scope_(new ContainerScope(id)) in ScopedDelegate() 33 delete scope_; in ~ScopedDelegate() 34 scope_ = nullptr; in ~ScopedDelegate()
|
/third_party/node/deps/v8/src/libplatform/tracing/ |
H A D | trace-object.cc | 45 scope_ = scope; in Initialize() 90 CopyTraceObjectParameter(&ptr, &scope_); in Initialize() 123 scope_ = scope; in InitializeForTesting()
|
/third_party/node/src/tracing/ |
H A D | trace_event.h | 337 : scope_(scope), raw_id_(raw_id) {} in WithScope() 339 const char* scope() const { return scope_; } in scope() 342 const char* scope_ = nullptr; member in node::tracing::TraceID::WithScope 362 : scope_(scoped_id.scope()), raw_id_(scoped_id.raw_id()) {} in DontMangle() 363 const char* scope() const { return scope_; } in scope() 367 const char* scope_ = nullptr; member in node::tracing::TraceID::DontMangle 398 : scope_(maybe_scoped_id.scope()), raw_id_(maybe_scoped_id.raw_id()) {} in TraceID() 428 : scope_(scoped_id.scope()), raw_id_(scoped_id.raw_id()) {} in TraceID() 431 const char* scope() const { return scope_; } in scope() 434 const char* scope_ member in node::tracing::TraceID [all...] |
/third_party/gn/src/gn/ |
H A D | bundle_data_target_generator.cc | 51 const Value* value = scope_->GetValue(variables::kOutputs, true); in FillOutputs() 82 const Value* value = scope_->GetValue(variables::kProductType, true); in FillProductType()
|
H A D | test_with_scope.h | 38 Scope* scope() { return &scope_; } in scope() 77 Scope scope_; member in TestWithScope
|
H A D | scope.h | 56 explicit ProgrammaticProvider(Scope* scope) : scope_(scope) { in ProgrammaticProvider() 57 scope_->AddProvider(this); in ProgrammaticProvider() 66 Scope* scope_; member in Scope::ProgrammaticProvider
|
H A D | test_with_scope.cc | 27 scope_(&settings_), in TestWithScope() 28 scope_progammatic_provider_(&scope_, true) { in TestWithScope() 36 scope_.set_item_collector(&items_); in TestWithScope() 57 input.parsed()->Execute(&scope_, err); in ExecuteSnippet() 84 return node->Execute(&scope_, err); in ExecuteExpression()
|
H A D | operators.cc | 59 Scope* scope_; member in __anon2949::ValueDestination 69 scope_(nullptr), in ValueDestination() 82 scope_ = exec_scope; in Init() 147 scope_ = base->scope_value(); in Init() 154 return scope_->GetValue(name_token_->value(), true); in GetExistingValue() 163 Value* value = scope_->GetMutableValue(name_token_->value(), in GetExistingMutableValueIfExists() 168 scope_->MarkUnused(name_token_->value()); in GetExistingMutableValueIfExists() 178 return scope_->SetValue(name_token_->value(), std::move(value), set_node); in SetValue()
|
H A D | config_values_generator.h | 31 Scope* scope_; member in ConfigValuesGenerator
|
H A D | rust_values_generator.h | 31 Scope* scope_; member in RustValuesGenerator
|
H A D | swift_values_generator.h | 30 Scope* scope_; member in SwiftValuesGenerator
|
H A D | copy_target_generator.cc | 24 const Value* value = scope_->GetValue(variables::kCopyLinkableFile, true); in FillCopyLinkableFile()
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime_utils.cpp | 144 napi_open_handle_scope(env_, &scope_); in HandleScope() 150 napi_open_handle_scope(env_, &scope_); in HandleScope() 155 napi_close_handle_scope(env_, scope_); in ~HandleScope() 162 napi_open_escapable_handle_scope(env_, &scope_); in HandleEscape() 168 napi_open_escapable_handle_scope(env_, &scope_); in HandleEscape() 173 napi_close_escapable_handle_scope(env_, scope_); in ~HandleEscape() 179 napi_escape_handle(env_, scope_, value, &result); in Escape()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_vendor.h | 903 return scope_; in GetScope() 927 uint8_t scope_ {AVRC_MEDIA_SCOPE_INVALID}; // The scope in which media content navigation may take place. 1031 return scope_; in GetScope() 1055 uint8_t scope_ {AVRC_MEDIA_SCOPE_INVALID}; // The value of the "Scope".
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_browse.h | 462 return scope_; in GetScope() 506 uint8_t scope_ {AVRC_MEDIA_SCOPE_INVALID}; // The value of the "Scope". 712 uint8_t scope_ {AVRC_MEDIA_SCOPE_INVALID}; // The value of the "Scope". 826 uint8_t scope_ {AVRC_MEDIA_SCOPE_INVALID}; // The value of the "Scope".
|
H A D | avrcp_ct_vendor.cpp | 1453 : AvrcCtVendorPacket(), scope_(AVRC_MEDIA_SCOPE_INVALID) in AvrcCtPiPacket() 1461 scope_ = scope; in AvrcCtPiPacket() 1499 offset += PushOctets1((bufferPtr + offset), scope_); in AssembleParameters() 1500 HILOGI("scope_: %{public}x", scope_); in AssembleParameters() 1543 : AvrcCtVendorPacket(), scope_(AVRC_MEDIA_SCOPE_INVALID) in AvrcCtAtnpPacket() 1552 scope_ = scope; in AvrcCtAtnpPacket() 1557 AvrcCtAtnpPacket::AvrcCtAtnpPacket(Packet *pkt) : AvrcCtVendorPacket(), scope_(AVRC_MEDIA_SCOPE_INVALID) in AvrcCtAtnpPacket() 1587 offset += PushOctets1((bufferPtr + offset), scope_); in AssembleParameters() 1588 HILOGI("scope_ in AssembleParameters() [all...] |
/third_party/node/deps/v8/src/tracing/ |
H A D | trace-event.h | 320 : scope_(scope), raw_id_(raw_id) {} in WithScope() 322 const char* scope() const { return scope_; } in scope() 325 const char* scope_ = nullptr; member in v8::internal::tracing::TraceID::WithScope 360 : scope_(scoped_id.scope()), raw_id_(scoped_id.raw_id()) {} in TraceID() 363 const char* scope() const { return scope_; } in scope() 366 const char* scope_ = nullptr; member in v8::internal::tracing::TraceID
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/ |
H A D | js_scope.h | 28 napi_handle_scope scope_ = nullptr; member in OHOS::AppDataMgrJsKit::Scope
|
/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_async_callback.cpp | 190 napi_status status = napi_open_handle_scope(env_, &scope_); in NapiHandleScope() 198 napi_status status = napi_close_handle_scope(env_, scope_); in ~NapiHandleScope()
|
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
H A D | ark_interop_scope.h | 40 panda::LocalScope scope_; member in panda::CJ::final
|
H A D | ark_interop_scope.cpp | 40 ARKTS_ScopeManager::ARKTS_ScopeManager(panda::ecmascript::EcmaVM* vm): scope_(vm) in ARKTS_ScopeManager()
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/utils/ |
H A D | logger.cpp | 213 scope_++; in EnterScope() 219 scope_--; in ExitScope() 245 Align(scope_ * 2); // 2 means multiple in Logger()
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_extension_lite.h | 65 std::string scope_; member in google::protobuf::compiler::java::ImmutableExtensionLiteGenerator
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | constant-array-builder.h | 125 explicit Entry(const Scope* scope) : scope_(scope), tag_(Tag::kScope) {} in Entry() 169 const Scope* scope_; member
|