Home
last modified time | relevance | path

Searched refs:TypeAnnotation (Results 1 – 1 of 1) sorted by relevance

/build/tools/ijar/
Dclassfile.cc731 struct TypeAnnotation { struct
732 virtual ~TypeAnnotation() { in ~TypeAnnotation() argument
749 static TypeAnnotation *Read(const u1 *&p) { in Read() argument
750 TypeAnnotation *value = new TypeAnnotation; in Read()
1120 TypeAnnotation *annotation = TypeAnnotation::Read(p); in Read()
1136 for (TypeAnnotation *annotation : type_annotations_) { in Write()
1142 std::vector<TypeAnnotation*> type_annotations_;