Searched defs:Annotation (Results 1 - 2 of 2) sorted by relevance

/system/tools/hidl/
H A DAnnotation.h55 struct Annotation { struct in namespace:android
56 Annotation(const char *name, AnnotationParamVector *params);
68 DISALLOW_COPY_AND_ASSIGN(Annotation);
H A DAnnotation.cpp17 #include "Annotation.h"
78 Annotation::Annotation(const char *name,AnnotationParamVector *params) function in class:android::Annotation
83 std::string Annotation::name() const {
87 const AnnotationParamVector &Annotation::params() const {
91 const AnnotationParam *Annotation::getParam(const std::string &name) const {
101 void Annotation::dump(Formatter &out) const {

Completed in 39 milliseconds