Home
last modified time | relevance | path

Searched defs:getValueType (Results 1 – 25 of 60) sorted by relevance

123

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/value/
DEncodedValue.java47 int getValueType(); in getValueType() method
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/value/
DBaseNullEncodedValue.java58 public int getValueType() { return ValueType.NULL; } in getValueType() method in BaseNullEncodedValue
DBaseArrayEncodedValue.java63 public int getValueType() { return ValueType.ARRAY; } in getValueType() method in BaseArrayEncodedValue
DBaseBooleanEncodedValue.java64 public int getValueType() { return ValueType.BOOLEAN; } in getValueType() method in BaseBooleanEncodedValue
DBaseCharEncodedValue.java64 public int getValueType() { return ValueType.CHAR; } in getValueType() method in BaseCharEncodedValue
DBaseMethodEncodedValue.java63 public int getValueType() { return ValueType.METHOD; } in getValueType() method in BaseMethodEncodedValue
DBaseStringEncodedValue.java63 public int getValueType() { return ValueType.STRING; } in getValueType() method in BaseStringEncodedValue
DBaseByteEncodedValue.java63 public int getValueType() { return ValueType.BYTE; } in getValueType() method in BaseByteEncodedValue
DBaseEnumEncodedValue.java63 public int getValueType() { return ValueType.ENUM; } in getValueType() method in BaseEnumEncodedValue
DBaseIntEncodedValue.java63 public int getValueType() { return ValueType.INT; } in getValueType() method in BaseIntEncodedValue
DBaseMethodHandleEncodedValue.java63 public int getValueType() { in getValueType() method in BaseMethodHandleEncodedValue
DBaseMethodTypeEncodedValue.java63 public int getValueType() { in getValueType() method in BaseMethodTypeEncodedValue
DBaseFieldEncodedValue.java63 public int getValueType() { return ValueType.FIELD; } in getValueType() method in BaseFieldEncodedValue
DBaseFloatEncodedValue.java63 public int getValueType() { return ValueType.FLOAT; } in getValueType() method in BaseFloatEncodedValue
DBaseShortEncodedValue.java64 public int getValueType() { return ValueType.SHORT; } in getValueType() method in BaseShortEncodedValue
DBaseTypeEncodedValue.java63 public int getValueType() { return ValueType.TYPE; } in getValueType() method in BaseTypeEncodedValue
DBaseDoubleEncodedValue.java65 public int getValueType() { return ValueType.DOUBLE; } in getValueType() method in BaseDoubleEncodedValue
DBaseAnnotationEncodedValue.java70 public int getValueType() { in getValueType() method in BaseAnnotationEncodedValue
DBaseLongEncodedValue.java66 public int getValueType() { return ValueType.LONG; } in getValueType() method in BaseLongEncodedValue
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h806 QualType getValueType() const override { return Str->getType(); } in getValueType() function
840 QualType getValueType() const override { return Str->getType(); } in getValueType() function
876 QualType getValueType() const override { return CL->getType(); } in getValueType() function
925 QualType getValueType() const override { in getValueType() function
960 QualType getValueType() const override { in getValueType() function
1040 QualType getValueType() const override { in getValueType() function
1074 QualType getValueType() const override { in getValueType() function
1163 QualType getValueType() const override { return ElementType; } in getValueType() function
1198 QualType getValueType() const override { return Ex->getType(); } in getValueType() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h753 QualType getValueType() const override { in getValueType() function
789 QualType getValueType() const override { in getValueType() function
821 QualType getValueType() const override { in getValueType() function
877 QualType getValueType() const override { in getValueType() function
909 QualType getValueType() const override { in getValueType() function
932 QualType getValueType() const override { in getValueType() function
1025 QualType getValueType() const override { in getValueType() function
1059 QualType getValueType() const override { in getValueType() function
/external/protobuf/php/src/Google/Protobuf/Internal/
DMapField.php106 public function getValueType() function in Google\\Protobuf\\Internal\\MapField
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DContainerDeserializerBase.java89 public JavaType getValueType() { return _containerType; } in getValueType() method in ContainerDeserializerBase
/external/llvm-project/llvm/utils/TableGen/
DCodeGenTarget.h213 MVT::SimpleValueType getValueType() const { return Ty; } in getValueType() function
/external/auto/value/src/main/java/com/google/auto/value/extension/serializable/serializer/impl/
DImmutableMapSerializerExtension.java163 private static TypeMirror getValueType(TypeMirror type) { in getValueType() method in ImmutableMapSerializerExtension

123