Home
last modified time | relevance | path

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

12345678910>>...20

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/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()
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A 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
H A DSegmentedBufferHelper.cs105 public CodedInputStream CodedInputStream => codedInputStream; field
H A DParserInternalState.cs103 internal CodedInputStream CodedInputStream => segmentedBufferHelper.CodedInputStream; field
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A 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
H A DSegmentedBufferHelper.cs105 public CodedInputStream CodedInputStream => codedInputStream; field
H A DParserInternalState.cs103 internal CodedInputStream CodedInputStream => segmentedBufferHelper.CodedInputStream; field
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/coded_input_stream/
Dmod.rs58 pub struct CodedInputStream<'a> { struct
64 impl<'a> CodedInputStream<'a> { implementation
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()
/aosp_15_r20/external/rust/android-crates-io/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()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/
Dcodec.rs72 fn from_buf_read(reader: &mut MessageReader) -> protobuf::CodedInputStream { in from_buf_read()
77 fn from_buf_read(reader: &mut MessageReader) -> protobufv3::CodedInputStream { in from_buf_read()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/
Dprotobuf_type_box.rs74 is: &mut CodedInputStream, in read()
113 is: &mut CodedInputStream, in read_repeated_into()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h156 class CodedInputStream; variable
1564 inline CodedInputStream::CodedInputStream(ZeroCopyInputStream* input) in CodedInputStream() function
1584 inline CodedInputStream::CodedInputStream(const uint8_t* buffer, int size) in CodedInputStream() function
/aosp_15_r20/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h156 class CodedInputStream; variable
1568 inline CodedInputStream::CodedInputStream(ZeroCopyInputStream* input) in CodedInputStream() function
1588 inline CodedInputStream::CodedInputStream(const uint8_t* buffer, int size) in CodedInputStream() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_util.h74 class CodedInputStream; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dconfig_protobuf.h106 typedef GRPC_CUSTOM_CODEDINPUTSTREAM CodedInputStream; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dconfig_protobuf.h106 typedef GRPC_CUSTOM_CODEDINPUTSTREAM CodedInputStream; typedef
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dgenerated_message_util.h74 class CodedInputStream; variable
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/codegen/
H A Dconfig_protobuf.h115 typedef GRPC_CUSTOM_CODEDINPUTSTREAM CodedInputStream; typedef
/aosp_15_r20/external/protobuf/php/tests/
H A DPhpImplementationTest.php10 use Google\Protobuf\Internal\CodedInputStream; alias
/aosp_15_r20/external/cronet/third_party/protobuf/php/tests/
H A DPhpImplementationTest.php10 use Google\Protobuf\Internal\CodedInputStream; alias
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/
H A DCodedInputStream.php37 class CodedInputStream class

12345678910>>...20