Home
last modified time | relevance | path

Searched refs:ScopeId (Results 1 – 25 of 601) sorted by relevance

12345678910>>...25

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/plugins/modules/
H A Dwin_dhcp_lease.ps179 ($Original.ScopeId -eq $Updated.ScopeId) -and in Compare-DhcpLease()
94 scope_id = $Object.ScopeId.IPAddressToString in Convert-ReturnValue()
231 …rent_reservation = Get-DhcpServerv4Lease -ClientId $params.ClientId -ScopeId $current_lease.ScopeId
238 …eservation = Get-DhcpServerv4Lease -ClientId $params.ClientId -ScopeId $current_reservation.ScopeId
268 ScopeId = $original_lease.ScopeId.IPAddressToString
284 … $new_lease = Get-DhcpServerv4Lease -ClientId $lease_params.ClientId -ScopeId $lease_params.ScopeId
336 …servation = Get-DhcpServerv4Lease -ClientId $current_lease.ClientId -ScopeId $current_lease.ScopeId
360 ScopeId = $scope_id
388 $new_lease = Get-DhcpServerv4Lease -ClientId $mac -ScopeId $scope_id
417 …Add-DhcpServerv4Reservation -ScopeId $scope_id -ClientId $mac_original -IPAddress $ip -WhatIf:$che…
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_def/src/body/
H A Dscope.rs15 pub type ScopeId = Idx<ScopeData>; typedef
20 scope_by_expr: FxHashMap<ExprId, ScopeId>,
41 parent: Option<ScopeId>,
62 pub fn entries(&self, scope: ScopeId) -> &[ScopeEntry] { in entries()
76 pub fn scope_chain(&self, scope: Option<ScopeId>) -> impl Iterator<Item = ScopeId> + '_ { in scope_chain()
93 fn root_scope(&mut self) -> ScopeId { in root_scope() argument
97 fn new_scope(&mut self, parent: ScopeId) -> ScopeId { in new_scope() argument
106 fn new_labeled_scope(&mut self, parent: ScopeId, label: Option<(LabelId, Name)>) -> ScopeId { in new_labeled_scope() argument
112 parent: ScopeId, in new_block_scope() argument
115 ) -> ScopeId { in new_block_scope() argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_def/src/body/
H A Dscope.rs15 pub type ScopeId = Idx<ScopeData>; typedef
20 scope_by_expr: FxHashMap<ExprId, ScopeId>,
41 parent: Option<ScopeId>,
62 pub fn entries(&self, scope: ScopeId) -> &[ScopeEntry] { in entries()
76 pub fn scope_chain(&self, scope: Option<ScopeId>) -> impl Iterator<Item = ScopeId> + '_ { in scope_chain()
93 fn root_scope(&mut self) -> ScopeId { in root_scope() argument
97 fn new_scope(&mut self, parent: ScopeId) -> ScopeId { in new_scope() argument
106 fn new_labeled_scope(&mut self, parent: ScopeId, label: Option<(LabelId, Name)>) -> ScopeId { in new_labeled_scope() argument
112 parent: ScopeId, in new_block_scope() argument
115 ) -> ScopeId { in new_block_scope() argument
[all …]
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dgc-tracer.h37 tracer, GCTracer::Scope::ScopeId(scope_id), ThreadKind::kMain); \
39 GCTracer::Scope::Name(GCTracer::Scope::ScopeId(scope_id)))
43 tracer, GCTracer::Scope::ScopeId(scope_id), thread_kind); \
45 GCTracer::Scope::Name(GCTracer::Scope::ScopeId(scope_id)))
85 enum ScopeId { enum
107 Scope(GCTracer* tracer, ScopeId scope, ThreadKind thread_kind);
111 static const char* Name(ScopeId id);
112 static bool NeedsYoungEpoch(ScopeId id);
116 ScopeId scope_;
204 static RuntimeCallCounterId RCSCounterFromScope(Scope::ScopeId id);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dgc-tracer.h29 GCTracer::Scope::ScopeId gc_tracer_scope_id(scope_id); \
70 enum ScopeId { enum
92 Scope(GCTracer* tracer, ScopeId scope);
94 static const char* Name(ScopeId id);
98 ScopeId scope_;
108 enum ScopeId { enum
120 BackgroundScope(GCTracer* tracer, ScopeId scope,
124 static const char* Name(ScopeId id);
128 ScopeId scope_;
214 BackgroundScope::ScopeId id);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dgc-tracer.h32 GCTracer::Scope::ScopeId gc_tracer_scope_id(scope_id); \
71 enum ScopeId { enum
93 Scope(GCTracer* tracer, ScopeId scope);
95 static const char* Name(ScopeId id);
99 ScopeId scope_;
109 enum ScopeId { enum
121 BackgroundScope(GCTracer* tracer, ScopeId scope,
125 static const char* Name(ScopeId id);
129 ScopeId scope_;
215 BackgroundScope::ScopeId id);
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dgc-tracer.h29 GCTracer::Scope::ScopeId gc_tracer_scope_id(scope_id); \
67 enum ScopeId { enum
86 Scope(GCTracer* tracer, ScopeId scope);
88 static const char* Name(ScopeId id);
92 ScopeId scope_;
102 enum ScopeId { enum
114 BackgroundScope(GCTracer* tracer, ScopeId scope);
117 static const char* Name(ScopeId id);
121 ScopeId scope_;
202 static RuntimeCallCounterId RCSCounterFromScope(Scope::ScopeId id);
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/couchbase/gomemcached/client/
H A Dcollections_filter.go17 ScopeId uint32 member
39 ScopeId string `json:"scope"` member
48 if len(c.CollectionsList) > 0 && c.ScopeId > 0 {
63 return fmt.Sprintf("%x", c.ScopeId)
90 ScopeId: c.outputScopeId(),
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/tests/FunctionalTests/
H A DIPAddressTest.cs100 Assert.Equal(scopeId, ip.ScopeId); in Ctor_BytesScopeId_Success()
131 Assert.Equal(0, ip.ScopeId); in ScopeId_GetSet_Success()
133 ip.ScopeId = 700; in ScopeId_GetSet_Success()
134 Assert.Equal(ip.ScopeId, 700); in ScopeId_GetSet_Success()
136 ip.ScopeId = 700; in ScopeId_GetSet_Success()
143 Assert.ThrowsAny<Exception>(() => ip.ScopeId = 500); in ScopeId_Set_Invalid()
144 Assert.ThrowsAny<Exception>(() => ip.ScopeId); in ScopeId_Set_Invalid()
147 … AssertExtensions.Throws<ArgumentOutOfRangeException>("value", () => ip.ScopeId = MinScopeId - 1); in ScopeId_Set_Invalid()
148 … AssertExtensions.Throws<ArgumentOutOfRangeException>("value", () => ip.ScopeId = MaxScopeId + 1); in ScopeId_Set_Invalid()
272 new IPAddress(ip.GetAddressBytes(), ip.ScopeId) : in GetHashCode_ValidIPAddresses_Success()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Unix/System.Native/
H A DInterop.IPAddress.cs35 internal uint ScopeId; // Scope ID (IPv6 only) field
46 if (ScopeId != other.ScopeId) in Equals()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/
H A DInteropIPAddressExtensions.Unix.cs22 nativeIPAddress.ScopeId = (uint)ipAddress.ScopeId; in GetNativeIPAddress()
39 (long)nativeIPAddress.ScopeId); in GetIPAddress()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmstcpip.h113 LONG NTAPI RtlIpv6AddressToStringExA(const IN6_ADDR *Address, ULONG ScopeId, USHORT Port, LPSTR Add…
114 LONG NTAPI RtlIpv6AddressToStringExW(const IN6_ADDR *Address, ULONG ScopeId, USHORT Port, LPWSTR Ad…
133 LONG NTAPI RtlIpv6StringToAddressExA(PCSTR AddressString, IN6_ADDR *Address, PULONG ScopeId, PUSHOR…
134 LONG NTAPI RtlIpv6StringToAddressExW(PCWSTR AddressString, IN6_ADDR *Address, PULONG ScopeId, PUSHO…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmstcpip.h113 LONG NTAPI RtlIpv6AddressToStringExA(const IN6_ADDR *Address, ULONG ScopeId, USHORT Port, LPSTR Add…
114 LONG NTAPI RtlIpv6AddressToStringExW(const IN6_ADDR *Address, ULONG ScopeId, USHORT Port, LPWSTR Ad…
133 LONG NTAPI RtlIpv6StringToAddressExA(PCSTR AddressString, IN6_ADDR *Address, PULONG ScopeId, PUSHOR…
134 LONG NTAPI RtlIpv6StringToAddressExW(PCWSTR AddressString, IN6_ADDR *Address, PULONG ScopeId, PUSHO…
/dports/editors/xi-core/xi-editor-0.3.0/rust/experimental/lang/src/
H A Dparser.rs16 use crate::ScopeId;
23 fn get_scope_id_for_state(&self, state: State) -> ScopeId; in get_scope_id_for_state() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DPeerIPHelper.cs106 clone = new IPAddress(source.GetAddressBytes(), source.ScopeId); in CloneAddress()
340 … uriBuilder.Host = new IPAddress(ipAddress.GetAddressBytes(), ipAddress.ScopeId).ToString(); in GetIPUri()
466 address.ScopeId = this.listenAddress.ScopeId; in SortAddresses()
476 address.ScopeId = this.listenAddress.ScopeId; in SortAddresses()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Net/net/PeerToPeer/
H A DCloud.cs117 public int ScopeId { property in System.Net.PeerToPeer.Cloud
283 return other.Name == Name && other.Scope == Scope && other.ScopeId == ScopeId; in Equals()
318 sb.Append(ScopeId); in ToString()
H A DSystemNetHelpers.cs34 long scope = ipEndPoint.Address.ScopeId; in SOCKADDRFromIPEndPoint()
82 ip.ScopeId = scope; in IPEndPointFromSOCKADDRBuffer()
/dports/net-mgmt/observium/observium/mibs/cisco/
H A DCISCO-IETF-IP-MIB729 SYNTAX ScopeId
738 SYNTAX ScopeId
747 SYNTAX ScopeId
756 SYNTAX ScopeId
765 SYNTAX ScopeId
773 SYNTAX ScopeId
781 SYNTAX ScopeId
790 SYNTAX ScopeId
798 SYNTAX ScopeId
806 SYNTAX ScopeId
[all …]
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/cisco/
H A DCISCO-IETF-IP-MIB.my729 SYNTAX ScopeId
738 SYNTAX ScopeId
747 SYNTAX ScopeId
756 SYNTAX ScopeId
765 SYNTAX ScopeId
773 SYNTAX ScopeId
781 SYNTAX ScopeId
790 SYNTAX ScopeId
798 SYNTAX ScopeId
806 SYNTAX ScopeId
[all …]
/dports/editors/xi-core/xi-editor-0.3.0/rust/experimental/lang/src/language/
H A Dplaintext.rs17 use crate::ScopeId;
47 fn get_scope_id_for_state(&self, _state: State) -> ScopeId { in get_scope_id_for_state() argument
/dports/devel/cc65/cc65-2.19/src/dbginfo/
H A Ddbgsh.c145 ScopeId, enumerator
455 { "sc", ScopeId }, in FindIdType()
456 { "scope", ScopeId }, in FindIdType()
1037 unsigned IdType = ScopeId; in CmdShowChildScopes()
1041 case ScopeId: in CmdShowChildScopes()
1104 case ScopeId: in CmdShowCSymbol()
1389 unsigned IdType = ScopeId; in CmdShowScope()
1396 case ScopeId: in CmdShowScope()
1569 case ScopeId: in CmdShowSpan()
1618 case ScopeId: in CmdShowSymbol()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/PeerResolvers/
H A DPeerDefaultCustomResolverClient.cs121 scopeId = address.ScopeId; in Register()
123 else if (scopeId != address.ScopeId) in Register()
349 scopeId = addr.ScopeId; in Resolve()
351 else if (scopeId != addr.ScopeId) in Resolve()
/dports/security/vault/vault-1.8.2/vendor/github.com/okta/okta-sdk-golang/v2/okta/query/
H A Dquery.go56 ScopeId string `json:"scopeId,omitempty"` member
231 p.ScopeId = queryScopeId
332 if p.ScopeId != "" {
333 qs.Add(`scopeId`, p.ScopeId)
/dports/lang/v8/v8-9.6.180.12/src/heap/cppgc/
H A Dstats-collector.h77 enum ScopeId { enum
120 constexpr static const char* GetScopeName(ScopeId id, CollectionType type) { in GetScopeName()
157 ScopeId, ConcurrentScopeId>;
316 void RecordHistogramSample(ScopeId, v8::base::TimeDelta);
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/syntax/test_data/parser/err/
H A D0018_incomplete_fn.rs2 fn new_scope(&) -> ScopeId { in new_scope() argument

12345678910>>...25