Home
last modified time | relevance | path

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

12

/external/libcups/cups/
Dipp-support.c2081 int enumvalue) /* I - Enum value */ in ippEnumString() argument
2090 …if (!strcmp(attrname, "document-state") && enumvalue >= 3 && enumvalue < (3 + (int)(sizeof(ipp_doc… in ippEnumString()
2091 return (ipp_document_states[enumvalue - 3]); in ippEnumString()
2094 … if (enumvalue >= 3 && enumvalue < (3 + (int)(sizeof(ipp_finishings) / sizeof(ipp_finishings[0])))) in ippEnumString()
2095 return (ipp_finishings[enumvalue - 3]); in ippEnumString()
2096 …else if (enumvalue >= 0x40000000 && enumvalue < (0x40000000 + (int)(sizeof(ipp_finishings_vendor) … in ippEnumString()
2097 return (ipp_finishings_vendor[enumvalue - 0x40000000]); in ippEnumString()
2099 …n-type") || !strcmp(attrname, "job-collation-type-actual")) && enumvalue >= 3 && enumvalue < (3 + … in ippEnumString()
2100 return (ipp_job_collation_types[enumvalue - 3]); in ippEnumString()
2101 …else if (!strcmp(attrname, "job-state") && enumvalue >= IPP_JSTATE_PENDING && enumvalue <= IPP_JST… in ippEnumString()
[all …]
/external/protobuf/php/src/Google/Protobuf/
DEnum.php29 private $enumvalue; variable in Google\\Protobuf\\Enum
106 return $this->enumvalue;
119 $this->enumvalue = $arr;
/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/
DEnum.php29 private $enumvalue; variable in Google\\Protobuf\\Enum
106 return $this->enumvalue;
119 $this->enumvalue = $arr;
/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/
DEnum.php29 private $enumvalue; variable in Google\\Protobuf\\Enum
106 return $this->enumvalue;
119 $this->enumvalue = $arr;
/external/rust/android-crates-io/extra_versions/crates/protobuf/src/well_known_types/
Dtype_pb.rs1079 pub enumvalue: crate::RepeatedField<EnumValue>, field
1131 &self.enumvalue in get_enumvalue()
1134 self.enumvalue.clear(); in clear_enumvalue()
1139 self.enumvalue = v; in set_enumvalue()
1144 &mut self.enumvalue in mut_enumvalue()
1149 ::std::mem::replace(&mut self.enumvalue, crate::RepeatedField::new()) in take_enumvalue()
1228 for v in &self.enumvalue { in is_initialized()
1254 crate::rt::read_repeated_message_into(wire_type, is, &mut self.enumvalue)?; in merge_from()
1280 for value in &self.enumvalue { in compute_size()
1304 for v in &self.enumvalue { in write_to_with_cached_sizes()
[all …]
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/internal/
Dutility.cc199 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNameOrNull()
212 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNumberOrNull()
225 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNameWithoutUnderscoreOrNull()
Ddefault_value_objectwriter.cc428 auto& enum_value = enum_type->enumvalue(enum_index); in FindEnumDefault()
440 ? DataPiece(enum_type->enumvalue(0).number()) in FindEnumDefault()
441 : DataPiece(enum_type->enumvalue(0).name(), true)) in FindEnumDefault()
Ddatapiece.cc337 return enum_type->enumvalue(0).number(); in ToEnum()
/external/protobuf/src/google/protobuf/util/internal/
Dutility.cc199 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNameOrNull()
212 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNumberOrNull()
225 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNameWithoutUnderscoreOrNull()
Ddefault_value_objectwriter.cc428 auto& enum_value = enum_type->enumvalue(enum_index); in FindEnumDefault()
440 ? DataPiece(enum_type->enumvalue(0).number()) in FindEnumDefault()
441 : DataPiece(enum_type->enumvalue(0).name(), true)) in FindEnumDefault()
Ddatapiece.cc337 return enum_type->enumvalue(0).number(); in ToEnum()
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/internal/
Dutility.cc199 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNameOrNull()
212 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNumberOrNull()
225 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNameWithoutUnderscoreOrNull()
Ddefault_value_objectwriter.cc428 auto& enum_value = enum_type->enumvalue(enum_index); in FindEnumDefault()
440 ? DataPiece(enum_type->enumvalue(0).number()) in FindEnumDefault()
441 : DataPiece(enum_type->enumvalue(0).name(), true)) in FindEnumDefault()
Ddatapiece.cc337 return enum_type->enumvalue(0).number(); in ToEnum()
/external/rust/android-crates-io/crates/protobuf/src/well_known_types/
Dtype_.rs743 pub enumvalue: ::std::vec::Vec<EnumValue>, field
779 |m: &Enum| { &m.enumvalue }, in generated_message_descriptor_data()
780 |m: &mut Enum| { &mut m.enumvalue }, in generated_message_descriptor_data()
819 self.enumvalue.push(is.read_message()?); in merge_from()
845 for value in &self.enumvalue { in compute_size()
869 for v in &self.enumvalue { in write_to_with_cached_sizes()
899 self.enumvalue.clear(); in clear()
909 enumvalue: ::std::vec::Vec::new(), in default_instance()
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Dtype.proto147 repeated EnumValue enumvalue = 2; field
Dtype.pb.h936 const ::PROTOBUF_NAMESPACE_ID::EnumValue& enumvalue(int index) const; in Swap()
939 enumvalue() const; in Swap()
2116 inline const ::PROTOBUF_NAMESPACE_ID::EnumValue& Enum::enumvalue(int index) const { in enumvalue() function
2129 Enum::enumvalue() const { in enumvalue() function
/external/protobuf/src/google/protobuf/
Dtype.proto147 repeated EnumValue enumvalue = 2; field
Dtype.pb.h936 const ::PROTOBUF_NAMESPACE_ID::EnumValue& enumvalue(int index) const; in Swap()
939 enumvalue() const; in Swap()
2116 inline const ::PROTOBUF_NAMESPACE_ID::EnumValue& Enum::enumvalue(int index) const { in enumvalue() function
2129 Enum::enumvalue() const { in enumvalue() function
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Dtype.proto147 repeated EnumValue enumvalue = 2; field
Dtype.pb.h936 const ::PROTOBUF_NAMESPACE_ID::EnumValue& enumvalue(int index) const; in Swap()
939 enumvalue() const; in Swap()
2116 inline const ::PROTOBUF_NAMESPACE_ID::EnumValue& Enum::enumvalue(int index) const { in enumvalue() function
2129 Enum::enumvalue() const { in enumvalue() function
/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/
Dtype.proto147 repeated EnumValue enumvalue = 2; field
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util_test.cc120 for (const EnumValue& value : type.enumvalue()) { in FindEnumValue()
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util_test.cc120 for (const EnumValue& value : type.enumvalue()) { in FindEnumValue()
/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util_test.cc120 for (const EnumValue& value : type.enumvalue()) { in FindEnumValue()

12