Home | History | Annotate | Download | only in src

Lines Matching refs:ACCESSOR_GETTER

7671   return component == ACCESSOR_GETTER ? getter() : setter();
7676 if (component == ACCESSOR_GETTER) {