Home
last modified time | relevance | path

Searched refs:AddFloatItem (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPythonClassWithDict.cpp116 m_dict_sp->AddFloatItem(m_current_key, d); in SetOptionValue()
H A DCommandInterpreter.cpp2100 transcript_item->AddFloatItem("durationInSeconds", in HandleCompletionMatches()
/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h279 void AddFloatItem(double value) { AddItem(std::make_shared<Float>(value)); } in AddFloatItem() function
525 void AddFloatItem(llvm::StringRef key, double value) { in AddFloatItem() function
/llvm-project/lldb/tools/debugserver/source/
H A DJSONGenerator.h268 void AddFloatItem(std::string key, double value) { in AddFloatItem() function