OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attr_types_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc
458
attr_types_
= new std::vector<uint16>();
462
delete
attr_types_
;
466
return
attr_types_
->size();
470
return (*
attr_types_
)[index];
474
(*
attr_types_
)[index] = value;
478
attr_types_
->push_back(value);
479
SetLength(static_cast<uint16>(
attr_types_
->size() * 2));
487
attr_types_
->push_back(attr);
493
for (unsigned i = 0; i <
attr_types_
->size(); i++)
494
buf->WriteUInt16((*
attr_types_
)[i])
[
all
...]
stun.h
317
std::vector<uint16>*
attr_types_
;
member in class:cricket::StunUInt16ListAttribute
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc
830
attr_types_
= new std::vector<uint16>();
834
delete
attr_types_
;
838
return
attr_types_
->size();
842
return (*
attr_types_
)[index];
846
(*
attr_types_
)[index] = value;
850
attr_types_
->push_back(value);
851
SetLength(static_cast<uint16>(
attr_types_
->size() * 2));
862
attr_types_
->push_back(attr);
874
for (size_t i = 0; i <
attr_types_
->size(); ++i) {
875
buf->WriteUInt16((*
attr_types_
)[i])
[
all
...]
stun.h
479
std::vector<uint16>*
attr_types_
;
member in class:cricket::StunUInt16ListAttribute
Completed in 86 milliseconds