HomeSort by relevance Sort by last modified time
    Searched full:annotations_ (Results 1 - 2 of 2) sorted by null

  /system/tools/aidl/
aidl_language.h 76 void Annotate(AidlType::Annotation annotation) { annotations_ = annotation; }
78 return annotations_ & AnnotationNullable;
81 return annotations_ & AnnotationUtf8;
84 return annotations_ & AnnotationUtf8InCpp;
93 Annotation annotations_ = AnnotationNone; member in class:AidlType
  /build/tools/ijar/
classfile.cc 1027 for (size_t i = 0; i < annotations_.size(); i++) {
1028 delete annotations_[i];
1038 attr->annotations_.push_back(annotation);
1044 for (size_t i = 0; i < annotations_.size(); i++) {
1045 annotations_[i]->ExtractClassNames();
1052 put_u2be(p, annotations_.size());
1053 for (size_t ii = 0; ii < annotations_.size(); ++ii) {
1054 annotations_[ii]->Write(p);
1059 std::vector<Annotation*> annotations_; member in struct:devtools_ijar::AnnotationsAttribute
    [all...]

Completed in 217 milliseconds