Lines Matching defs:AnnotationElement
114 std::unique_ptr<Value> making_value(const AnnotationElement &ann_elem)
163 AnnotationElement::AnnotationElement(const AnnotationElement &ann_elem)
169 AnnotationElement &AnnotationElement::operator=(const AnnotationElement &ann_elem)
205 std::string AnnotationElement::TypeToString(Value::Type type)
251 void AnnotationData::SetOrAddElementByIndex(size_t ele_idx, AnnotationElement &&element)
259 elements_[ele_idx] = std::forward<AnnotationElement>(element);
265 [&](pandasm::AnnotationElement &annotation_element) -> bool {