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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 831 attr_types_ = new std::vector<uint16>();
835 delete attr_types_;
839 return attr_types_->size();
843 return (*attr_types_)[index];
847 (*attr_types_)[index] = value;
851 attr_types_->push_back(value);
852 SetLength(static_cast<uint16>(attr_types_->size() * 2));
863 attr_types_->push_back(attr);
875 for (size_t i = 0; i < attr_types_->size(); ++i) {
876 buf->WriteUInt16((*attr_types_)[i])
    [all...]
stun.h 479 std::vector<uint16>* attr_types_; member in class:cricket::StunUInt16ListAttribute

Completed in 33 milliseconds