Home
last modified time | relevance | path

Searched defs:Dictionary (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/
H A Dtemplate3.C22 Dictionary() : i_buckets (new List<T>[1234]) {} in Dictionary() function
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerDefs.h30 class Dictionary; variable
H A DFuzzerDriver.cpp740 std::vector<Unit> Dictionary; in FuzzerDriver() local
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h58 class Dictionary; variable
370 Dictionary() : Object(lldb::eStructuredDataTypeDictionary) {} in Dictionary() function
372 Dictionary(ObjectSP obj_sp) : Object(lldb::eStructuredDataTypeDictionary) { in Dictionary() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h91 Dictionary, enumerator
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DJSONGenerator.h34 class Dictionary; variable
256 Dictionary() : Object(Type::eTypeDictionary), m_dict() {} in Dictionary() function
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.cpp80 CFMutableDictionaryRef CFCMutableDictionary::Dictionary(bool can_create) { in Dictionary() function in CFCMutableDictionary