Home
last modified time | relevance | path

Searched refs:InvalidOperationException (Results 1 – 25 of 43) sorted by relevance

12

/external/protobuf/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs53 throw new InvalidOperationException(); in Add()
68 throw new InvalidOperationException(); in Remove()
84 set { throw new InvalidOperationException(); }
89 throw new InvalidOperationException(); in Add()
94 throw new InvalidOperationException(); in Clear()
119 throw new InvalidOperationException(); in Remove()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
DListStack`1.cs36 using InvalidOperationException = System.InvalidOperationException; typedef
49 throw new InvalidOperationException(); in Peek()
75 throw new InvalidOperationException(); in Pop()
DFastQueue.cs37 using InvalidOperationException = System.InvalidOperationException; typedef
100 throw new InvalidOperationException(); in Dequeue()
DLookaheadStream.cs36 using InvalidOperationException = System.InvalidOperationException; typedef
197 throw new InvalidOperationException(); in Release()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreePatternParser.cs35 using InvalidOperationException = System.InvalidOperationException; typedef
73 throw new InvalidOperationException("No beginning."); in ParseTree()
103 throw new InvalidOperationException("No end."); in ParseTree()
DBufferedTreeNodeStream.cs39 using InvalidOperationException = System.InvalidOperationException; typedef
190 … throw new InvalidOperationException( "Cannot determine the Count before the buffer is filled." );
376 …throw new InvalidOperationException( "Cannot get the node at index i before the buffer is filled."…
600 throw new InvalidOperationException( "Buffer is not yet filled." ); in ToString()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreePatternParser.cs34 using InvalidOperationException = System.InvalidOperationException; typedef
64 throw new InvalidOperationException("No beginning."); in ParseTree()
88 throw new InvalidOperationException("No end."); in ParseTree()
DBufferedTreeNodeStream.cs38 using InvalidOperationException = System.InvalidOperationException; typedef
175 … throw new InvalidOperationException("Cannot determine the Count before the buffer is filled.");
318 …throw new InvalidOperationException("Cannot get the node at index i before the buffer is filled.");
503 throw new InvalidOperationException("Buffer is not yet filled."); in ToString()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DHashList.cs100 …throw new InvalidOperationException("Enumeration has either not started or has already finished.");
112 …throw new InvalidOperationException("Enumeration has either not started or has already finished.");
124 …throw new InvalidOperationException("Enumeration has either not started or has already finished.");
138 …throw new InvalidOperationException("Collection was modified; enumeration operation may not execut… in Reset()
151 …throw new InvalidOperationException("Enumeration has either not started or has already finished.");
167 …throw new InvalidOperationException("Collection was modified; enumeration operation may not execut… in MoveNext()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DFastQueue.cs36 using InvalidOperationException = System.InvalidOperationException; typedef
92 throw new InvalidOperationException(); in Dequeue()
/external/protobuf/csharp/src/Google.Protobuf/
DJsonTokenizer.cs88 throw new InvalidOperationException("Can't push back twice"); in PushBack()
196 throw new InvalidOperationException("Next() called after end of document"); in NextImpl()
545 …throw new InvalidOperationException("ValidateAndModifyStateForValue does not handle all value stat… in ValidateAndModifyStateForValue()
569 throw new InvalidOperationException("Unexpected container type: " + parent); in PopContainer()
722 … throw new InvalidOperationException("Cannot push back when already buffering a character"); in PushBack()
DJsonFormatter.cs262 … throw new InvalidOperationException($"Invalid field mask to be converted to JSON: {input}"); in ToCamelCaseForFieldMask()
269 … throw new InvalidOperationException($"Invalid field mask to be converted to JSON: {input}"); in ToCamelCaseForFieldMask()
574 …throw new InvalidOperationException($"Type registry has no descriptor for type name '{typeName}'"); in WriteAny()
624 … throw new InvalidOperationException("Struct fields cannot have an empty key or a null value."); in WriteStruct()
644 … throw new InvalidOperationException("Value message must contain a value for the oneof."); in WriteStructFieldValue()
666 …throw new InvalidOperationException("Unexpected case in struct field: " + specifiedField.FieldNumb… in WriteStructFieldValue()
DCodedOutputStream.cs736 throw new InvalidOperationException("Did not write as much data as expected."); in CheckNoSpaceLeft()
754 throw new InvalidOperationException(
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DLegacyCommonTokenStream.cs39 using InvalidOperationException = System.InvalidOperationException; typedef
423 throw new InvalidOperationException("Buffer is not yet filled."); in ToString()
433 throw new InvalidOperationException("Buffer is not yet filled."); in ToString()
DCommonTokenStream.cs36 using InvalidOperationException = System.InvalidOperationException; typedef
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DLegacyCommonTokenStream.cs37 using InvalidOperationException = System.InvalidOperationException; typedef
489 throw new InvalidOperationException( "Buffer is not yet filled." ); in ToString()
502 throw new InvalidOperationException( "Buffer is not yet filled." ); in ToString()
DCommonTokenStream.cs37 using InvalidOperationException = System.InvalidOperationException; typedef
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs355 Assert.Throws<InvalidOperationException>(() => JsonFormatter.Default.Format(timestamp)); in TimestampStandalone_NonNormalized()
401 Assert.Throws<InvalidOperationException>(() => JsonFormatter.Default.Format(duration)); in DurationStandalone_NonNormalized()
436 Assert.Throws<InvalidOperationException>(() => JsonFormatter.Default.Format(mask)); in FieldMaskInvalid()
512 Assert.Throws<InvalidOperationException>(() => JsonFormatter.Default.Format(any)); in AnyUnknownType()
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DDurationPartial.cs91 … throw new InvalidOperationException("Duration was not a valid normalized duration"); in ToTimeSpan()
224 throw new InvalidOperationException("Non-normalized duration value"); in ToJson()
DTimestampPartial.cs118 …throw new InvalidOperationException(@"Timestamp contains invalid values: Seconds={Seconds}; Nanos=… in ToDateTime()
221 throw new InvalidOperationException("Non-normalized timestamp value"); in ToJson()
/external/brotli/csharp/org/brotli/dec/
DState.cs142 throw new System.InvalidOperationException("State MUST be uninitialized"); in SetInput()
161 throw new System.InvalidOperationException("State MUST be initialized"); in Close()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs232 throw new InvalidOperationException("EnumType is only valid for enum fields.");
247 … throw new InvalidOperationException("MessageType is only valid for message fields.");
DMapFieldAccessor.cs56 throw new InvalidOperationException("SetValue is not implemented for map fields"); in SetValue()
DRepeatedFieldAccessor.cs56 throw new InvalidOperationException("SetValue is not implemented for repeated fields"); in SetValue()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimTokenStream.cs392 throw new InvalidOperationException( "Buffer is not yet filled." ); in ToString()
405 throw new InvalidOperationException( "Buffer is not yet filled." ); in ToString()

12