Home | History | Annotate | Download | only in Antlr3.Runtime.Tests

Lines Matching refs:Bar

165   Value := 'bar';
167 CheckEquals(FIANTLRString.Value,'bar');
432 FIDictionary.Add('Bar',3);
457 Key := 'Bar';
460 CheckEquals(FIDictionary['Bar'],20);
486 Key := 'Bar';
538 Foo, Bar, Baz, Zip: Boolean;
541 Bar := False;
553 if (Pair.Key = 'Bar') then
555 Bar := True;
574 CheckTrue(Bar);