Searched defs:buildPartial (Results 1 - 8 of 8) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/
H A DMessageLite.java168 * Use {@link #buildPartial()} to bypass this check.
179 * {@code buildPartial()}, {@code clone()} it first.
181 MessageLite buildPartial(); method in interface:MessageLite.Builder
212 * <li>Use {@code buildPartial()} to build, which ignores missing
H A DDynamicMessage.java297 return buildPartial();
311 return buildPartial();
314 public DynamicMessage buildPartial() { method in class:DynamicMessage.Builder
H A DMessage.java187 Message buildPartial(); method in interface:Message.Builder
H A DUnknownFieldSet.java343 public UnknownFieldSet buildPartial() { method in class:UnknownFieldSet.Builder
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DAbstractMessageTest.java110 public AbstractMessageWrapper buildPartial() { method in class:AbstractMessageTest.AbstractMessageWrapper.Builder
111 return new AbstractMessageWrapper(wrappedBuilder.buildPartial());
117 return clone().buildPartial().isInitialized();
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 112 milliseconds