HomeSort by relevance Sort by last modified time
    Searched refs:enumvalue (Results 1 - 10 of 10) sorted by null

  /external/libcups/cups/
ipp-support.c     [all...]
ipp.h     [all...]
  /external/protobuf/src/google/protobuf/util/internal/
utility.cc 177 const google::protobuf::EnumValue* FindEnumValueByNameOrNull(
181 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i);
190 const google::protobuf::EnumValue* FindEnumValueByNumberOrNull(
194 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i);
default_value_objectwriter.cc 406 ? DataPiece(enum_type->enumvalue(0).name(), true)
protostream_objectsource.cc 84 const google::protobuf::EnumValue* FindEnumValueByNumber(
856 const google::protobuf::EnumValue* enum_value =
    [all...]
  /external/protobuf/src/google/protobuf/util/
type_resolver_util_test.cc 123 if (type.enumvalue(i).name() == name &&
124 type.enumvalue(i).number() == number) {
  /external/protobuf/src/google/protobuf/
type.pb.h 44 class EnumValue;
600 // repeated .google.protobuf.EnumValue enumvalue = 2;
604 const ::google::protobuf::EnumValue& enumvalue(int index) const;
605 ::google::protobuf::EnumValue* mutable_enumvalue(int index);
606 ::google::protobuf::EnumValue* add_enumvalue();
607 ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue >*
609 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue >&
610 enumvalue() const
1407 inline const ::google::protobuf::EnumValue& Enum::enumvalue(int index) const { function in class:google::protobuf::Enum
1425 Enum::enumvalue() const { function in class:google::protobuf::Enum
    [all...]
type.pb.cc 120 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValue, name_),
121 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValue, number_),
122 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValue, options_),
127 EnumValue::default_instance_,
132 sizeof(EnumValue),
133 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValue, _internal_metadata_),
134 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValue, _is_default_instance_));
171 EnumValue_descriptor_, &EnumValue::default_instance());
185 delete EnumValue::default_instance_;
244 EnumValue::default_instance_ = new EnumValue()
2413 const ::google::protobuf::EnumValue& Enum::enumvalue(int index) const { function in class:google::protobuf::Enum
2431 Enum::enumvalue() const { function in class:google::protobuf::Enum
    [all...]
  /external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
servicemanagement_v1_messages.py 827 enumvalue = _messages.MessageField('EnumValue', 1, repeated=True) variable in class:Enum
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Type.cs 66 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Enum), global::Google.Protobuf.WellKnownTypes.Enum.Parser, new[]{ "Name", "Enumvalue", "Options", "SourceContext", "Syntax" }, null, null, null),
67 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.EnumValue), global::Google.Protobuf.WellKnownTypes.EnumValue.Parser, new[]{ "Name", "Number", "Options" }, null, null, null),
864 /// <summary>Field number for the "enumvalue" field.</summary>
866 private static readonly pb::FieldCodec<global::Google.Protobuf.WellKnownTypes.EnumValue> _repeated_enumvalue_codec
867 = pb::FieldCodec.ForMessage(18, global::Google.Protobuf.WellKnownTypes.EnumValue.Parser);
868 private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.EnumValue> enumvalue_ = new pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.EnumValue>();
872 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.EnumValue> Enumvalue {
    [all...]

Completed in 880 milliseconds