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

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1166 procedure SetStop(const Value: IANTLRInterface);
1177 property Stop: IANTLRInterface read GetStop write SetStop;
2515 procedure SetStop(const Value: IANTLRInterface); virtual;
2530 procedure SetStop(const Value: IANTLRInterface); override;
5732 procedure TRuleReturnScope.SetStop(const Value: IANTLRInterface);
5759 procedure TParserRuleReturnScope.SetStop(const Value: IANTLRInterface);
/external/chromium_org/net/socket/
H A Dsocket_test_util.cc512 void DeterministicSocketData::SetStop(int seq) { function in class:net::DeterministicSocketData
519 SetStop(sequence_number_ + seq);

Completed in 1910 milliseconds