Home
last modified time | relevance | path

Searched defs:enumvalue (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/
DEnum.php29 private $enumvalue; variable in Google\\Protobuf\\Enum
/third_party/protobuf/src/google/protobuf/
Dtype.proto149 repeated EnumValue enumvalue = 2; field
Dtype.pb.h2434 inline const ::google::protobuf::EnumValue& Enum::enumvalue(int index) const in enumvalue() function
2445 inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::EnumValue>& Enum::enumvalue()… in enumvalue() function
/third_party/cups/cups/
Dipp-support.c2089 int enumvalue) /* I - Enum value */ in ippEnumString()