Searched refs:JavaAnnotationsFor (Results 1 – 3 of 3) sorted by relevance
48 std::vector<std::string> JavaAnnotationsFor(const AidlNode& a);
304 for (const auto& a : JavaAnnotationsFor(node)) { in GenerateAnnotations()319 parcel_class->annotations = JavaAnnotationsFor(*parcel); in GenerateParcelableClass()1014 std::vector<std::string> JavaAnnotationsFor(const AidlNode& a) { in JavaAnnotationsFor() function
455 decl->annotations = JavaAnnotationsFor(method); in GenerateInterfaceMethod()463 var->annotations = JavaAnnotationsFor(arg->GetType()); in GenerateInterfaceMethod()1280 interface->annotations = JavaAnnotationsFor(*iface); in GenerateInterfaceClass()