Home | History | Annotate | Download | only in audio

Lines Matching defs:a_

30     STLDeleteElements(&a_);
35 DCHECK_EQ(a_.size(), b_.size());
36 return a_.size();
39 const CrossProcessNotification::Notifications& a() { return a_; }
44 a_.resize(count);
48 a_[i] = new CrossProcessNotification();
50 if (!CrossProcessNotification::InitializePair(a_[i], b_[i])) {
52 delete a_[i];
57 a_.resize(i);
61 CrossProcessNotification::Notifications a_;