Searched defs:addAttribute (Results 1 – 3 of 3) sorted by relevance
37 bool addAttribute(int attribute, const T& value) { in addAttribute() function42 bool addAttribute(int attribute, T data, size_t numElements) { in addAttribute() function
32 void addAttribute(uint16_t type) { in addAttribute() function
71 void STUNMessage::addAttribute(uint16_t type, const void *data, size_t size) { in addAttribute() function in STUNMessage