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

  /external/webrtc/webrtc/p2p/base/
stun.cc 818 attr_types_ = new std::vector<uint16_t>();
822 delete attr_types_;
826 return attr_types_->size();
830 return (*attr_types_)[index];
834 (*attr_types_)[index] = value;
838 attr_types_->push_back(value);
839 SetLength(static_cast<uint16_t>(attr_types_->size() * 2));
850 attr_types_->push_back(attr);
862 for (size_t i = 0; i < attr_types_->size(); ++i) {
863 buf->WriteUInt16((*attr_types_)[i])
    [all...]
stun.h 465 std::vector<uint16_t>* attr_types_; member in class:cricket::StunUInt16ListAttribute

Completed in 165 milliseconds