Home
last modified time | relevance | path

Searched refs:InsertNew (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dstatstypes.cc744 StatsReport* StatsCollection::InsertNew(const StatsReport::Id& id) { in InsertNew() function in webrtc::StatsCollection
755 return ret ? ret : InsertNew(id); in FindOrAddNew()
769 return InsertNew(id); in ReplaceOrAddNew()
Dstatstypes.h403 StatsReport* InsertNew(const StatsReport::Id& id);
Dstatscollector.cc410 report = reports_.InsertNew(id); in AddLocalAudioTrack()
523 report = reports_.InsertNew(id); in PrepareReport()
658 report = reports_.InsertNew(id); in AddCandidateReport()
/external/lzma/CPP/Common/
DMyVector.h470 T& InsertNew(unsigned index) in InsertNew() function