HomeSort by relevance Sort by last modified time
    Searched refs:roster_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.cc 247 roster_(new RosterMap),
257 delete roster_;
482 (*roster_)[key] = item;
485 RosterMap::iterator iter = roster_->find(key);
486 if (iter != roster_->end())
487 roster_->erase(iter);
493 console_->Printf("Roster contains %d callable", roster_->size());
494 RosterMap::iterator iter = roster_->begin();
495 while (iter != roster_->end()) {
556 for (RosterMap::iterator iter = roster_->begin()
    [all...]
callclient.h 193 RosterMap* roster_; member in class:CallClient

Completed in 33 milliseconds