Lines Matching refs:accessors
118 IMPORTANT: If you have fields with defaults and opt out of accessors
127 of changing the default value. Alternatively, turn on accessors and
147 optional_field_style -> default or accessors
197 DEPRECATED. Use optional_field_style=accessors.
213 **optional_field_style={default,accessors,reftypes}** (default: default)
223 * accessors
225 When set to 'accessors', each optional field is encapsulated behind
226 4 accessors, namely get\<fieldname\>(), set\<fieldname\>(), has\<fieldname\>()
232 In the 'accessors' style, required and nested message fields are still
234 translated to arrays. No accessors are generated for them.
236 IMPORTANT: When using the 'accessors' style, ProGuard should always
239 unused accessors and maybe inline the rest at the call sites,
261 'accessors' mode.
268 optional_field_style=accessors or reftypes cannot be used together with