Home
last modified time | relevance | path

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

/external/webrtc/api/
Dlegacy_stats_types.cc806 StatsReport* StatsCollection::InsertNew(const StatsReport::Id& id) { in InsertNew() function in webrtc::StatsCollection
817 return ret ? ret : InsertNew(id); in FindOrAddNew()
832 return InsertNew(id); in ReplaceOrAddNew()
Dlegacy_stats_types.h440 StatsReport* InsertNew(const StatsReport::Id& id);
/external/webrtc/pc/
Dlegacy_stats_collector.cc594 report = reports_.InsertNew(id); in AddLocalAudioTrack()
699 report = reports_.InsertNew(id); in PrepareReport()
823 report = reports_.InsertNew(id); in AddCandidateReport()
/external/lzma/CPP/Common/
DMyVector.h489 T& InsertNew(unsigned index) in InsertNew() function
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp1018 CMethodFull &m = mode.Methods.InsertNew(0); in MakeExeMethod()