Home
last modified time | relevance | path

Searched defs:literalValue (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Rules/
H A DLiteral.cs1623 internal BoolLiteral(bool literalValue) in BoolLiteral()
1673 internal ByteLiteral(byte literalValue) in ByteLiteral()
1960 internal SByteLiteral(sbyte literalValue) in SByteLiteral()
2231 internal CharLiteral(char literalValue) in CharLiteral()
2763 internal ShortLiteral(short literalValue) in ShortLiteral()
3033 internal IntLiteral(int literalValue) in IntLiteral()
3319 internal LongLiteral(long literalValue) in LongLiteral()
3605 internal UShortLiteral(ushort literalValue) in UShortLiteral()
3891 internal UIntLiteral(uint literalValue) in UIntLiteral()
4177 internal ULongLiteral(ulong literalValue) in ULongLiteral()
[all …]
H A DArithmeticLiteral.cs819 internal IntArithmeticLiteral(int literalValue) in IntArithmeticLiteral()
1131 internal LongArithmeticLiteral(long literalValue) in LongArithmeticLiteral()
1441 internal CharArithmeticLiteral(char literalValue) in CharArithmeticLiteral()
1736 internal UShortArithmeticLiteral(ushort literalValue) in UShortArithmeticLiteral()
2031 internal UIntArithmeticLiteral(uint literalValue) in UIntArithmeticLiteral()
2326 internal ULongArithmeticLiteral(ulong literalValue) in ULongArithmeticLiteral()
2649 internal FloatArithmeticLiteral(float literalValue) in FloatArithmeticLiteral()
2864 internal DoubleArithmeticLiteral(double literalValue) in DoubleArithmeticLiteral()
3079 internal DecimalArithmeticLiteral(decimal literalValue) in DecimalArithmeticLiteral()
3274 internal BooleanArithmeticLiteral(bool literalValue) in BooleanArithmeticLiteral()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Emit/tests/EnumBuilder/
H A DEnumBuilder.Methods.Tests.cs54 public void DefineLiteral(Type underlyingType, object literalValue) in DefineLiteral()
117 …DefineLiteral_InvalidLiteralValue_ThrowsArgumentException(Type underlyingType, object literalValue) in DefineLiteral_InvalidLiteralValue_ThrowsArgumentException()
131 …ral_InvalidLiteralValue_ThrowsTypeLoadExceptionOnCreation(Type underlyingType, object literalValue) in DefineLiteral_InvalidLiteralValue_ThrowsTypeLoadExceptionOnCreation()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/Expressions/
H A DLiteral.cs109 static bool IsShortTimeFormattingSafe(DateTime literalValue) in IsShortTimeFormattingSafe()
137 static bool IsShortTimeFormattingSafe(DateTimeOffset literalValue) in IsShortTimeFormattingSafe()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHashtableEntry.java52 public Address literalValue() { in literalValue() method in HashtableEntry
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/actions/expression/nodes/
H A DLiteralExpression.cpp8 LiteralExpression::LiteralExpression(antlr4::Token* token, Value literalValue) in LiteralExpression()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHashtableEntry.java52 public Address literalValue() { in literalValue() method in HashtableEntry
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHashtableEntry.java54 public Address literalValue() { in literalValue() method in HashtableEntry
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHashtableEntry.java54 public Address literalValue() { in literalValue() method in HashtableEntry
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHashtableEntry.java54 public Address literalValue() { in literalValue() method in HashtableEntry
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHashtableEntry.java52 public Address literalValue() { in literalValue() method in HashtableEntry
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHashtableEntry.java52 public Address literalValue() { in literalValue() method in HashtableEntry
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHashtableEntry.java52 public Address literalValue() { in literalValue() method in HashtableEntry
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHashtableEntry.java52 public Address literalValue() { in literalValue() method in HashtableEntry
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHashtableEntry.java52 public Address literalValue() { in literalValue() method in HashtableEntry
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.expression/src/main/java/org/springframework/expression/common/
H A DLiteralExpression.java36 private final String literalValue; field in LiteralExpression
39 public LiteralExpression(String literalValue) { in LiteralExpression()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Reflection.Emit/
H A DEnumBuilder.pns.cs94 public FieldBuilder DefineLiteral (string literalName, object literalValue) in DefineLiteral()
/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/Emit/
H A DEnumBuilder.cs72 public FieldBuilder DefineLiteral(string literalName, object literalValue) in DefineLiteral()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.expression/src/main/java/org/springframework/expression/spel/ast/
H A DLiteral.java29 protected String literalValue; field in Literal
/dports/lang/solidity/solidity_0.8.11/libyul/optimiser/
H A DSMTSolver.cpp111 smtutil::Expression SMTSolver::literalValue(Literal const& _literal) in literalValue() function in SMTSolver
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DConstantPool.java347 public abstract Comparable<?> literalValue(); in literalValue() method in ConstantPool.LiteralEntry
379 public Comparable<?> literalValue() { in literalValue() method in ConstantPool.NumberEntry
411 public Comparable<?> literalValue() { in literalValue() method in ConstantPool.StringEntry
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DConstantPool.java347 public abstract Comparable<?> literalValue(); in literalValue() method in ConstantPool.LiteralEntry
379 public Comparable<?> literalValue() { in literalValue() method in ConstantPool.NumberEntry
411 public Comparable<?> literalValue() { in literalValue() method in ConstantPool.StringEntry
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstantPool.java347 public abstract Comparable<?> literalValue(); in literalValue() method in ConstantPool.LiteralEntry
379 public Comparable<?> literalValue() { in literalValue() method in ConstantPool.NumberEntry
411 public Comparable<?> literalValue() { in literalValue() method in ConstantPool.StringEntry
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DConstantPool.java347 public abstract Comparable<?> literalValue(); in literalValue() method in ConstantPool.LiteralEntry
379 public Comparable<?> literalValue() { in literalValue() method in ConstantPool.NumberEntry
411 public Comparable<?> literalValue() { in literalValue() method in ConstantPool.StringEntry
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DConstantPool.java347 public abstract Comparable<?> literalValue(); in literalValue() method in ConstantPool.LiteralEntry
379 public Comparable<?> literalValue() { in literalValue() method in ConstantPool.NumberEntry
411 public Comparable<?> literalValue() { in literalValue() method in ConstantPool.StringEntry

1234567