Searched refs:Dictionary (Results 1 - 25 of 57) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h98 size_t DumpHeader(Stream &stream, const StructuredData::Dictionary &event);
100 size_t HandleDisplayOfEvent(const StructuredData::Dictionary &event,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTraceOptions.h20 TraceOptions() : m_trace_params(new StructuredData::Dictionary()) {}
H A DStructuredData.h58 class Dictionary;
67 typedef std::shared_ptr<Dictionary> DictionarySP;
91 Dictionary *GetAsDictionary() {
93 ? static_cast<Dictionary *>(this)
254 bool GetItemAtIndexAsDictionary(size_t idx, Dictionary *&result) const {
352 class Dictionary : public Object { class in inherits:Object
354 Dictionary() : Object(lldb::eStructuredDataTypeDictionary), m_dict() {} function in class:Dictionary
356 ~Dictionary() override = default;
468 Dictionary *&result) const {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.h23 DynamicRegisterInfo(const lldb_private::StructuredData::Dictionary &dict,
34 size_t SetRegisterInfo(const lldb_private::StructuredData::Dictionary &dict,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp65 Breakpoint *bkpt, const StructuredData::Dictionary &options_dict,
81 StructuredData::Dictionary *args_dict = nullptr;
94 new StructuredData::Dictionary());
H A DBreakpointResolverAddress.cpp39 Breakpoint *bkpt, const StructuredData::Dictionary &options_dict,
70 new StructuredData::Dictionary());
H A DBreakpointOptions.cpp41 new StructuredData::Dictionary());
61 const StructuredData::Dictionary &options_dict, Status &error) {
237 Target &target, const StructuredData::Dictionary &options_dict,
298 StructuredData::Dictionary *cmds_dict;
343 StructuredData::Dictionary *thread_spec_dict;
364 new StructuredData::Dictionary());
H A DBreakpointResolver.cpp71 const StructuredData::Dictionary &resolver_dict, Status &error) {
96 StructuredData::Dictionary *subclass_options = nullptr;
156 StructuredData::DictionarySP type_dict_sp(new StructuredData::Dictionary());
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMutate.h101 size_t AddWordFromDictionary(Dictionary &D, uint8_t *Data, size_t Size,
127 // Dictionary provided by the user via -dict=DICT_FILE.
128 Dictionary ManualDictionary;
131 Dictionary TempAutoDictionary;
134 Dictionary PersistentAutoDictionary;
H A DFuzzerDictionary.h8 // fuzzer::Dictionary
80 class Dictionary { class in namespace:fuzzer
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h72 lldb_private::StructuredData::Dictionary &thread_dict,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverFileLine.h30 const StructuredData::Dictionary &data_dict,
H A DBreakpointResolverFileRegex.h32 const StructuredData::Dictionary &options_dict,
H A DBreakpointResolverAddress.h33 const StructuredData::Dictionary &options_dict,
H A DBreakpointResolverScripted.h35 const StructuredData::Dictionary &options_dict,
H A DBreakpointResolverName.h53 const StructuredData::Dictionary &data_dict,
H A DBreakpointResolver.h104 CreateFromStructuredData(const StructuredData::Dictionary &resolver_dict,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSearchFilter.h194 const StructuredData::Dictionary &data_dict,
292 const StructuredData::Dictionary &data_dict,
338 const StructuredData::Dictionary &data_dict,
389 const StructuredData::Dictionary &data_dict,
429 const StructuredData::Dictionary &data_dict,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp25 const StructuredData::Dictionary &spec_dict, Status &error) {
56 StructuredData::DictionarySP data_dict_sp(new StructuredData::Dictionary());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPythonClassWithDict.cpp98 m_dict_sp = std::make_shared<StructuredData::Dictionary>();
108 m_dict_sp = std::make_shared<StructuredData::Dictionary>();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h38 CreateFromStructuredData(const StructuredData::Dictionary &data_dict,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp232 std::function<void(ValueObjectSP o, StructuredData::Dictionary *dict)> const
242 StructuredData::Dictionary *dict = new StructuredData::Dictionary();
269 StructuredData::Dictionary *dict) {
341 StructuredData::Dictionary *dict = new StructuredData::Dictionary();
353 [thread_sp](ValueObjectSP o, StructuredData::Dictionary *dict) {
365 [&thread_id_map](ValueObjectSP o, StructuredData::Dictionary *dict) {
393 StructuredData::Dictionary *dict) {
426 [](ValueObjectSP o, StructuredData::Dictionary *dic
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp78 Target &target, const StructuredData::Dictionary &filter_dict,
101 StructuredData::Dictionary *subclass_options = nullptr;
177 auto type_dict_sp = std::make_shared<StructuredData::Dictionary>();
365 Target &target, const StructuredData::Dictionary &data_dict,
375 auto result_sp = std::make_shared<StructuredData::Dictionary>();
475 Target &target, const StructuredData::Dictionary &data_dict,
505 auto options_dict_sp = std::make_shared<StructuredData::Dictionary>();
620 Target &target, const StructuredData::Dictionary &data_dict,
652 auto options_dict_sp = std::make_shared<StructuredData::Dictionary>();
670 Target &target, const StructuredData::Dictionary
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_find.py110 P2PFindDict = dbus.Dictionary(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp74 auto dict_up = std::make_unique<StructuredData::Dictionary>();
156 void StructuredData::Dictionary::Serialize(json::OStream &s) const {

Completed in 254 milliseconds

123