OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EnumValue
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
propname.h
116
typedef int32_t
EnumValue
;
187
const ValueMap* getValueMap(
EnumValue
prop) const;
202
inline const char* getPropertyName(
EnumValue
prop,
205
inline
EnumValue
getPropertyEnum(const char* alias) const;
207
inline const char* getPropertyValueName(
EnumValue
prop,
EnumValue
value,
210
inline
EnumValue
getPropertyValueEnum(
EnumValue
prop,
230
EnumValue
enumStart;
231
EnumValue
enumLimit
[
all
...]
/external/llvm/utils/TableGen/
CodeGenRegisters.h
36
unsigned
EnumValue
;
68
// Order CodeGenRegister pointers by
EnumValue
.
72
return A->
EnumValue
< B->
EnumValue
;
Completed in 221 milliseconds