Home
last modified time | relevance | path

Searched refs:PrimitiveType (Results 1 – 2 of 2) sorted by relevance

/dalvik/libdex/
DDexFile.cpp46 char dexGetPrimitiveTypeDescriptorChar(PrimitiveType type) { in dexGetPrimitiveTypeDescriptorChar()
53 const char* dexGetPrimitiveTypeDescriptor(PrimitiveType type) { in dexGetPrimitiveTypeDescriptor()
71 const char* dexGetBoxedTypeDescriptor(PrimitiveType type) { in dexGetBoxedTypeDescriptor()
87 PrimitiveType dexGetPrimitiveTypeFromDescriptorChar(char descriptorChar) { in dexGetPrimitiveTypeFromDescriptorChar()
DDexFile.h141 enum PrimitiveType { enum
1061 char dexGetPrimitiveTypeDescriptorChar(PrimitiveType type);
1067 const char* dexGetPrimitiveTypeDescriptor(PrimitiveType type);
1075 const char* dexGetBoxedTypeDescriptor(PrimitiveType type);
1082 PrimitiveType dexGetPrimitiveTypeFromDescriptorChar(char descriptorChar);