Home
last modified time | relevance | path

Searched defs:integerValue (Results 1 – 5 of 5) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
DNegatedIntegerValue.java30 private final IntegerValue integerValue; field in NegatedIntegerValue
36 public NegatedIntegerValue(IntegerValue integerValue) in NegatedIntegerValue()
DValue.java63 public IntegerValue integerValue() in integerValue() method in Value
DReferenceValue.java200 public Value arrayLoad(IntegerValue integerValue, ValueFactory valueFactory) in arrayLoad()
DIntegerValue.java983 public final IntegerValue integerValue() in integerValue() method in IntegerValue
/external/webkit/WebCore/inspector/
DInspectorController.h139 … long integerValue() const { ASSERT(m_type == IntegerType); return m_simpleContent.m_integer; } in integerValue() function