/external/protobuf/csharp/src/Google.Protobuf/Collections/ |
D | ReadOnlyDictionary.cs | 53 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/ |
D | ListStack`1.cs | 36 using InvalidOperationException = System.InvalidOperationException; typedef 49 throw new InvalidOperationException(); in Peek() 75 throw new InvalidOperationException(); in Pop()
|
D | FastQueue.cs | 37 using InvalidOperationException = System.InvalidOperationException; typedef 100 throw new InvalidOperationException(); in Dequeue()
|
D | LookaheadStream.cs | 36 using InvalidOperationException = System.InvalidOperationException; typedef 197 throw new InvalidOperationException(); in Release()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | TreePatternParser.cs | 35 using InvalidOperationException = System.InvalidOperationException; typedef 73 throw new InvalidOperationException("No beginning."); in ParseTree() 103 throw new InvalidOperationException("No end."); in ParseTree()
|
D | BufferedTreeNodeStream.cs | 39 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/ |
D | TreePatternParser.cs | 34 using InvalidOperationException = System.InvalidOperationException; typedef 64 throw new InvalidOperationException("No beginning."); in ParseTree() 88 throw new InvalidOperationException("No end."); in ParseTree()
|
D | BufferedTreeNodeStream.cs | 38 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.Misc/ |
D | FastQueue.cs | 36 using InvalidOperationException = System.InvalidOperationException; typedef 92 throw new InvalidOperationException(); in Dequeue()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
D | HashList.cs | 100 …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/protobuf/csharp/src/Google.Protobuf/ |
D | JsonTokenizer.cs | 88 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()
|
D | JsonFormatter.cs | 262 … 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()
|
D | CodedOutputStream.cs | 736 throw new InvalidOperationException("Did not write as much data as expected."); in CheckNoSpaceLeft() 754 throw new InvalidOperationException(
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | LegacyCommonTokenStream.cs | 37 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()
|
D | CommonTokenStream.cs | 37 using InvalidOperationException = System.InvalidOperationException; typedef
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | LegacyCommonTokenStream.cs | 39 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()
|
D | CommonTokenStream.cs | 36 using InvalidOperationException = System.InvalidOperationException; typedef
|
/external/brotli/csharp/org/brotli/dec/ |
D | State.cs | 142 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/WellKnownTypes/ |
D | TimestampPartial.cs | 118 …throw new InvalidOperationException(@"Timestamp contains invalid values: Seconds={Seconds}; Nanos=… in ToDateTime() 221 throw new InvalidOperationException("Non-normalized timestamp value"); in ToJson()
|
D | DurationPartial.cs | 91 … throw new InvalidOperationException("Duration was not a valid normalized duration"); in ToTimeSpan() 224 throw new InvalidOperationException("Non-normalized duration value"); in ToJson()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | JsonFormatterTest.cs | 355 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/Reflection/ |
D | FieldDescriptor.cs | 232 throw new InvalidOperationException("EnumType is only valid for enum fields."); 247 … throw new InvalidOperationException("MessageType is only valid for message fields.");
|
D | RepeatedFieldAccessor.cs | 56 throw new InvalidOperationException("SetValue is not implemented for repeated fields"); in SetValue()
|
D | MapFieldAccessor.cs | 56 throw new InvalidOperationException("SetValue is not implemented for map fields"); in SetValue()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
D | SlimTokenStream.cs | 392 throw new InvalidOperationException( "Buffer is not yet filled." ); in ToString() 405 throw new InvalidOperationException( "Buffer is not yet filled." ); in ToString()
|