Lines Matching +refs:google +refs:c +refs:style
4 [](https://travis-ci.org/go…
69 ../src/google/protobuf/descriptor.proto
95 the enum's name (so the referencing code is in Java style).
148 enum_style -> c or java
215 Defines the style of the generated code for fields.
219 In the default style, optional fields translate into public mutable
228 return value determines whether a field is serialized, so this style is
232 In the 'accessors' style, required and nested message fields are still
236 IMPORTANT: When using the 'accessors' style, ProGuard should always
249 In the 'reftypes' style, fields are initialized to null (or empty
273 **enum_style={c,java}** (default: c)
277 * c
279 Use C-style, so the enum constants are available at the scope where
287 Use Java-style, so the enum constants are available under the enum
327 https://sites.google.com/a/android.com/tools/tech-docs/support-annotations
353 style.
390 "adb shell am instrument -w com.google.protobuf.nano.test/android.test.InstrumentationTestRunner"
392 - repo sync -c -j256
401 https://developers.google.com/protocol-buffers/