Lines Matching refs:allocator
26 panda::ArenaAllocator *allocator) in Deserialize() argument
32 AnnotationMetadata::Deserialize(protoAnnoMetadata, *meta, allocator); in Deserialize()
47 panda::ArenaAllocator *allocator) in Deserialize() argument
53 AnnotationMetadata::Deserialize(protoAnnoMetadata, *meta, allocator); in Deserialize()
74 panda::ArenaAllocator *allocator) in Deserialize() argument
79 AnnotationMetadata::Deserialize(protoAnnoMetadata, *meta, allocator); in Deserialize()
83 auto &fieldType = Type::Deserialize(protoMeta.fieldtype(), allocator); in Deserialize()
87 auto scalar = scalarValue.Deserialize(protoMeta.value(), allocator); in Deserialize()
100 panda::ArenaAllocator *allocator) in Deserialize() argument
103 AnnotationMetadata::Deserialize(protoAnnoMetadata, *meta, allocator); in Deserialize()
131 panda::ArenaAllocator *allocator) in Deserialize() argument
136 … auto *annotation = allocator->New<panda::pandasm::AnnotationData>(protoAnnotation.recordname()); in Deserialize()
137 AnnotationData::Deserialize(protoAnnotation, *annotation, allocator); in Deserialize()