HomeSort by relevance Sort by last modified time
    Searched defs:CodedInputStream (Results 1 - 25 of 25) sorted by null

  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 70 // 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::BytesUntilLimit() const
    [all...]
coded_stream.h 35 // 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 {
158 // Create a CodedInputStream that reads from the given ZeroCopyInputStream
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 35 // 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 {
158 // Create a CodedInputStream that reads from the given ZeroCopyInputStream
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 35 // 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 {
158 // Create a CodedInputStream that reads from the given ZeroCopyInputStream
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
coded_stream.h 35 // 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 {
158 // Create a CodedInputStream that reads from the given ZeroCopyInputStream
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 35 // This file contains the CodedInputStream and CodedOutputStream classes,
66 // CodedInputStream example:
70 // CodedInputStream coded_input = new CodedInputStream(raw_input);
145 class CodedInputStream;
154 // Most users will not need to deal with CodedInputStream.
156 // Most methods of CodedInputStream that return a bool return false if an
158 // failure occurs, the CodedInputStream is broken and is no longer useful.
159 class LIBPROTOBUF_EXPORT CodedInputStream {
161 // Create a CodedInputStream that reads from the given ZeroCopyInputStream
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 35 // 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 {
158 // Create a CodedInputStream that reads from the given ZeroCopyInputStream
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
ParserTest.java 83 CodedInputStream.newInstance(data), registry));
103 CodedInputStream.newInstance(data)));
145 CodedInputStream.newInstance(data)));
171 // parseFrom(CodedInputStream)
173 parser.parseFrom(CodedInputStream.newInstance(
CodedInputStreamTest.java 49 * Unit test for {@link CodedInputStream}.
69 * We use this to make sure that CodedInputStream doesn't screw up when
93 private void assertDataConsumed(byte[] data, CodedInputStream input)
104 CodedInputStream input = CodedInputStream.newInstance(data);
108 input = CodedInputStream.newInstance(data);
112 input = CodedInputStream.newInstance(data);
116 input = CodedInputStream.newInstance(data);
122 input = CodedInputStream.newInstance(
127 input = CodedInputStream.newInstance
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java 53 public final class CodedInputStream {
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(buf, off, len)
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/
kotlin-compiler-embeddable-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-1103/
kotlin-compiler-embeddable-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-4584/
kotlin-compiler-embeddable-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/
kotlin-compiler-embeddable-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 

Completed in 494 milliseconds