Searched refs:IsRuntimeAnnotation (Results 1 – 5 of 5) sorted by relevance
93 EXPECT_FALSE(rmd.IsRuntimeAnnotation());
45 bool IsRuntimeAnnotation() const override in IsRuntimeAnnotation() function
452 bool RecordMetadata::IsRuntimeAnnotation() const in IsRuntimeAnnotation() function in panda::pandasm::RecordMetadata
495 virtual bool IsRuntimeAnnotation() const;
503 if (record.metadata->IsRuntimeAnnotation()) { in AddAnnotations()