Home
last modified time | relevance | path

Searched defs:valueType (Results 1 – 3 of 3) sorted by relevance

/system/core/libstats/socket/include/
Dstats_event.h113 uint8_t valueType; // expected to be INT32_TYPE, INT64_TYPE, FLOAT_TYPE, or STRING_TYPE member
/system/tools/xsdc/src/com/android/xsdc/java/
DJavaCodeGenerator.java167 JavaSimpleType valueType = (complexType instanceof XsdSimpleContent) ? in printClass() local
/system/tools/xsdc/src/com/android/xsdc/cpp/
DCppCodeGenerator.java227 CppSimpleType valueType = (complexType instanceof XsdSimpleContent) ? in printClass() local