Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Import/objc-param-decl/Inputs/
DS.m4 @interface Dictionary <FirstParam : id <NSString>, NSString> interface
/external/llvm-project/clang/test/SemaObjC/
Dtypo-correction-subscript.m9 - (void)rdar47403222:(Dictionary *)opts {
/external/oss-fuzz/docs/advanced-topics/
Dideal_integration.md111 ## Dictionary section in Ideal integration with OSS-Fuzz
/external/grpc-grpc/third_party/nanopb/tests/cyclic_messages/
Dcyclic.proto14 message Dictionary message
/external/nanopb-c/tests/cyclic_messages/
Dcyclic.proto14 message Dictionary message
/external/brotli/csharp/org/brotli/dec/
DDictionary.cs20 internal sealed class Dictionary class
/external/brotli/java/org/brotli/dec/
DDictionary.java20 public final class Dictionary { class
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerDefs.h30 class Dictionary; variable
DFuzzerDriver.cpp737 Vector<Unit> Dictionary; in FuzzerDriver() local
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerDefs.h30 class Dictionary; variable
DFuzzerDriver.cpp737 Vector<Unit> Dictionary; in FuzzerDriver() local
/external/libtextclassifier/native/annotator/
Dcollections.h52 static const std::string& Dictionary() { in Dictionary() function
/external/llvm-project/lldb/tools/debugserver/source/
DJSONGenerator.h34 class Dictionary; variable
219 Dictionary() : Object(Type::eTypeDictionary), m_dict() {} in Dictionary() function
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.h103 Dictionary, enumerator
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs67 Dictionary, enumerator
/external/llvm-project/lldb/include/lldb/Utility/
DStructuredData.h58 class Dictionary; variable
354 Dictionary() : Object(lldb::eStructuredDataTypeDictionary), m_dict() {} in Dictionary() function
/external/lzma/CPP/7zip/UI/Common/
DZipRegistry.h41 UInt32 Dictionary; member
/external/cldr/tools/java/org/unicode/cldr/util/
DDictionary.java89 public abstract class Dictionary<T> { class
/external/llvm/lib/Fuzzer/
DFuzzerDriver.cpp328 std::vector<Unit> Dictionary; in FuzzerDriver() local
/external/llvm-project/lldb/source/Host/macosx/cfcpp/
DCFCMutableDictionary.cpp80 CFMutableDictionaryRef CFCMutableDictionary::Dictionary(bool can_create) { in Dictionary() function in CFCMutableDictionary