Home
last modified time | relevance | path

Searched refs:enumvalue (Results 1 – 9 of 9) sorted by relevance

/external/libcups/cups/
Dipp-support.c1862 int enumvalue) /* I - Enum value */ in ippEnumString() argument
1872 enumvalue >= 3 && in ippEnumString()
1873 enumvalue < (3 + (int)(sizeof(ipp_document_states) / in ippEnumString()
1875 return (ipp_document_states[enumvalue - 3]); in ippEnumString()
1885 if (enumvalue >= 3 && in ippEnumString()
1886 enumvalue < (3 + (int)(sizeof(ipp_finishings) / in ippEnumString()
1888 return (ipp_finishings[enumvalue - 3]); in ippEnumString()
1889 else if (enumvalue >= 0x40000000 && in ippEnumString()
1890 enumvalue <= (0x40000000 + (int)(sizeof(ipp_finishings_vendor) / in ippEnumString()
1892 return (ipp_finishings_vendor[enumvalue - 0x40000000]); in ippEnumString()
[all …]
Dipp.h931 extern const char *ippEnumString(const char *attrname, int enumvalue)
/external/protobuf/src/google/protobuf/util/internal/
Dutility.cc181 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNameOrNull()
194 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNumberOrNull()
Ddefault_value_objectwriter.cc406 ? DataPiece(enum_type->enumvalue(0).name(), true) in FindEnumDefault()
Dprotostream_objectsource.cc1085 const google::protobuf::EnumValue& ev = tech_enum.enumvalue(i); in FindEnumValueByNumber()
/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util_test.cc123 if (type.enumvalue(i).name() == name && in EnumHasValue()
124 type.enumvalue(i).number() == number) { in EnumHasValue()
/external/protobuf/src/google/protobuf/
Dtype.pb.h604 const ::google::protobuf::EnumValue& enumvalue(int index) const;
610 enumvalue() const;
1407 inline const ::google::protobuf::EnumValue& Enum::enumvalue(int index) const { in enumvalue() function
1425 Enum::enumvalue() const { in enumvalue() function
Dtype.proto146 repeated EnumValue enumvalue = 2; field
Dtype.pb.cc2171 2, this->enumvalue(i), output); in SerializeWithCachedSizes()
2213 2, this->enumvalue(i), target); in SerializeWithCachedSizesToArray()
2269 this->enumvalue(i)); in ByteSize()
2413 const ::google::protobuf::EnumValue& Enum::enumvalue(int index) const { in enumvalue() function in google::protobuf::Enum
2431 Enum::enumvalue() const { in enumvalue() function in google::protobuf::Enum