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

/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h35 // This file contains the CodedInputStream and CodedOutputStream classes,
66 // CodedInputStream example:
70 // CodedInputStream coded_input = new CodedInputStream(raw_input);
129 class CodedInputStream;
138 // Most users will not need to deal with CodedInputStream.
140 // Most methods of CodedInputStream that return a bool return false if an
142 // failure occurs, the CodedInputStream is broken and is no longer useful.
143 class LIBPROTOBUF_EXPORT CodedInputStream { class in namespace:google::protobuf::io
145 // Create a CodedInputStream tha
1038 inline CodedInputStream::CodedInputStream(ZeroCopyInputStream* input) function in class:google::protobuf::io::CodedInputStream
1059 inline CodedInputStream::CodedInputStream(const uint8* buffer, int size) function in class:google::protobuf::io::CodedInputStream
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc70 // CodedInputStream ==================================================
72 CodedInputStream::~CodedInputStream() {
83 int CodedInputStream::default_recursion_limit_ = 100;
86 void CodedInputStream::BackUpInputToCurrentPosition() {
99 inline void CodedInputStream::RecomputeBufferLimits() {
112 CodedInputStream::Limit CodedInputStream::PushLimit(int byte_limit) {
137 void CodedInputStream::PopLimit(Limit limit) {
148 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
1081 inline CodedInputStream::CodedInputStream(ZeroCopyInputStream* input) function in class:google::protobuf::io::CodedInputStream
1102 inline CodedInputStream::CodedInputStream(const uint8* buffer, int size) function in class:google::protobuf::io::CodedInputStream
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DCodedInputStream.java50 public final class CodedInputStream { class
52 * Create a new CodedInputStream wrapping the given InputStream.
54 public static CodedInputStream newInstance(final InputStream input) {
55 return new CodedInputStream(input);
59 * Create a new CodedInputStream wrapping the given byte array.
61 public static CodedInputStream newInstance(final byte[] buf) {
66 * Create a new CodedInputStream wrapping the given byte array slice.
68 public static CodedInputStream newInstance(final byte[] buf, final int off,
70 return new CodedInputStream(buf, off, len);
354 * stream in a CodedInputStream an
509 private CodedInputStream(final byte[] buffer, final int off, final int len) { method in class:CodedInputStream
517 private CodedInputStream(final InputStream input) { method in class: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/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 255 milliseconds