OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullEncodedValue
(Results
1 - 2
of
2
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/value/
BaseNullEncodedValue.java
37
import org.jf.dexlib2.iface.value.
NullEncodedValue
;
42
public abstract class BaseNullEncodedValue implements
NullEncodedValue
{
50
return o instanceof
NullEncodedValue
;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/value/
NullEncodedValue.java
40
public interface
NullEncodedValue
extends EncodedValue {
56
* Compares this
NullEncodedValue
to another
NullEncodedValue
for equality.
58
* This
NullEncodedValue
is always equal to another other
NullEncodedValue
60
* @param o The object to be compared for equality with this
NullEncodedValue
61
* @return true if the specified object is equal to this
NullEncodedValue
66
* Compare this
NullEncodedValue
to another EncodedValue.
69
*
NullEncodedValue
, then 0 is returned.
71
* @param o The EncodedValue to compare with this
NullEncodedValue
[
all
...]
Completed in 1115 milliseconds