Home
last modified time | relevance | path

Searched defs:Insert (Results 1 – 25 of 53) sorted by relevance

123

/external/openfst/src/include/fst/
Dheap.h65 int Insert(const T& val) { in Insert() function
183 int Insert(const T& val, int i) { in Insert() function
Dutil.h391 void Insert(Key key) { in Insert() function
/external/lldb/include/lldb/Core/
DFileSpecList.h195 Insert (size_t idx, const FileSpec &file) in Insert() function
DUniqueCStringMap.h95 Insert (const char *unique_cstr, const T& value) in Insert() function
102 Insert (const Entry &e) in Insert() function
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDIECollection.cpp22 DWARFDIECollection::Insert(const DWARFDebugInfoEntry *die) in Insert() function in DWARFDIECollection
DNameToDIE.cpp33 NameToDIE::Insert (const ConstString& name, uint32_t die_offset) in Insert() function in NameToDIE
DUniqueDWARFASTType.h145 Insert (const lldb_private::ConstString &name, in Insert() function
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DSubList.cs62 public void Insert( int index, object value ) in Insert() method in Antlr.Runtime.JavaExtensions.SubList
393 void IList<T>.Insert( int index, T item ) in Insert() method in Antlr.Runtime.JavaExtensions.SubList
/external/webrtc/src/system_wrappers/source/
Dmap.cc68 int MapWrapper::Insert(int id, void* ptr) in Insert() function in webrtc::MapWrapper
Dmap_no_stl.cc74 int MapNoStl::Insert(int id, void* ptr) in Insert() function in webrtc::MapNoStl
Dlist_stl.cc180 int ListWrapper::Insert(ListItem* existing_previous_item, in Insert() function in webrtc::ListWrapper
Dlist_no_stl.cc149 int ListWrapper::Insert(ListItem* existing_previous_item, ListItem* new_item) in Insert() function in webrtc::ListWrapper
/external/llvm/lib/Target/R600/
DSIAnnotateControlFlow.cpp248 TerminatorInst *Insert = From->getTerminator(); in handleLoopCondition() local
257 Instruction *Insert; in handleLoopCondition() local
DSILowerControlFlow.cpp156 MachineBasicBlock::iterator Insert = &MI; in SkipIfDead() local
/external/lzma/CPP/Common/
DMyVector.h60 void Insert(int index, T item) in Insert() function
206 void Insert(int index, const T& item) { CPointerVector::Insert(index, new T(item)); } in Insert() function
DMyString.h469 int Insert(int index, T c) in Insert() function
476 int Insert(int index, const CStringBase &s) in Insert() function
/external/v8/test/cctest/
Dtest-hashmap.cc49 void Insert(int x) { in Insert() function in IntSet
/external/v8/src/
Deffects.h205 bool Insert(Var var, Locator* locator) { in Insert() function
295 bool NestedEffectsBase<Var, kNoVar>::Insert(Var var, Locator* locator) { in Insert() function
Dsplay-tree-inl.h22 bool SplayTree<Config, Allocator>::Insert(const Key& key, in Insert() function
Dhydrogen-check-elimination.cc764 void Insert(HValue* object, in Insert() function in v8::internal::HCheckTable
771 void Insert(HValue* object, in Insert() function in v8::internal::HCheckTable
/external/webrtc/src/common_audio/resampler/
Dresampler.cc996 int Resampler::Insert(WebRtc_Word16 * samplesIn, int lengthIn) in Insert() function in webrtc::Resampler
/external/lldb/source/Symbol/
DTypeList.cpp54 TypeList::Insert (const TypeSP& type_sp) in Insert() function in TypeList
/external/llvm/unittests/ADT/
DTinyPtrVectorTest.cpp361 TYPED_TEST(TinyPtrVectorTest, Insert) { in TYPED_TEST() argument
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp673 LoopData *OuterLoop, std::list<LoopData>::iterator Insert, in createIrreducibleLoop()
696 std::list<LoopData>::iterator Insert) { in analyzeIrreducible()
/external/lldb/source/Target/
DPathMappingList.cpp102 PathMappingList::Insert (const ConstString &path, in Insert() function in PathMappingList

123