Searched defs:CodedInputStream (Results 1 – 12 of 12) sorted by relevance
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| D | CodedInputStream.cs | 32 public sealed class CodedInputStream : IDisposable class 68 …public CodedInputStream(byte[] buffer) : this(null, ProtoPreconditions.CheckNotNull(buffer, "buffe… in CodedInputStream() method in Google.Protobuf.CodedInputStream 75 public CodedInputStream(byte[] buffer, int offset, int length) in CodedInputStream() method in Google.Protobuf.CodedInputStream 93 public CodedInputStream(Stream input) : this(input, false) in CodedInputStream() method in Google.Protobuf.CodedInputStream 104 public CodedInputStream(Stream input, bool leaveOpen) in CodedInputStream() method in Google.Protobuf.CodedInputStream 113 …internal CodedInputStream(Stream input, byte[] buffer, int bufferPos, int bufferSize, bool leaveOp… in CodedInputStream() method in Google.Protobuf.CodedInputStream 135 …internal CodedInputStream(Stream input, byte[] buffer, int bufferPos, int bufferSize, int sizeLimi… in CodedInputStream() method in Google.Protobuf.CodedInputStream
|
| D | ParserInternalState.cs | 68 internal CodedInputStream CodedInputStream => segmentedBufferHelper.CodedInputStream; field
|
| D | SegmentedBufferHelper.cs | 82 public CodedInputStream CodedInputStream => codedInputStream; field
|
| /third_party/grpc/include/grpcpp/impl/codegen/ |
| D | config_protobuf.h | 116 typedef GRPC_CUSTOM_CODEDINPUTSTREAM CodedInputStream; typedef
|
| /third_party/protobuf/php/tests/ |
| D | PhpImplementationTest.php | 10 use Google\Protobuf\Internal\CodedInputStream; alias
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| D | CodedInputStream.php | 14 class CodedInputStream class
|
| D | Message.php | 16 use Google\Protobuf\Internal\CodedInputStream; alias
|
| /third_party/protobuf/src/google/protobuf/ |
| D | generated_message_util.h | 60 class CodedInputStream; variable
|
| D | message.h | 166 class CodedInputStream; // coded_stream.h variable
|
| D | message_lite.h | 65 class CodedInputStream; variable
|
| /third_party/protobuf/src/google/protobuf/io/ |
| D | coded_stream.h | 133 class CodedInputStream; variable 1557 inline CodedInputStream::CodedInputStream(ZeroCopyInputStream* input) in CodedInputStream() function 1578 inline CodedInputStream::CodedInputStream(const uint8_t* buffer, int size) in CodedInputStream() function
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | CodedInputStream.java | 39 public abstract class CodedInputStream { class 182 private CodedInputStream() {} in CodedInputStream() method in CodedInputStream
|