Home
last modified time | relevance | path

Searched refs:InsertNew (Results 1 – 9 of 9) 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/v8/src/runtime/
Druntime.cc100 function_name_map->InsertNew(identifier, identifier->Hash()); in InitializeIntrinsicFunctionNames()
/external/v8/src/base/
Dhashmap.h67 Entry* InsertNew(const Key& key, uint32_t hash,
195 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::InsertNew( in InsertNew() function
/external/v8/src/ast/
Dast-value-factory.h365 string_table_.InsertNew(name##_string_, name##_string_->hash()); \ in AstStringConstants()
/external/lzma/CPP/Common/
DMyVector.h481 T& InsertNew(unsigned index) in InsertNew() function
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp1018 CMethodFull &m = mode.Methods.InsertNew(0); in MakeExeMethod()
/external/v8/src/heap/
Dspaces.cc3086 base::HashMap::Entry* entry = chunk_map_.InsertNew( in AllocateChunk()