Searched defs:CodedInputStream (Results 1 - 5 of 5) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/
H A DCodedInputStream.java53 public final class CodedInputStream { class
55 * Create a new CodedInputStream wrapping the given InputStream.
57 public static CodedInputStream newInstance(final InputStream input) {
58 return new CodedInputStream(input);
62 * Create a new CodedInputStream wrapping the given byte array.
64 public static CodedInputStream newInstance(final byte[] buf) {
69 * Create a new CodedInputStream wrapping the given byte array slice.
71 public static CodedInputStream newInstance(final byte[] buf, final int off,
73 CodedInputStream result = new CodedInputStream(bu
889 private CodedInputStream(final byte[] buffer, final int off, final int len) { method in class:CodedInputStream
898 private CodedInputStream(final InputStream input) { method in class:CodedInputStream
907 private CodedInputStream(final LiteralByteString byteString) { method in class:CodedInputStream
[all...]
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc70 // CodedInputStream ==================================================
72 CodedInputStream::~CodedInputStream() {
83 int CodedInputStream::default_recursion_limit_ = 100;
90 void CodedInputStream::BackUpInputToCurrentPosition() {
103 inline void CodedInputStream::RecomputeBufferLimits() {
116 CodedInputStream::Limit CodedInputStream::PushLimit(int byte_limit) {
141 void CodedInputStream::PopLimit(Limit limit) {
152 int CodedInputStream
[all...]
H A Dcoded_stream.h35 // This file contains the CodedInputStream and CodedOutputStream classes,
66 // CodedInputStream example:
70 // CodedInputStream coded_input = new CodedInputStream(raw_input);
142 class CodedInputStream;
151 // Most users will not need to deal with CodedInputStream.
153 // Most methods of CodedInputStream that return a bool return false if an
155 // failure occurs, the CodedInputStream is broken and is no longer useful.
156 class LIBPROTOBUF_EXPORT CodedInputStream { class in namespace:google::protobuf::io
158 // Create a CodedInputStream tha
1165 inline CodedInputStream::CodedInputStream(ZeroCopyInputStream* input) function in class:google::protobuf::io::CodedInputStream
1186 inline CodedInputStream::CodedInputStream(const uint8* buffer, int size) function in class:google::protobuf::io::CodedInputStream
[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/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 242 milliseconds