Home | History | Annotate | Download | only in browser

Lines Matching refs:credit_cards_

60     CreateTestCreditCards(&credit_cards_);
78 for (std::vector<CreditCard *>::iterator it = credit_cards_.begin();
79 it != credit_cards_.end(); ++it){
91 credit_cards_.push_back(credit_card);
97 credit_cards_.erase(
98 std::remove(credit_cards_.begin(), credit_cards_.end(), credit_card),
99 credit_cards_.end());
119 credit_cards_.clear();
133 credit_cards_.push_back(credit_card);