Home
last modified time | relevance | path

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

/external/webrtc/api/
Dstats_types.cc808 StatsReport* StatsCollection::InsertNew(const StatsReport::Id& id) { in InsertNew() function in webrtc::StatsCollection
819 return ret ? ret : InsertNew(id); in FindOrAddNew()
834 return InsertNew(id); in ReplaceOrAddNew()
Dstats_types.h440 StatsReport* InsertNew(const StatsReport::Id& id);
/external/webrtc/pc/
Dstats_collector.cc561 report = reports_.InsertNew(id); in AddLocalAudioTrack()
657 report = reports_.InsertNew(id); in PrepareReport()
779 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()