Home
last modified time | relevance | path

Searched refs:enumvalue (Results 1 - 7 of 7) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/
H A DEnum.php27 * Generated from protobuf field <code>repeated .google.protobuf.EnumValue enumvalue = 2;</code>
29 private $enumvalue; variable
57 * @type \Google\Protobuf\EnumValue[]|\Google\Protobuf\Internal\RepeatedField $enumvalue
101 * Generated from protobuf field <code>repeated .google.protobuf.EnumValue enumvalue = 2;</code>
106 return $this->enumvalue;
112 * Generated from protobuf field <code>repeated .google.protobuf.EnumValue enumvalue = 2;</code>
119 $this->enumvalue = $arr; variable
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dutility.cc198 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNameOrNull()
211 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNumberOrNull()
224 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNameWithoutUnderscoreOrNull()
H A Ddefault_value_objectwriter.cc429 ? DataPiece(enum_type->enumvalue(0).number()) in FindEnumDefault()
430 : DataPiece(enum_type->enumvalue(0).name(), true)) in FindEnumDefault()
H A Ddatapiece.cc321 return enum_type->enumvalue(0).number(); in ToEnum()
H A Dprotostream_objectsource.cc1129 const google::protobuf::EnumValue& ev = tech_enum.enumvalue(i); in FindEnumValueByNumber()
/third_party/protobuf/src/google/protobuf/util/
H A Dtype_resolver_util_test.cc119 for (const EnumValue& value : type.enumvalue()) { in FindEnumValue()
/third_party/protobuf/src/google/protobuf/
H A Dtype.pb.h913 // repeated .google.protobuf.EnumValue enumvalue = 2;
926 const PROTOBUF_NAMESPACE_ID::EnumValue& enumvalue(int index) const;
929 enumvalue() const;
2125 // repeated .google.protobuf.EnumValue enumvalue = 2;
2136 // @@protoc_insertion_point(field_mutable:google.protobuf.Enum.enumvalue) in mutable_enumvalue()
2141 // @@protoc_insertion_point(field_mutable_list:google.protobuf.Enum.enumvalue) in mutable_enumvalue()
2147 inline const PROTOBUF_NAMESPACE_ID::EnumValue& Enum::enumvalue(int index) const { in enumvalue() function in Enum
2148 // @@protoc_insertion_point(field_get:google.protobuf.Enum.enumvalue) in enumvalue()
2155 // @@protoc_insertion_point(field_add:google.protobuf.Enum.enumvalue) in add_enumvalue()
2159 Enum::enumvalue() cons function in Enum
[all...]

Completed in 10 milliseconds