Home
last modified time | relevance | path

Searched refs:TruncatedMessage (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs459 throw InvalidProtocolBufferException.TruncatedMessage(); in SkipGroup()
597 throw InvalidProtocolBufferException.TruncatedMessage(); in ReadMessage()
850 throw InvalidProtocolBufferException.TruncatedMessage(); in ReadRawVarint32()
864 throw InvalidProtocolBufferException.TruncatedMessage(); in ReadRawVarint32()
970 throw InvalidProtocolBufferException.TruncatedMessage(); in PushLimit()
1052 throw InvalidProtocolBufferException.TruncatedMessage(); in RefillBuffer()
1072 throw InvalidProtocolBufferException.TruncatedMessage(); in RefillBuffer()
1125 throw InvalidProtocolBufferException.TruncatedMessage(); in ReadRawBytes()
1198 throw InvalidProtocolBufferException.TruncatedMessage(); in ReadRawBytes()
1243 throw InvalidProtocolBufferException.TruncatedMessage(); in SkipRawBytes()
[all …]
DInvalidProtocolBufferException.cs60 internal static InvalidProtocolBufferException TruncatedMessage() in TruncatedMessage() method in Google.Protobuf.InvalidProtocolBufferException
/external/rust/crates/protobuf/src/
Derror.rs34 TruncatedMessage, enumerator
50 WireError::TruncatedMessage => write!(f, "truncated message"), in fmt()
107 WireError::TruncatedMessage => "truncated message", in description()
Dbuf_read_iter.rs248 return Err(ProtobufError::WireError(WireError::TruncatedMessage)); in read_exact_to_vec()
269 return Err(ProtobufError::WireError(WireError::TruncatedMessage)); in read_exact_to_vec()
Dcoded_input_stream.rs609 return Err(ProtobufError::WireError(WireError::TruncatedMessage)); in read_raw_bytes_into()
623 return Err(ProtobufError::WireError(WireError::TruncatedMessage)); in read_raw_bytes_into()
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs145 InvalidProtocolBufferException.TruncatedMessage(), in ReadVarint()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs145 InvalidProtocolBufferException.TruncatedMessage(), in ReadVarint()