Home
last modified time | relevance | path

Searched defs:scope (Results 101 - 125 of 809) sorted by relevance

12345678910>>...33

/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsTypeParameterDeclaration.h40 explicit TSTypeParameterDeclaration(binder::LocalScope *scope, ArenaVector<TSTypeParameter *> &&params, in TSTypeParameterDeclaration() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DenvScope.h71 explicit VariableEnvScope(PandaGen *pg, binder::VariableScope *scope, LabelTarget target) in VariableEnvScope() argument
99 explicit LoopEnvScope(PandaGen *pg, binder::LoopScope *scope, LabelTarget target) in LoopEnvScope() argument
104 explicit LoopEnvScope(PandaGen *pg, LabelTarget target, binder::LoopScope *scope) in LoopEnvScope() argument
[all...]
/base/sensors/sensor/frameworks/js/napi/src/
H A Dsensor_napi_error.cpp54 napi_handle_scope scope = nullptr; in ThrowErr() local
/base/sensors/miscdevice/frameworks/js/napi/vibrator/src/
H A Dvibrator_napi_error.cpp54 napi_handle_scope scope = nullptr; in ThrowErr() local
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_hasimage_callback.cpp79 napi_handle_scope scope = nullptr; in UvAfterWorkCb() local
/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_test_callback_scope_napi.cpp49 napi_callback_scope scope = nullptr; in ScopeRunInCallback() local
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_info_test/
H A Dnet_interface_callback_stub_test.cpp113 int32_t scope = 1; in HWTEST_F() local
157 int32_t scope = 1; in HWTEST_F() local
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_interface_callback_stub_test.cpp113 int32_t scope = 1; in HWTEST_F() local
157 int32_t scope = 1; in HWTEST_F() local
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dnet_interface_callback.cpp32 OnInterfaceAddressUpdated(const std::string &addr, const std::string &ifName, int32_t flags, int32_t scope) OnInterfaceAddressUpdated() argument
70 OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, int32_t flags, int32_t scope) OnInterfaceAddressRemoved() argument
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Duv_queue.cpp73 napi_handle_scope scope = nullptr; in Work() local
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Duv_queue.cpp73 napi_handle_scope scope = nullptr; in Work() local
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_nat_redirect.c83 static bool nf_nat_redirect_ipv6_usable(const struct inet6_ifaddr *ifa, unsigned int scope) in nf_nat_redirect_ipv6_usable() argument
112 unsigned int scope = ipv6_addr_scope(&ipv6_hdr(skb)->daddr); in nf_nat_redirect_ipv6() local
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_nat_redirect.c83 static bool nf_nat_redirect_ipv6_usable(const struct inet6_ifaddr *ifa, unsigned int scope) in nf_nat_redirect_ipv6_usable() argument
112 unsigned int scope = ipv6_addr_scope(&ipv6_hdr(skb)->daddr); in nf_nat_redirect_ipv6() local
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/full/
H A Dpthread_test_014.cpp106 int scope = 0; in TestCase() local
/third_party/gn/src/gn/
H A Daction_target_generator.cc21 ActionTargetGenerator( Target* target, Scope* scope, const FunctionCallNode* function_call, Target::OutputType type, Err* err) ActionTargetGenerator() argument
H A Dfunction_filter.cc63 Value RunFilter(Scope* scope, in RunFilter() argument
110 Value RunFilterExclude(Scope* scope, in RunFilterExclude() argument
117 Value RunFilterInclude(Scope* scope, in RunFilterInclude() argument
H A Dfunction_write_file_unittest.cc30 bool CallWriteFile(Scope* scope, in CallWriteFile() argument
H A Dgenerated_file_target_generator.cc14 GeneratedFileTargetGenerator( Target* target, Scope* scope, const FunctionCallNode* function_call, Target::OutputType type, Err* err) GeneratedFileTargetGenerator() argument
H A Dvalue.cc51 Value::Value(const ParseNode* origin, std::unique_ptr<Scope> scope) in Value() argument
154 void Value::SetScopeValue(std::unique_ptr<Scope> scope) { in SetScopeValue() argument
/third_party/jerryscript/jerry-ext/handle-scope/
H A Dhandle-scope-allocator.c60 jerryx_handle_scope_is_in_prelist (jerryx_handle_scope_t *scope) in jerryx_handle_scope_is_in_prelist() argument
76 jerryx_handle_scope_get_parent(jerryx_handle_scope_t *scope) jerryx_handle_scope_get_parent() argument
109 jerryx_handle_scope_get_child(jerryx_handle_scope_t *scope) jerryx_handle_scope_get_child() argument
152 jerryx_handle_scope_t *scope; jerryx_handle_scope_alloc() local
194 jerryx_handle_scope_free(jerryx_handle_scope_t *scope) jerryx_handle_scope_free() argument
[all...]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_extension.cc99 std::string scope = in ExtensionGenerator() local
/third_party/spirv-tools/test/val/
H A Dval_extension_spv_khr_subgroup_rotate_test.cpp33 std::string scope; member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dinterop_stacks.h112 napi_handle_scope scope; in CreateLocalScope() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DexpandBrackets.cpp56 auto *scope = NearestScope(newInstanceExpression); in ProcessNewArrayInstanceExpression() local
88 auto *scope = NearestScope(newInstanceExpression); in ProcessNewMultiDimArrayInstanceExpression() local
H A DstringConstructorLowering.cpp83 auto *scope = NearestScope(newClassInstExpr); in ReplaceStringConstructor() local

Completed in 8 milliseconds

12345678910>>...33