Lines Matching refs:Java
4 This directory contains the Java Protocol Buffers runtime library.
46 Building the 'lite' version of the Java Protocol Buffers library is
145 the code must be compiled with Java 1.5 or above. If true,
147 be compiled with Java 1.3 or above. The 'source'
176 files. The final Java package for each file is the value
179 proto package if present, or the default Java package.
185 multiple files. The final Java outer class name for each
200 same Java package as the outer class (instead of nested
204 Java code. NOTE: because the command line option
264 The directory, aka Java package, testprotobuf is created
377 directly in the Java package alongside the outer class:
417 - All messages are mutable; fields are public Java fields.
427 the enum's name (so the referencing code is in Java style).
438 - The 'bytes' type translates to the Java type byte[].
510 Java fields, and the serialization process is as discussed in the
523 translated to one public mutable Java field each, repeated fields are still
535 When set to 'reftypes', each proto field is generated as a public Java
536 field. For primitive types, these fields use the Java reference types
576 Use Java-style, so the enum constants are available under the enum
582 implemented and ProGuard shrinking should be used, so after the Java
600 When building a Java library or an app (package) target, the build
601 system will add the Java nano runtime library to the
609 when you build a Java library or package. In case different options
610 are needed for different proto files, build separate Java libraries