Searched defs:AppendIfUnique (Results 1 - 3 of 3) sorted by path

/external/lldb/source/API/
H A DSBFileSpecList.cpp72 SBFileSpecList::AppendIfUnique (const SBFileSpec &sb_file) function in class:SBFileSpecList
74 return m_opaque_ap->AppendIfUnique (sb_file.ref());
/external/lldb/source/Core/
H A DFileSpecList.cpp67 FileSpecList::AppendIfUnique(const FileSpec &file_spec) function in class:FileSpecList
/external/lldb/source/Symbol/
H A DSymbolContext.cpp994 SymbolContextList::AppendIfUnique (const SymbolContextList& sc_list, bool merge_symbol_into_function) function in class:SymbolContextList
1000 if (AppendIfUnique (*pos, merge_symbol_into_function))
1007 SymbolContextList::AppendIfUnique (const SymbolContext& sc, bool merge_symbol_into_function) function in class:SymbolContextList

Completed in 228 milliseconds