Home
last modified time | relevance | path

Searched defs:DictionaryEntry (Results 1 – 25 of 116) sorted by relevance

12345

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Collections/
H A DDictionaryEntry.cs17 public struct DictionaryEntry struct
19 private Object _key; // Do not rename (binary serialization)
20 private Object _value; // Do not rename (binary serialization)
24 public DictionaryEntry(Object key, Object value) in DictionaryEntry() argument
30 public Object Key
43 public Object Value
59 public void Deconstruct(out object key, out object value) in Deconstruct()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Collections/
H A DDictionaryEntry.cs17 public struct DictionaryEntry struct
19 private Object _key; // Do not rename (binary serialization)
20 private Object _value; // Do not rename (binary serialization)
24 public DictionaryEntry(Object key, Object value) in DictionaryEntry() method
30 public Object Key
43 public Object Value
59 public void Deconstruct(out object key, out object value) in Deconstruct()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/collections/
H A Ddictionaryentry.cs24 public struct DictionaryEntry struct
26 private Object _key;
27 private Object _value;
31 public DictionaryEntry(Object key, Object value) { in DictionaryEntry() argument
36 public Object Key {
46 public Object Value {
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Include/Rocket/Core/
H A DDictionary.h113 struct DictionaryEntry struct
115 DictionaryEntry() : hash(0) {} in DictionaryEntry() argument
128 DictionaryEntry small_table[DICTIONARY_MINSIZE]; argument
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/inc/utils/
H A Ddictionary.h42 typedef struct DictionaryEntry struct
46 } DictionaryEntry; typedef
/dports/graphics/opendx/dx-4.4.4/src/uipp/base/
H A DDictionary.h41 DictionaryEntry() {} in DictionaryEntry() function
42 DictionaryEntry(Symbol key) { name = key; } in DictionaryEntry() function
43 DictionaryEntry(Symbol key, void *def) { name = key; definition = def;} in DictionaryEntry() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_dictionarydialog.hxx31 struct DictionaryEntry final struct
39 OUString m_aTerm;
40 OUString m_aMapping;
41 sal_Int16 m_nConversionPropertyType; //linguistic2::ConversionPropertyType
43 bool m_bNewEntry;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_dictionarydialog.hxx32 struct DictionaryEntry final struct
40 OUString const m_aTerm;
41 OUString const m_aMapping;
42 sal_Int16 m_nConversionPropertyType; //linguistic2::ConversionPropertyType
44 bool const m_bNewEntry;
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Utilities/
H A DDictionaryWrapper.cs28 internal struct DictionaryEntry struct
30 private readonly object _key;
31 private readonly object _value;
33 public DictionaryEntry(object key, object value) in DictionaryEntry() method
39 public object Key
44 public object Value
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DDictionaryEntry.java35 public class DictionaryEntry extends sun.jvm.hotspot.utilities.HashtableEntry { class
52 public DictionaryEntry(Address addr) { in DictionaryEntry() method in DictionaryEntry
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DDictionaryEntry.java35 public class DictionaryEntry extends sun.jvm.hotspot.utilities.HashtableEntry { class
52 public DictionaryEntry(Address addr) { in DictionaryEntry() method in DictionaryEntry
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DDictionaryEntry.java35 public class DictionaryEntry extends sun.jvm.hotspot.utilities.HashtableEntry { class
52 public DictionaryEntry(Address addr) { in DictionaryEntry() method in DictionaryEntry
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DDictionaryEntry.java37 public class DictionaryEntry extends sun.jvm.hotspot.utilities.HashtableEntry { class
54 public DictionaryEntry(Address addr) { in DictionaryEntry() method in DictionaryEntry
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DDictionaryEntry.java37 public class DictionaryEntry extends sun.jvm.hotspot.utilities.HashtableEntry { class
54 public DictionaryEntry(Address addr) { in DictionaryEntry() method in DictionaryEntry
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DDictionaryEntry.java37 public class DictionaryEntry extends sun.jvm.hotspot.utilities.HashtableEntry { class
54 public DictionaryEntry(Address addr) { in DictionaryEntry() method in DictionaryEntry
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DDictionaryEntry.java35 public class DictionaryEntry extends sun.jvm.hotspot.utilities.HashtableEntry { class
52 public DictionaryEntry(Address addr) { in DictionaryEntry() method in DictionaryEntry
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DDictionaryEntry.java35 public class DictionaryEntry extends sun.jvm.hotspot.utilities.HashtableEntry { class
52 public DictionaryEntry(Address addr) { in DictionaryEntry() method in DictionaryEntry
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/fuzzer/
H A DFuzzerDictionary.h52 DictionaryEntry() {} in DictionaryEntry() function
53 DictionaryEntry(Word W) : W(W) {} in DictionaryEntry() function
54 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {} in DictionaryEntry() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDictionary.h51 DictionaryEntry() {} in DictionaryEntry() function
52 DictionaryEntry(Word W) : W(W) {} in DictionaryEntry() function
53 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {} in DictionaryEntry() function
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libfuzzer-sys-0.3.5/libfuzzer/
H A DFuzzerDictionary.h51 DictionaryEntry() {} in DictionaryEntry() function
52 DictionaryEntry(Word W) : W(W) {} in DictionaryEntry() function
53 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {} in DictionaryEntry() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/fuzzer/
H A DFuzzerDictionary.h53 DictionaryEntry() {} in DictionaryEntry() function
54 DictionaryEntry(Word W) : W(W) {} in DictionaryEntry() function
55 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {} in DictionaryEntry() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/fuzzer/
H A DFuzzerDictionary.h51 DictionaryEntry() {} in DictionaryEntry() function
52 DictionaryEntry(Word W) : W(W) {} in DictionaryEntry() function
53 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {} in DictionaryEntry() function
/dports/lang/spidermonkey78/firefox-78.9.0/tools/fuzzing/libfuzzer/
H A DFuzzerDictionary.h51 DictionaryEntry() {} in DictionaryEntry() function
52 DictionaryEntry(Word W) : W(W) {} in DictionaryEntry() function
53 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {} in DictionaryEntry() function
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/libfuzzer-sys-0.3.5/libfuzzer/
H A DFuzzerDictionary.h51 DictionaryEntry() {} in DictionaryEntry() function
52 DictionaryEntry(Word W) : W(W) {} in DictionaryEntry() function
53 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {} in DictionaryEntry() function
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/fuzzer/
H A DFuzzerDictionary.h51 DictionaryEntry() {} in DictionaryEntry() function
52 DictionaryEntry(Word W) : W(W) {} in DictionaryEntry() function
53 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {} in DictionaryEntry() function

12345