Home
last modified time | relevance | path

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

12

/external/rust/crates/protobuf/2.27.1/src/
Drt.rs261 is: &mut CodedInputStream, in read_repeated_int32_into()
277 is: &mut CodedInputStream, in read_repeated_int64_into()
293 is: &mut CodedInputStream, in read_repeated_uint32_into()
309 is: &mut CodedInputStream, in read_repeated_uint64_into()
325 is: &mut CodedInputStream, in read_repeated_sint32_into()
341 is: &mut CodedInputStream, in read_repeated_sint64_into()
357 is: &mut CodedInputStream, in read_repeated_fixed32_into()
373 is: &mut CodedInputStream, in read_repeated_fixed64_into()
389 is: &mut CodedInputStream, in read_repeated_sfixed32_into()
405 is: &mut CodedInputStream, in read_repeated_sfixed64_into()
[all …]
Dcoded_input_stream.rs36 pub struct CodedInputStream<'a> { struct
42 impl<'a> CodedInputStream<'a> { argument
690 impl<'a> Read for CodedInputStream<'a> { implementation
696 impl<'a> BufRead for CodedInputStream<'a> { implementation
779 F: FnMut(&mut CodedInputStream), in test_read_partial()
790 F: FnMut(&mut CodedInputStream), in test_read()
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs58 public sealed class CodedInputStream : IDisposable class
94 …public CodedInputStream(byte[] buffer) : this(null, ProtoPreconditions.CheckNotNull(buffer, "buffe… in CodedInputStream() method in Google.Protobuf.CodedInputStream
101 public CodedInputStream(byte[] buffer, int offset, int length) in CodedInputStream() method in Google.Protobuf.CodedInputStream
119 public CodedInputStream(Stream input) : this(input, false) in CodedInputStream() method in Google.Protobuf.CodedInputStream
130 public CodedInputStream(Stream input, bool leaveOpen) in CodedInputStream() method in Google.Protobuf.CodedInputStream
139 …internal CodedInputStream(Stream input, byte[] buffer, int bufferPos, int bufferSize, bool leaveOp… in CodedInputStream() method in Google.Protobuf.CodedInputStream
161 …internal CodedInputStream(Stream input, byte[] buffer, int bufferPos, int bufferSize, int sizeLimi… in CodedInputStream() method in Google.Protobuf.CodedInputStream
DSegmentedBufferHelper.cs105 public CodedInputStream CodedInputStream => codedInputStream; field
DParserInternalState.cs103 internal CodedInputStream CodedInputStream => segmentedBufferHelper.CodedInputStream; field
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs58 public sealed class CodedInputStream : IDisposable class
94 …public CodedInputStream(byte[] buffer) : this(null, ProtoPreconditions.CheckNotNull(buffer, "buffe… in CodedInputStream() method in Google.Protobuf.CodedInputStream
101 public CodedInputStream(byte[] buffer, int offset, int length) in CodedInputStream() method in Google.Protobuf.CodedInputStream
119 public CodedInputStream(Stream input) : this(input, false) in CodedInputStream() method in Google.Protobuf.CodedInputStream
130 public CodedInputStream(Stream input, bool leaveOpen) in CodedInputStream() method in Google.Protobuf.CodedInputStream
139 …internal CodedInputStream(Stream input, byte[] buffer, int bufferPos, int bufferSize, bool leaveOp… in CodedInputStream() method in Google.Protobuf.CodedInputStream
161 …internal CodedInputStream(Stream input, byte[] buffer, int bufferPos, int bufferSize, int sizeLimi… in CodedInputStream() method in Google.Protobuf.CodedInputStream
DParserInternalState.cs103 internal CodedInputStream CodedInputStream => segmentedBufferHelper.CodedInputStream; field
DSegmentedBufferHelper.cs105 public CodedInputStream CodedInputStream => codedInputStream; field
/external/rust/crates/protobuf/src/rt/
Dmap.rs6 is: &mut CodedInputStream, in read_map_template_new()
26 is: &mut CodedInputStream, in read_map_template()
Dunknown_or_group.rs40 is: &mut CodedInputStream, in read_unknown_or_skip_group_with_tag_unpacked()
58 is: &mut CodedInputStream, in read_unknown_or_skip_group()
Drepeated.rs7 is: &mut CodedInputStream, in read_repeated_packed_enum_or_unknown_into()
Dmessage.rs9 is: &mut CodedInputStream, in read_singular_message_into_field()
/external/rust/crates/protobuf/src/coded_input_stream/
Dmod.rs58 pub struct CodedInputStream<'a> { struct
64 impl<'a> CodedInputStream<'a> { argument
679 impl<'a> Read for CodedInputStream<'a> { implementation
685 impl<'a> BufRead for CodedInputStream<'a> { implementation
713 F: FnMut(&mut CodedInputStream), in test_read_partial()
733 F: FnMut(&mut CodedInputStream), in test_read()
/external/rust/crates/protobuf/src/reflect/
Dprotobuf_type_box.rs74 is: &mut CodedInputStream, in read()
113 is: &mut CodedInputStream, in read_repeated_into()
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dconfig_protobuf.h89 typedef GRPC_CUSTOM_CODEDINPUTSTREAM CodedInputStream; typedef
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dconfig_protobuf.h100 typedef GRPC_CUSTOM_CODEDINPUTSTREAM CodedInputStream; typedef
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dconfig_protobuf.h100 typedef GRPC_CUSTOM_CODEDINPUTSTREAM CodedInputStream; typedef
/external/cronet/third_party/protobuf/src/google/protobuf/
Dgenerated_message_util.h74 class CodedInputStream; variable
Dmessage_lite.h77 class CodedInputStream; variable
/external/protobuf/src/google/protobuf/
Dgenerated_message_util.h74 class CodedInputStream; variable
Dmessage_lite.h77 class CodedInputStream; variable
/external/protobuf/php/tests/
DPhpImplementationTest.php10 use Google\Protobuf\Internal\CodedInputStream; alias
/external/cronet/third_party/protobuf/php/tests/
DPhpImplementationTest.php10 use Google\Protobuf\Internal\CodedInputStream; alias
/external/protobuf/php/src/Google/Protobuf/Internal/
DCodedInputStream.php37 class CodedInputStream class
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DCodedInputStream.php37 class CodedInputStream class

12