Home
last modified time | relevance | path

Searched refs:scope_ (Results 26 - 50 of 92) sorted by relevance

1234

/third_party/node/deps/v8/src/ast/
H A Dvariables.h27 : 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 Dengine_helper.cpp28 : 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 Dtrace-object.cc45 scope_ = scope; in Initialize()
90 CopyTraceObjectParameter(&ptr, &scope_); in Initialize()
123 scope_ = scope; in InitializeForTesting()
/third_party/node/src/tracing/
H A Dtrace_event.h337 : 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 Dbundle_data_target_generator.cc51 const Value* value = scope_->GetValue(variables::kOutputs, true); in FillOutputs()
82 const Value* value = scope_->GetValue(variables::kProductType, true); in FillProductType()
H A Dtest_with_scope.h38 Scope* scope() { return &scope_; } in scope()
77 Scope scope_; member in TestWithScope
H A Dscope.h56 explicit ProgrammaticProvider(Scope* scope) : scope_(scope) { in ProgrammaticProvider()
57 scope_->AddProvider(this); in ProgrammaticProvider()
66 Scope* scope_; member in Scope::ProgrammaticProvider
H A Dtest_with_scope.cc27 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 Doperators.cc59 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 Dconfig_values_generator.h31 Scope* scope_; member in ConfigValuesGenerator
H A Drust_values_generator.h31 Scope* scope_; member in RustValuesGenerator
H A Dswift_values_generator.h30 Scope* scope_; member in SwiftValuesGenerator
H A Dcopy_target_generator.cc24 const Value* value = scope_->GetValue(variables::kCopyLinkableFile, true); in FillCopyLinkableFile()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime_utils.cpp144 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 Davrcp_tg_vendor.h903 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 Davrcp_ct_browse.h462 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 Davrcp_ct_vendor.cpp1453 : 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 Dtrace-event.h320 : 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 Djs_scope.h28 napi_handle_scope scope_ = nullptr; member in OHOS::AppDataMgrJsKit::Scope
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_async_callback.cpp190 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 Dark_interop_scope.h40 panda::LocalScope scope_; member in panda::CJ::final
H A Dark_interop_scope.cpp40 ARKTS_ScopeManager::ARKTS_ScopeManager(panda::ecmascript::EcmaVM* vm): scope_(vm) in ARKTS_ScopeManager()
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/utils/
H A Dlogger.cpp213 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 Djava_extension_lite.h65 std::string scope_; member in google::protobuf::compiler::java::ImmutableExtensionLiteGenerator
/third_party/node/deps/v8/src/interpreter/
H A Dconstant-array-builder.h125 explicit Entry(const Scope* scope) : scope_(scope), tag_(Tag::kScope) {} in Entry()
169 const Scope* scope_; member

Completed in 18 milliseconds

1234