Home
last modified time | relevance | path

Searched defs:CodedInputStream (Results 1 – 12 of 12) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs32 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
DParserInternalState.cs68 internal CodedInputStream CodedInputStream => segmentedBufferHelper.CodedInputStream; field
DSegmentedBufferHelper.cs82 public CodedInputStream CodedInputStream => codedInputStream; field
/third_party/grpc/include/grpcpp/impl/codegen/
Dconfig_protobuf.h116 typedef GRPC_CUSTOM_CODEDINPUTSTREAM CodedInputStream; typedef
/third_party/protobuf/php/tests/
DPhpImplementationTest.php10 use Google\Protobuf\Internal\CodedInputStream; alias
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DCodedInputStream.php14 class CodedInputStream class
DMessage.php16 use Google\Protobuf\Internal\CodedInputStream; alias
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_util.h60 class CodedInputStream; variable
Dmessage.h166 class CodedInputStream; // coded_stream.h variable
Dmessage_lite.h65 class CodedInputStream; variable
/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h133 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/
DCodedInputStream.java39 public abstract class CodedInputStream { class
182 private CodedInputStream() {} in CodedInputStream() method in CodedInputStream