Searched defs:scalar (Results 1 – 6 of 6) sorted by relevance
183 auto *scalar = static_cast<const panda_file::ScalarValueItem *>(j); in ReprItem() local188 auto *scalar = static_cast<const panda_file::ScalarValueItem *>(j); in ReprItem() local193 auto *scalar = static_cast<const panda_file::ScalarValueItem *>(j); in ReprItem() local198 auto *scalar = static_cast<const panda_file::ScalarValueItem *>(j); in ReprItem() local203 auto *scalar = static_cast<const panda_file::ScalarValueItem *>(j); in ReprItem() local
61 panda::pandasm::ScalarValue scalar = ScalarValue::Deserialize(protoElement.scalar(), allocator); in Deserialize() local67 void ScalarValue::Serialize(const panda::pandasm::ScalarValue &scalar, protoPanda::ScalarValue &pro… in Serialize()168 auto scalar = ScalarValue::CreateScalarValue(static_cast<panda::pandasm::Value::Type>( in Deserialize() local267 panda::pandasm::ScalarValue scalar = ScalarValue::Deserialize(protoValue, allocator); in Deserialize() local
87 auto scalar = scalarValue.Deserialize(protoMeta.value(), allocator); in Deserialize() local
256 auto scalar = annElem.GetScalarValue(); in CreateAnnotationItem() local262 auto scalar = annElem.GetScalarValue(); in CreateAnnotationItem() local268 auto scalar = annElem.GetScalarValue(); in CreateAnnotationItem() local274 auto scalar = annElem.GetScalarValue(); in CreateAnnotationItem() local279 auto scalar = annElem.GetScalarValue(); in CreateAnnotationItem() local284 auto scalar = annElem.GetScalarValue(); in CreateAnnotationItem() local289 auto scalar = annElem.GetScalarValue(); in CreateAnnotationItem() local298 auto scalar = annElem.GetScalarValue(); in CreateAnnotationItem() local304 auto scalar = annElem.GetScalarValue(); in CreateAnnotationItem() local312 auto scalar = annElem.GetScalarValue(); in CreateAnnotationItem() local[all …]
219 auto scalar = ann_elem.GetScalarValue(); in CreateAnnotationItem() local225 auto scalar = ann_elem.GetScalarValue(); in CreateAnnotationItem() local231 auto scalar = ann_elem.GetScalarValue(); in CreateAnnotationItem() local237 auto scalar = ann_elem.GetScalarValue(); in CreateAnnotationItem() local242 auto scalar = ann_elem.GetScalarValue(); in CreateAnnotationItem() local247 auto scalar = ann_elem.GetScalarValue(); in CreateAnnotationItem() local252 auto scalar = ann_elem.GetScalarValue(); in CreateAnnotationItem() local261 auto scalar = ann_elem.GetScalarValue(); in CreateAnnotationItem() local267 auto scalar = ann_elem.GetScalarValue(); in CreateAnnotationItem() local275 auto scalar = ann_elem.GetScalarValue(); in CreateAnnotationItem() local[all …]
59 ScalarValue scalar = 2; field