Home
last modified time | relevance | path

Searched defs:AddItem (Results 1 – 8 of 8) sorted by relevance

/external/perfetto/src/tracing/
Dtraced_value.cc115 TracedValue TracedDictionary::AddItem(StaticString key) { in AddItem() function in perfetto::TracedDictionary
122 TracedValue TracedDictionary::AddItem(DynamicString key) { in AddItem() function in perfetto::TracedDictionary
/external/lzma/CPP/Common/
DWildcard.cpp273 void CCensorNode::AddItem(bool include, CItem &item, int ignoreWildcardIndex) in AddItem() function in NWildcard::CCensorNode
302 void CCensorNode::AddItem(bool include, const UString &path, bool recursive, bool forFile, bool for… in AddItem() function in NWildcard::CCensorNode
528 void CCensor::AddItem(ECensorPathMode pathMode, bool include, const UString &path, bool recursive, … in AddItem() function in NWildcard::CCensor
/external/llvm-project/lldb/tools/debugserver/source/
DJSONGenerator.h126 void AddItem(ObjectSP item) { m_items.push_back(item); } in AddItem() function
223 void AddItem(std::string key, ObjectSP value) { in AddItem() function
/external/llvm-project/lldb/include/lldb/Utility/
DStructuredData.h276 void AddItem(const ObjectSP &item) { m_items.push_back(item); } in AddItem() function
494 void AddItem(llvm::StringRef key, ObjectSP value_sp) { in AddItem() function
/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_impl.cpp563 void CPWL_ListCtrl::AddItem(const WideString& str) { in AddItem() function in CPWL_ListCtrl
Dcpwl_edit_impl.cpp234 void CPWL_EditImpl_Undo::AddItem(std::unique_ptr<IFX_Edit_UndoItem> pItem) { in AddItem() function in CPWL_EditImpl_Undo
/external/tensorflow/tensorflow/core/framework/
Dfunction.cc416 Status AddItem(const string& name, const NameInfoItem& item) { in AddItem() function in tensorflow::__anonb69655eb0111::FunctionInstantiationHelper
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp257 void CHandler::AddItem(const CParseItem &item) in AddItem() function in NArchive::NParser::CHandler