HomeSort by relevance Sort by last modified time
    Searched refs:roster_ (Results 1 - 4 of 4) 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
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc 392 roster_(new RosterMap),
408 delete roster_;
716 (*roster_)[key] = item;
722 RosterMap::iterator iter = roster_->find(key);
723 if (iter != roster_->end())
724 roster_->erase(iter);
729 console_->PrintLine("Roster contains %d callable", roster_->size());
730 RosterMap::iterator iter = roster_->begin();
731 while (iter != roster_->end()) {
825 for (RosterMap::iterator iter = roster_->begin()
    [all...]
callclient.h 338 RosterMap* roster_; member in class:CallClient

Completed in 1051 milliseconds