/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/ |
D | rt.rs | 261 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 …]
|
D | coded_input_stream.rs | 36 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 D | CodedInputStream.cs | 58 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 D | SegmentedBufferHelper.cs | 105 public CodedInputStream CodedInputStream => codedInputStream; field
|
H A D | ParserInternalState.cs | 103 internal CodedInputStream CodedInputStream => segmentedBufferHelper.CodedInputStream; field
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/ |
H A D | CodedInputStream.cs | 58 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 D | SegmentedBufferHelper.cs | 105 public CodedInputStream CodedInputStream => codedInputStream; field
|
H A D | ParserInternalState.cs | 103 internal CodedInputStream CodedInputStream => segmentedBufferHelper.CodedInputStream; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/coded_input_stream/ |
D | mod.rs | 58 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/ |
D | map.rs | 6 is: &mut CodedInputStream, in read_map_template_new() 26 is: &mut CodedInputStream, in read_map_template()
|
D | unknown_or_group.rs | 40 is: &mut CodedInputStream, in read_unknown_or_skip_group_with_tag_unpacked() 58 is: &mut CodedInputStream, in read_unknown_or_skip_group()
|
D | repeated.rs | 7 is: &mut CodedInputStream, in read_repeated_packed_enum_or_unknown_into()
|
D | message.rs | 9 is: &mut CodedInputStream, in read_singular_message_into_field()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/ |
D | codec.rs | 72 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/ |
D | protobuf_type_box.rs | 74 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 D | coded_stream.h | 156 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 D | coded_stream.h | 156 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 D | generated_message_util.h | 74 class CodedInputStream; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | config_protobuf.h | 106 typedef GRPC_CUSTOM_CODEDINPUTSTREAM CodedInputStream; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | config_protobuf.h | 106 typedef GRPC_CUSTOM_CODEDINPUTSTREAM CodedInputStream; typedef
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | generated_message_util.h | 74 class CodedInputStream; variable
|
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/codegen/ |
H A D | config_protobuf.h | 115 typedef GRPC_CUSTOM_CODEDINPUTSTREAM CodedInputStream; typedef
|
/aosp_15_r20/external/protobuf/php/tests/ |
H A D | PhpImplementationTest.php | 10 use Google\Protobuf\Internal\CodedInputStream; alias
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/tests/ |
H A D | PhpImplementationTest.php | 10 use Google\Protobuf\Internal\CodedInputStream; alias
|
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | CodedInputStream.php | 37 class CodedInputStream class
|