Searched refs:matchedNumberInfo2 (Results 1 – 1 of 1) sorted by relevance
45 MatchedNumberInfo* matchedNumberInfo2 = new MatchedNumberInfo(size, size, content); in DoSomethingInterestingWithMyAPI() local47 matchedNumberInfo2->SetBegin(size); in DoSomethingInterestingWithMyAPI()48 matchedNumberInfo2->GetBegin(); in DoSomethingInterestingWithMyAPI()49 matchedNumberInfo2->SetEnd(size); in DoSomethingInterestingWithMyAPI()50 matchedNumberInfo2->GetEnd(); in DoSomethingInterestingWithMyAPI()51 matchedNumberInfo2->SetContent(content); in DoSomethingInterestingWithMyAPI()52 matchedNumberInfo2->GetContent(); in DoSomethingInterestingWithMyAPI()53 bool flag = *matchedNumberInfo < *matchedNumberInfo2; in DoSomethingInterestingWithMyAPI()55 delete matchedNumberInfo2; in DoSomethingInterestingWithMyAPI()