Home
last modified time | relevance | path

Searched refs:ICloneable (Results 1 – 5 of 5) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBitSet.cs38 using ICloneable = System.ICloneable; typedef
49 public sealed class BitSet : ICloneable {
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DBitSet.cs39 using ICloneable = System.ICloneable; typedef
50 public sealed class BitSet : ICloneable
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tools.Tests.pas48 FICloneable: ICloneable;
117 TFoo = class(TANTLRObject, ICloneable, IFoo)
195 FICloneable := Foo as ICloneable;
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas121 ICloneable = interface(IANTLRInterface) interface
DAntlr.Runtime.pas1720 TBitSet = class(TANTLRObject, IBitSet, ICloneable)