Searched refs:JavaAnnotationsFor (Results 1 – 3 of 3) sorted by relevance
51 std::vector<std::string> JavaAnnotationsFor(const AidlNode& a);
302 for (const auto& a : JavaAnnotationsFor(node)) { in GenerateAnnotations()384 parcel_class->annotations = JavaAnnotationsFor(*parcel); in generate_parcel_class()1002 std::vector<std::string> JavaAnnotationsFor(const AidlNode& a) { in JavaAnnotationsFor() function
410 decl->annotations = JavaAnnotationsFor(method); in generate_interface_method()414 var->annotations = JavaAnnotationsFor(arg->GetType()); in generate_interface_method()1083 interface->annotations = JavaAnnotationsFor(*iface); in generate_binder_interface_class()