Searched defs:protoValue (Results 1 – 4 of 4) sorted by relevance
19 void VariantValue::Serialize(const LiteralValueType &value, protoPanda::VariantValue &protoValue) in Serialize()61 void VariantValue::Deserialize(const protoPanda::VariantValue &protoValue, LiteralValueType &value) in Deserialize()
266 for (const auto &protoValue : protoArray.values()) { in Deserialize() local
67 auto *protoValue = protoMeta.mutable_value(); in Serialize() local
1402 JSHandle<JSTaggedValue> protoValue(proto); in OrdinaryNewJSObjectCreate() local2122 JSHandle<JSTaggedValue> protoValue = thread_->GlobalConstants()->GetHandledJSRealmClass(); in NewJSRealm() local2704 JSHandle<JSTaggedValue> protoValue = env->GetSetIteratorPrototype(); in NewJSSetIterator() local2721 JSHandle<JSTaggedValue> protoValue = env->GetRegExpIteratorPrototype(); in NewJSRegExpIterator() local2738 JSHandle<JSTaggedValue> protoValue = env->GetMapIteratorPrototype(); in NewJSMapIterator() local2796 JSHandle<JSTaggedValue> protoValue = env->GetArrayIteratorPrototype(); in NewJSArrayIterator() local3558 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetArrayListIteratorPrototype()); in NewJSAPIArrayListIterator() local3573 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetLightWeightMapIteratorPrototype()); in NewJSAPILightWeightMapIterator() local3589 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetLightWeightSetIteratorPrototype()); in NewJSAPILightWeightSetIterator() local3618 …JSHandle<JSTaggedValue> protoValue(thread_, thread_->GlobalConstants()->GetPlainArrayIteratorProto… in NewJSAPIPlainArrayIterator() local[all …]