Searched defs:writeRawVarint32 (Results 1 - 6 of 6) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DCodedOutputByteBufferNano.java42 * {@link #writeRawVarint32} and {@link #writeRawBytes}). If you are
267 writeRawVarint32(value);
295 writeRawVarint32(bytes.length);
306 writeRawVarint32(value.getCachedSize());
312 writeRawVarint32(value.length);
318 writeRawVarint32(value);
326 writeRawVarint32(value);
341 writeRawVarint32(encodeZigZag32(value));
762 writeRawVarint32(WireFormatNano.makeTag(fieldNumber, wireType));
774 public void writeRawVarint32(in method in class:CodedOutputByteBufferNano
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DCodedOutputStream.java43 * {@link #writeRawVarint32} and {@link #writeRawBytes}). If you are
327 writeRawVarint32(value);
355 writeRawVarint32(bytes.length);
378 writeRawVarint32(value.getSerializedSize());
385 writeRawVarint32(bytes.length);
391 writeRawVarint32(value);
399 writeRawVarint32(value);
414 writeRawVarint32(encodeZigZag32(value));
912 writeRawVarint32(WireFormat.makeTag(fieldNumber, wireType));
924 public void writeRawVarint32(in method in class:CodedOutputStream
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
H A DCodedOutputStreamMicro.java43 * {@link #writeRawVarint32} and {@link #writeRawBytes}). If you are
308 writeRawVarint32(value);
336 writeRawVarint32(bytes.length);
347 writeRawVarint32(value.getCachedSize());
354 writeRawVarint32(bytes.length);
360 writeRawVarint32(value.length);
366 writeRawVarint32(value);
374 writeRawVarint32(value);
389 writeRawVarint32(encodeZigZag32(value));
876 writeRawVarint32(WireFormatMicr
888 public void writeRawVarint32(int value) throws IOException { method in class:CodedOutputStreamMicro
[all...]
/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 779 milliseconds