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

  /build/make/tools/ijar/
classfile.cc 1080 attr->parameter_annotations_.push_back(annotations);
1086 for (size_t i = 0; i < parameter_annotations_.size(); i++) {
1087 const std::vector<Annotation*>& annotations = parameter_annotations_[i];
1097 put_u1(p, parameter_annotations_.size());
1098 for (size_t ii = 0; ii < parameter_annotations_.size(); ++ii) {
1099 std::vector<Annotation *> &annotations = parameter_annotations_[ii];
1108 std::vector<std::vector<Annotation*> > parameter_annotations_; member in struct:devtools_ijar::ParameterAnnotationsAttribute
    [all...]
  /art/dexlayout/
dex_ir.h 1140 std::unique_ptr<ParameterAnnotationVector> parameter_annotations_; \/\/ This can be nullptr. member in class:art::dex_ir::AnnotationsDirectoryItem
    [all...]

Completed in 547 milliseconds