Searched defs:TLocalStorage (Results 1 - 1 of 1) sorted by relevance

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas316 /// variable of the TLocalStorage type inside a routine, and you can use it
328 /// Locals: TLocalStorage;
346 /// The TLocalStorage record has space for 256 variables. For performance
356 /// TLocalStorage can only store variables that are 32 bits in size, and
365 TLocalStorage = record
928 { TLocalStorage }
930 procedure TLocalStorage.Finalize;
939 function TLocalStorage.GetAsInteger(const Name: String): Integer;
949 function TLocalStorage.GetAsInterface(const Name: String): IInterface;
959 procedure TLocalStorage
[all...]

Completed in 87 milliseconds