Home
last modified time | relevance | path

Searched defs:enumvalue (Results 1 – 7 of 7) 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.proto147 repeated EnumValue enumvalue = 2; field
Dtype.pb.h2147 inline const PROTOBUF_NAMESPACE_ID::EnumValue& Enum::enumvalue(int index) const { in enumvalue() function
2159 Enum::enumvalue() const { in enumvalue() function
/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstradioac.c80 static const GEnumValue enumvalue[] = { in gst_radioactv_mode_get_type() local
100 static const GEnumValue enumvalue[] = { in gst_radioactv_color_get_type() local
Dgstop.c68 static const GEnumValue enumvalue[] = { in gst_optv_mode_get_type() local
Dgstripple.c72 static const GEnumValue enumvalue[] = { in gst_rippletv_mode_get_type() local
/third_party/boost/tools/build/src/tools/
Ddoxproc.py688 def _translate_memberdef_enum_enumvalue( self, enumvalue, target=None, scope=None, **kwargs ): argument