Home
last modified time | relevance | path

Searched refs:protoKey (Results 1 – 25 of 83) sorted by relevance

1234

/dports/net-mgmt/arts++/arts++-1.1.a13/classes/src/
H A DArtsProtocolTableAggregatorMap.cc70 ArtsAggregatorMapKey protoKey; in Add() local
77 protoKey.Router(hostAttribute->Host()); in Add()
80 protoKey.Router(0); in Add()
85 protoKey.IfIndex(ifIndexAttribute->IfIndex()); in Add()
88 protoKey.IfIndex(0); in Add()
91 if ((*this).find(protoKey) == (*this).end()) { in Add()
92 (*this)[protoKey] = new ArtsProtocolTableAggregator(arts); in Add()
95 ((*this)[protoKey])->Add(arts); in Add()
H A DArtsFileUtil.cc374 ArtsAggregatorMapKey protoKey; in AggregateProtocolTableData() local
384 protoKey.Router(hostAttribute->Host()); in AggregateProtocolTableData()
387 protoKey.Router(0); in AggregateProtocolTableData()
392 protoKey.IfIndex(ifIndexAttribute->IfIndex()); in AggregateProtocolTableData()
395 protoKey.IfIndex(0); in AggregateProtocolTableData()
398 if (intervalStartMap.find(protoKey) == intervalStartMap.end()) { in AggregateProtocolTableData()
399 intervalStartMap[protoKey] = ((*periodAttribute).Period())[0]; in AggregateProtocolTableData()
404 (intervalStartMap[protoKey] + hours * 60 * 60)) { in AggregateProtocolTableData()
405 protoAggIter = protoAggMap.find(protoKey); in AggregateProtocolTableData()
416 intervalStartMap.erase(intervalStartMap.find(protoKey)); in AggregateProtocolTableData()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DTypedArrayObject-inl.h149 static const JSProtoKey protoKey = JSProto_Int8Array;
154 static const JSProtoKey protoKey = JSProto_Uint8Array;
159 static const JSProtoKey protoKey = JSProto_Int16Array;
164 static const JSProtoKey protoKey = JSProto_Uint16Array;
169 static const JSProtoKey protoKey = JSProto_Int32Array;
174 static const JSProtoKey protoKey = JSProto_Uint32Array;
179 static const JSProtoKey protoKey = JSProto_BigInt64Array;
184 static const JSProtoKey protoKey = JSProto_BigUint64Array;
189 static const JSProtoKey protoKey = JSProto_Float32Array;
194 static const JSProtoKey protoKey = JSProto_Float64Array;
[all …]
H A DGlobalObject.h202 JSObject* maybeGetConstructor(JSProtoKey protoKey) const { in maybeGetConstructor() argument
203 MOZ_ASSERT(JSProto_Null < protoKey); in maybeGetConstructor()
204 MOZ_ASSERT(protoKey < JSProto_LIMIT); in maybeGetConstructor()
205 const Value& v = getConstructor(protoKey); in maybeGetConstructor()
209 JSObject* maybeGetPrototype(JSProtoKey protoKey) const { in maybeGetPrototype() argument
210 MOZ_ASSERT(JSProto_Null < protoKey); in maybeGetPrototype()
211 MOZ_ASSERT(protoKey < JSProto_LIMIT); in maybeGetPrototype()
212 const Value& v = getPrototype(protoKey); in maybeGetPrototype()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DTypedArrayObject-inl.h149 static const JSProtoKey protoKey = JSProto_Int8Array;
154 static const JSProtoKey protoKey = JSProto_Uint8Array;
159 static const JSProtoKey protoKey = JSProto_Int16Array;
164 static const JSProtoKey protoKey = JSProto_Uint16Array;
169 static const JSProtoKey protoKey = JSProto_Int32Array;
174 static const JSProtoKey protoKey = JSProto_Uint32Array;
179 static const JSProtoKey protoKey = JSProto_BigInt64Array;
184 static const JSProtoKey protoKey = JSProto_BigUint64Array;
189 static const JSProtoKey protoKey = JSProto_Float32Array;
194 static const JSProtoKey protoKey = JSProto_Float64Array;
[all …]
H A DGlobalObject.h356 JSObject* maybeGetConstructor(JSProtoKey protoKey) const { in maybeGetConstructor() argument
357 MOZ_ASSERT(JSProto_Null < protoKey); in maybeGetConstructor()
358 MOZ_ASSERT(protoKey < JSProto_LIMIT); in maybeGetConstructor()
359 return data().builtinConstructors[protoKey].constructor; in maybeGetConstructor()
362 JSObject* maybeGetPrototype(JSProtoKey protoKey) const { in maybeGetPrototype() argument
363 MOZ_ASSERT(JSProto_Null < protoKey); in maybeGetPrototype()
364 MOZ_ASSERT(protoKey < JSProto_LIMIT); in maybeGetPrototype()
365 return data().builtinConstructors[protoKey].prototype; in maybeGetPrototype()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DTypedArrayObject-inl.h149 static const JSProtoKey protoKey = JSProto_Int8Array;
154 static const JSProtoKey protoKey = JSProto_Uint8Array;
159 static const JSProtoKey protoKey = JSProto_Int16Array;
164 static const JSProtoKey protoKey = JSProto_Uint16Array;
169 static const JSProtoKey protoKey = JSProto_Int32Array;
174 static const JSProtoKey protoKey = JSProto_Uint32Array;
179 static const JSProtoKey protoKey = JSProto_BigInt64Array;
184 static const JSProtoKey protoKey = JSProto_BigUint64Array;
189 static const JSProtoKey protoKey = JSProto_Float32Array;
194 static const JSProtoKey protoKey = JSProto_Float64Array;
[all …]
H A DGlobalObject.h202 JSObject* maybeGetConstructor(JSProtoKey protoKey) const { in maybeGetConstructor() argument
203 MOZ_ASSERT(JSProto_Null < protoKey); in maybeGetConstructor()
204 MOZ_ASSERT(protoKey < JSProto_LIMIT); in maybeGetConstructor()
205 const Value& v = getConstructor(protoKey); in maybeGetConstructor()
209 JSObject* maybeGetPrototype(JSProtoKey protoKey) const { in maybeGetPrototype() argument
210 MOZ_ASSERT(JSProto_Null < protoKey); in maybeGetPrototype()
211 MOZ_ASSERT(protoKey < JSProto_LIMIT); in maybeGetPrototype()
212 const Value& v = getPrototype(protoKey); in maybeGetPrototype()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DTypedArrayObject-inl.h145 static const JSProtoKey protoKey = JSProto_Int8Array;
150 static const JSProtoKey protoKey = JSProto_Uint8Array;
155 static const JSProtoKey protoKey = JSProto_Int16Array;
160 static const JSProtoKey protoKey = JSProto_Uint16Array;
165 static const JSProtoKey protoKey = JSProto_Int32Array;
170 static const JSProtoKey protoKey = JSProto_Uint32Array;
175 static const JSProtoKey protoKey = JSProto_BigInt64Array;
180 static const JSProtoKey protoKey = JSProto_BigUint64Array;
185 static const JSProtoKey protoKey = JSProto_Float32Array;
190 static const JSProtoKey protoKey = JSProto_Float64Array;
[all …]
H A DGlobalObject.cpp768 JSProtoKey protoKey) { in InitBareBuiltinCtor() argument
770 const JSClass* clasp = ProtoKeyToClass(protoKey); in InitBareBuiltinCtor()
772 proto = clasp->specCreatePrototypeHook()(cx, protoKey); in InitBareBuiltinCtor()
777 RootedObject ctor(cx, clasp->specCreateConstructorHook()(cx, protoKey)); in InitBareBuiltinCtor()
782 return GlobalObject::initBuiltinConstructor(cx, global, protoKey, ctor, in InitBareBuiltinCtor()
/dports/sysutils/istio/istio-1.6.7/mixer/pkg/protobuf/yaml/dynamic/
H A Dencoder.go45 protoKey []byte member
131 ba = append(ba, f.protoKey...)
H A DencoderUtil.go36 protoKey: protoKey(fieldNumber, wireType),
113 func protoKey(fieldNumber int, wireType uint64) []byte { func
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DGlobalObject.h175 JSObject* maybeGetPrototype(JSProtoKey protoKey) const { in maybeGetPrototype() argument
176 MOZ_ASSERT(JSProto_Null < protoKey); in maybeGetPrototype()
177 MOZ_ASSERT(protoKey < JSProto_LIMIT); in maybeGetPrototype()
178 const Value& v = getPrototype(protoKey); in maybeGetPrototype()
928 JSProtoKey protoKey = InheritanceProtoKeyForStandardClass(key); in GenericCreatePrototype() local
929 if (!GlobalObject::ensureConstructor(cx, cx->global(), protoKey)) in GenericCreatePrototype()
932 &cx->global()->getPrototype(protoKey).toObject()); in GenericCreatePrototype()
H A DGlobalObject.cpp528 JSProtoKey protoKey) { in InitBareBuiltinCtor() argument
530 const Class* clasp = ProtoKeyToClass(protoKey); in InitBareBuiltinCtor()
532 proto = clasp->specCreatePrototypeHook()(cx, protoKey); in InitBareBuiltinCtor()
535 RootedObject ctor(cx, clasp->specCreateConstructorHook()(cx, protoKey)); in InitBareBuiltinCtor()
538 return GlobalObject::initBuiltinConstructor(cx, global, protoKey, ctor, in InitBareBuiltinCtor()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DGlobalObject.cpp363 InitBareBuiltinCtor(JSContext* cx, Handle<GlobalObject*> global, JSProtoKey protoKey) in InitBareBuiltinCtor() argument
366 const Class* clasp = ProtoKeyToClass(protoKey); in InitBareBuiltinCtor()
368 proto = clasp->spec.createPrototypeHook()(cx, protoKey); in InitBareBuiltinCtor()
372 RootedObject ctor(cx, clasp->spec.createConstructorHook()(cx, protoKey)); in InitBareBuiltinCtor()
376 return GlobalObject::initBuiltinConstructor(cx, global, protoKey, ctor, proto); in InitBareBuiltinCtor()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DGlobalObject.cpp441 InitBareBuiltinCtor(JSContext* cx, Handle<GlobalObject*> global, JSProtoKey protoKey) in InitBareBuiltinCtor() argument
444 const Class* clasp = ProtoKeyToClass(protoKey); in InitBareBuiltinCtor()
446 proto = clasp->specCreatePrototypeHook()(cx, protoKey); in InitBareBuiltinCtor()
450 RootedObject ctor(cx, clasp->specCreateConstructorHook()(cx, protoKey)); in InitBareBuiltinCtor()
454 return GlobalObject::initBuiltinConstructor(cx, global, protoKey, ctor, proto); in InitBareBuiltinCtor()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/contrib.go.opencensus.io/exporter/stackdriver/
H A Dmetrics_proto.go401 for _, protoKey := range protoLabelKeys {
403 Key: sanitize(protoKey.GetKey()),
404 Description: protoKey.GetDescription(),
/dports/sysutils/istio/istio-1.6.7/vendor/contrib.go.opencensus.io/exporter/stackdriver/
H A Dmetrics_proto.go401 for _, protoKey := range protoLabelKeys {
403 Key: sanitize(protoKey.GetKey()),
404 Description: protoKey.GetDescription(),
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/contrib.go.opencensus.io/exporter/stackdriver/
H A Dmetrics_proto.go401 for _, protoKey := range protoLabelKeys {
403 Key: sanitize(protoKey.GetKey()),
404 Description: protoKey.GetDescription(),
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/wrappers/
H A DXrayWrapper.h236 JSProtoKey protoKey = js::InheritanceProtoKeyForStandardClass(key); in getPrototype() local
237 if (protoKey == JSProto_Null) { in getPrototype()
241 key = protoKey; in getPrototype()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/intl/
H A DIntlObject.cpp818 for (const auto& protoKey : in IntlClassFinish()
822 JSObject* ctor = GlobalObject::getOrCreateConstructor(cx, protoKey); in IntlClassFinish()
827 ctorId = NameToId(ClassName(protoKey, cx)); in IntlClassFinish()
/dports/www/firefox/firefox-99.0/js/src/builtin/intl/
H A DIntlObject.cpp874 for (const auto& protoKey : in IntlClassFinish()
878 JSObject* ctor = GlobalObject::getOrCreateConstructor(cx, protoKey); in IntlClassFinish()
883 ctorId = NameToId(ClassName(protoKey, cx)); in IntlClassFinish()
/dports/www/firefox/firefox-99.0/js/xpconnect/wrappers/
H A DXrayWrapper.h236 JSProtoKey protoKey = js::InheritanceProtoKeyForStandardClass(key); in getPrototype() local
237 if (protoKey == JSProto_Null) { in getPrototype()
241 key = protoKey; in getPrototype()
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/wrappers/
H A DXrayWrapper.h236 JSProtoKey protoKey = js::InheritanceProtoKeyForStandardClass(key); in getPrototype() local
237 if (protoKey == JSProto_Null) { in getPrototype()
241 key = protoKey; in getPrototype()
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/wrappers/
H A DXrayWrapper.h230 JSProtoKey protoKey = js::InheritanceProtoKeyForStandardClass(key); in getPrototype() local
231 if (protoKey == JSProto_Null) { in getPrototype()
235 key = protoKey; in getPrototype()

1234