OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EnumValue
(Results
1 - 10
of
10
) 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
...]
propname.cpp
161
PropertyAliases::getValueMap(
EnumValue
prop) const {
168
PropertyAliases::getPropertyName(
EnumValue
prop,
174
inline
EnumValue
181
PropertyAliases::getPropertyValueName(
EnumValue
prop,
182
EnumValue
value,
197
inline
EnumValue
198
PropertyAliases::getPropertyValueEnum(
EnumValue
prop,
367
ds->swapArray32(ds, inMap, 2*sizeof(
EnumValue
), outMap, pErrorCode);
411
length=(1+tempMap->count)*sizeof(
EnumValue
);
452
const
EnumValue
*inEnumArray
[
all
...]
/external/llvm/utils/TableGen/
CodeGenRegisters.h
36
unsigned
EnumValue
;
68
// Order CodeGenRegister pointers by
EnumValue
.
72
return A->
EnumValue
< B->
EnumValue
;
RegisterInfoEmitter.cpp
48
Registers[i]->
EnumValue
<< ",\n";
49
assert(Registers.size() == Registers[Registers.size()-1]->
EnumValue
&&
CodeGenRegisters.cpp
29
EnumValue
(Enum),
DAGISelMatcherEmitter.cpp
441
if (Reg && Reg->
EnumValue
> 255) {
AsmMatcherEmitter.cpp
[
all
...]
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp
175
EnumValue
= static_cast<Types>(0) // expected-error{{enumerator value contains unexpanded parameter pack 'Types'}}
/external/icu4c/tools/genpname/
genpname.cpp
73
int32_t
enumValue
;
76
Alias(int32_t
enumValue
,
84
enumValue
(anEnumValue),
94
Property(int32_t
enumValue
,
222
int32_t
enumValue
;
223
NameToEnumEntry(int32_t a, int32_t b) { nameIndex=a;
enumValue
=b; }
242
int32_t
enumValue
;
244
EnumToNameGroupEntry(int32_t a, int32_t b) {
enumValue
=a; nameGroupIndex=b; }
251
if (p[i].
enumValue
!= (this->
enumValue
+ i))
[
all
...]
/external/protobuf/src/google/protobuf/
descriptor.cc
[
all
...]
Completed in 550 milliseconds