Searched refs:protoType (Results 1 – 7 of 7) sorted by relevance
19 void Type::Serialize(const panda::pandasm::Type type, protoPanda::Type &protoType) in Serialize() argument21 protoType.set_componentname(type.GetComponentName()); in Serialize()22 protoType.set_rank(type.GetRank()); in Serialize()23 protoType.set_name(type.GetName()); in Serialize()24 protoType.set_typeid_(static_cast<uint32_t>(type.GetId())); in Serialize()27 panda::pandasm::Type &Type::Deserialize(const protoPanda::Type &protoType, in Deserialize() argument30 auto *type = allocator->New<panda::pandasm::Type>(protoType.componentname(), protoType.rank()); in Deserialize()
26 static void Serialize(const panda::pandasm::Type type, protoPanda::Type &protoType);27 static panda::pandasm::Type &Deserialize(const protoPanda::Type &protoType,
21 auto *protoType = protoField.mutable_type(); in Serialize() local22 Type::Serialize(field.type, *protoType); in Serialize()
47 auto *protoType = protoProgram.add_arraytypes(); in Serialize() local48 Type::Serialize(type, *protoType); in Serialize()
63 auto *protoType = protoMeta.mutable_fieldtype(); in Serialize() local64 Type::Serialize(meta.GetFieldType(), *protoType); in Serialize()
116 auto *protoType = protoScalar.mutable_valuetype(); in Serialize() local117 Type::Serialize(scalar.GetValue<panda::pandasm::Type>(), *protoType); in Serialize()
391 Local<JSValueRef> protoType = function->GetPrototype(vm_); in HWTEST_F_L0() local392 ASSERT_TRUE(protoType->IsObject()); in HWTEST_F_L0()395 protoType = object->GetPrototype(vm_); in HWTEST_F_L0()396 ASSERT_TRUE(protoType->IsObject()); in HWTEST_F_L0()399 protoType = native->GetPrototype(vm_); in HWTEST_F_L0()400 ASSERT_TRUE(protoType->IsObject()); in HWTEST_F_L0()