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

123

/freebsd-13-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-13-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-13-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-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSearchFilter.h204 const StructuredData::Dictionary &data_dict,
302 const StructuredData::Dictionary &data_dict,
344 const StructuredData::Dictionary &data_dict,
391 const StructuredData::Dictionary &data_dict,
430 const StructuredData::Dictionary &data_dict,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp64 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict,
80 StructuredData::Dictionary *args_dict = nullptr;
93 new StructuredData::Dictionary());
H A DBreakpointResolverAddress.cpp37 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict,
68 new StructuredData::Dictionary());
H A DBreakpointOptions.cpp41 new StructuredData::Dictionary());
61 const StructuredData::Dictionary &options_dict, Status &error) {
238 Target &target, const StructuredData::Dictionary &options_dict,
299 StructuredData::Dictionary *cmds_dict;
344 StructuredData::Dictionary *thread_spec_dict;
365 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-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverAddress.h35 const StructuredData::Dictionary &options_dict,
H A DBreakpointResolverFileLine.h31 const StructuredData::Dictionary &data_dict,
H A DBreakpointResolverFileRegex.h32 const StructuredData::Dictionary &options_dict,
H A DBreakpointResolverScripted.h35 const StructuredData::Dictionary &options_dict,
H A DBreakpointResolverName.h55 const StructuredData::Dictionary &data_dict,
H A DBreakpointResolver.h107 CreateFromStructuredData(const StructuredData::Dictionary &resolver_dict,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h72 lldb_private::StructuredData::Dictionary &thread_dict,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDefs.h30 class Dictionary;
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;
/freebsd-13-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-13-stable/contrib/bearssl/T0/
H A DWordBuilder.cs45 Dictionary<string, int> locals;
63 locals = new Dictionary<string, int>();
/freebsd-13-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-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h38 CreateFromStructuredData(const StructuredData::Dictionary &data_dict,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp234 std::function<void(ValueObjectSP o, StructuredData::Dictionary *dict)> const
244 StructuredData::Dictionary *dict = new StructuredData::Dictionary();
271 StructuredData::Dictionary *dict) {
343 StructuredData::Dictionary *dict = new StructuredData::Dictionary();
355 [thread_sp](ValueObjectSP o, StructuredData::Dictionary *dict) {
367 [&thread_id_map](ValueObjectSP o, StructuredData::Dictionary *dict) {
395 StructuredData::Dictionary *dict) {
428 [](ValueObjectSP o, StructuredData::Dictionary *dic
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp79 const StructuredData::Dictionary &filter_dict,
102 StructuredData::Dictionary *subclass_options = nullptr;
177 auto type_dict_sp = std::make_shared<StructuredData::Dictionary>();
366 const StructuredData::Dictionary &data_dict,
375 auto result_sp = std::make_shared<StructuredData::Dictionary>();
468 const StructuredData::Dictionary &data_dict,
497 auto options_dict_sp = std::make_shared<StructuredData::Dictionary>();
604 const StructuredData::Dictionary &data_dict,
635 auto options_dict_sp = std::make_shared<StructuredData::Dictionary>();
654 const StructuredData::Dictionary
[all...]
/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_find.py110 P2PFindDict = dbus.Dictionary(

Completed in 172 milliseconds

123