Searched refs:get_annotations (Results 1 – 4 of 4) sorted by relevance
260 get_annotations(ATOM_ID_FIELD_NUMBER, fieldNumberToAtomDeclSet); in write_method_body_vendor()273 if (get_annotations(argIndex, fieldNumberToAtomDeclSet).size() > 0) { in write_method_body_vendor()284 get_annotations(argIndex, fieldNumberToAtomDeclSet); in write_method_body_vendor()290 get_annotations(argIndex, fieldNumberToAtomDeclSet); in write_method_body_vendor()
252 get_annotations(ATOM_ID_FIELD_NUMBER, fieldNumberToAtomDeclSet); in write_native_create_vendor_atom_methods()265 if (get_annotations(argIndex, fieldNumberToAtomDeclSet).size() > 0) { in write_native_create_vendor_atom_methods()275 get_annotations(argIndex, fieldNumberToAtomDeclSet); in write_native_create_vendor_atom_methods()
77 AtomDeclSet get_annotations(int argIndex, const FieldNumberToAtomDeclSet& fieldNumberToAtomDeclSet);
688 AtomDeclSet get_annotations(int argIndex, in get_annotations() function