Searched refs:TextReader (Results 1 – 12 of 12) sorted by relevance
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | ANTLRReaderStream.cs | 35 using TextReader = System.IO.TextReader; typedef 52 public ANTLRReaderStream( TextReader r ) in ANTLRReaderStream() 57 public ANTLRReaderStream( TextReader r, int size ) in ANTLRReaderStream() 62 public ANTLRReaderStream( TextReader r, int size, int readChunkSize ) in ANTLRReaderStream() 67 public virtual void Load( TextReader r, int size, int readChunkSize ) in Load()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | ANTLRReaderStream.cs | 34 using TextReader = System.IO.TextReader; typedef 50 public ANTLRReaderStream(TextReader r) in ANTLRReaderStream() 54 public ANTLRReaderStream(TextReader r, int size) in ANTLRReaderStream() 58 public ANTLRReaderStream(TextReader r, int size, int readChunkSize) { in ANTLRReaderStream() 62 public virtual void Load(TextReader r, int size, int readChunkSize) { in Load()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | IOExtensions.cs | 37 using TextReader = System.IO.TextReader; typedef 43 public static void close( this TextReader reader ) in close() 79 public static int read( this TextReader reader, char[] buffer, int index, int count ) in read() 85 public static string readLine( this TextReader reader ) in readLine()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
D | IOExtensions.cs | 37 using TextReader = System.IO.TextReader; typedef 45 public static void close( this TextReader reader ) in close() 81 public static int read( this TextReader reader, char[] buffer, int index, int count ) in read() 87 public static string readLine( this TextReader reader ) in readLine()
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | JsonTokenizer.cs | 60 internal static JsonTokenizer FromTextReader(TextReader reader) in FromTextReader() 178 internal JsonTextTokenizer(TextReader reader) in JsonTextTokenizer() 679 private readonly TextReader reader; 681 internal PushBackReader(TextReader reader) in PushBackReader()
|
D | JsonParser.cs | 130 internal void Merge(IMessage message, TextReader jsonReader) in Merge() 388 public T Parse<T>(TextReader jsonReader) where T : IMessage, new() 417 public IMessage Parse(TextReader jsonReader, MessageDescriptor descriptor) in Parse()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | RemoteDebugEventSocketListener.cs | 44 using TextReader = System.IO.TextReader; typedef 54 TextReader @in;
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | RemoteDebugEventSocketListener.cs | 46 using TextReader = System.IO.TextReader; typedef 57 TextReader @in;
|
/external/protobuf/csharp/src/AddressBook/ |
D | AddPerson.cs | 43 private static Person PromptForAddress(TextReader input, TextWriter output) in PromptForAddress()
|
/external/python/cpython2/Doc/library/ |
D | pickle.rst | 738 The :class:`TextReader` class opens a text file, and returns the line number and 740 :class:`TextReader` instance is pickled, all attributes *except* the file object 747 class TextReader: 779 >>> import TextReader 780 >>> obj = TextReader.TextReader("TextReader.py") 786 '3: class TextReader:'
|
/external/python/cpython3/Doc/library/ |
D | pickle.rst | 721 The :class:`TextReader` class opens a text file, and returns the line number and 723 :class:`TextReader` instance is pickled, all attributes *except* the file object 728 class TextReader: 768 >>> reader = TextReader("hello.txt")
|
/external/libxml2/ |
D | ChangeLog | 11991 * xmllint.c: added the --stream flag to use the TextReader API
|