Home
last modified time | relevance | path

Searched refs:EnumValue (Results 1 – 25 of 139) sorted by relevance

123456

/external/cronet/third_party/protobuf/src/google/protobuf/
Dtype.pb.h54 class EnumValue; variable
69 …PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::EnumValue* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE…
917 ::PROTOBUF_NAMESPACE_ID::EnumValue* mutable_enumvalue(int index); in Swap()
918 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::EnumValue >* in Swap()
921 const ::PROTOBUF_NAMESPACE_ID::EnumValue& _internal_enumvalue(int index) const; in Swap()
922 ::PROTOBUF_NAMESPACE_ID::EnumValue* _internal_add_enumvalue(); in Swap()
924 const ::PROTOBUF_NAMESPACE_ID::EnumValue& enumvalue(int index) const; in Swap()
925 ::PROTOBUF_NAMESPACE_ID::EnumValue* add_enumvalue(); in Swap()
926 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::EnumValue >& in Swap()
995 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::EnumValue > enumvalue_; in Swap()
[all …]
Dtype.pb.cc82 PROTOBUF_CONSTEXPR EnumValue::EnumValue( in EnumValue() function in EnumValue
92 EnumValue _instance;
155 PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::EnumValue, _internal_metadata_),
160 PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::EnumValue, name_),
161 PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::EnumValue, number_),
162 PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::EnumValue, options_),
176 { 39, -1, -1, sizeof(::PROTOBUF_NAMESPACE_ID::EnumValue)},
1577 class EnumValue::_Internal {
1581 EnumValue::EnumValue(::PROTOBUF_NAMESPACE_ID::Arena* arena, in EnumValue() function in EnumValue
1588 EnumValue::EnumValue(const EnumValue& from) in EnumValue() function in EnumValue
[all …]
/external/protobuf/src/google/protobuf/
Dtype.pb.h54 class EnumValue; variable
69 …PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::EnumValue* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE…
929 ::PROTOBUF_NAMESPACE_ID::EnumValue* mutable_enumvalue(int index); in Swap()
930 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::EnumValue >* in Swap()
933 const ::PROTOBUF_NAMESPACE_ID::EnumValue& _internal_enumvalue(int index) const; in Swap()
934 ::PROTOBUF_NAMESPACE_ID::EnumValue* _internal_add_enumvalue(); in Swap()
936 const ::PROTOBUF_NAMESPACE_ID::EnumValue& enumvalue(int index) const; in Swap()
937 ::PROTOBUF_NAMESPACE_ID::EnumValue* add_enumvalue(); in Swap()
938 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::EnumValue >& in Swap()
1008 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::EnumValue > enumvalue_; in Swap()
[all …]
Dtype.pb.cc81 PROTOBUF_CONSTEXPR EnumValue::EnumValue( in EnumValue() function in EnumValue
92 EnumValue _instance;
156 PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::EnumValue, _internal_metadata_),
161 PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::EnumValue, _impl_.name_),
162 PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::EnumValue, _impl_.number_),
163 PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::EnumValue, _impl_.options_),
177 { 39, -1, -1, sizeof(::PROTOBUF_NAMESPACE_ID::EnumValue)},
1618 class EnumValue::_Internal {
1622 EnumValue::EnumValue(::PROTOBUF_NAMESPACE_ID::Arena* arena, in EnumValue() function in EnumValue
1628 EnumValue::EnumValue(const EnumValue& from) in EnumValue() function in EnumValue
[all …]
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DMapLiteTest.java64 .putInt32ToEnumField(1, TestMap.EnumValue.FOO) in setMapValues()
65 .putInt32ToEnumField(2, TestMap.EnumValue.BAR) in setMapValues()
66 .putInt32ToEnumField(3, TestMap.EnumValue.BAZ) in setMapValues()
116 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(1, TestMap.EnumValue.FOO); in assertMapValuesSet()
117 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(2, TestMap.EnumValue.BAR); in assertMapValuesSet()
118 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(3, TestMap.EnumValue.BAZ); in assertMapValuesSet()
142 .putInt32ToEnumField(1, TestMap.EnumValue.BAR) in updateMapValues()
144 .putInt32ToEnumField(4, TestMap.EnumValue.QUX) in updateMapValues()
183 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(1, TestMap.EnumValue.BAR); in assertMapValuesUpdated()
184 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(3, TestMap.EnumValue.BAZ); in assertMapValuesUpdated()
[all …]
DMapForProto2LiteTest.java67 .putInt32ToEnumField(1, TestMap.EnumValue.FOO) in setMapValues()
68 .putInt32ToEnumField(2, TestMap.EnumValue.BAR) in setMapValues()
69 .putInt32ToEnumField(3, TestMap.EnumValue.BAZ) in setMapValues()
113 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(1, TestMap.EnumValue.FOO); in assertMapValuesSet()
114 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(2, TestMap.EnumValue.BAR); in assertMapValuesSet()
115 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(3, TestMap.EnumValue.BAZ); in assertMapValuesSet()
139 .putInt32ToEnumField(1, TestMap.EnumValue.BAR) in updateMapValues()
141 .putInt32ToEnumField(4, TestMap.EnumValue.QUX) in updateMapValues()
180 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(1, TestMap.EnumValue.BAR); in assertMapValuesUpdated()
181 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(3, TestMap.EnumValue.BAZ); in assertMapValuesUpdated()
[all …]
DMapTest.java78 builder.getMutableInt32ToEnumField().put(1, TestMap.EnumValue.FOO); in setMapValuesUsingMutableMap()
79 builder.getMutableInt32ToEnumField().put(2, TestMap.EnumValue.BAR); in setMapValuesUsingMutableMap()
80 builder.getMutableInt32ToEnumField().put(3, TestMap.EnumValue.BAZ); in setMapValuesUsingMutableMap()
105 .putInt32ToEnumField(1, TestMap.EnumValue.FOO) in setMapValuesUsingAccessors()
106 .putInt32ToEnumField(2, TestMap.EnumValue.BAR) in setMapValuesUsingAccessors()
107 .putInt32ToEnumField(3, TestMap.EnumValue.BAZ) in setMapValuesUsingAccessors()
158 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(1, TestMap.EnumValue.FOO); in assertMapValuesSet()
159 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(2, TestMap.EnumValue.BAR); in assertMapValuesSet()
160 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(3, TestMap.EnumValue.BAZ); in assertMapValuesSet()
186 builder.getMutableInt32ToEnumField().put(1, TestMap.EnumValue.BAR); in updateMapValuesUsingMutableMap()
[all …]
DMapForProto2Test.java79 builder.getMutableInt32ToEnumField().put(1, TestMap.EnumValue.FOO); in setMapValuesUsingMutableMap()
80 builder.getMutableInt32ToEnumField().put(2, TestMap.EnumValue.BAR); in setMapValuesUsingMutableMap()
81 builder.getMutableInt32ToEnumField().put(3, TestMap.EnumValue.BAZ); in setMapValuesUsingMutableMap()
106 .putInt32ToEnumField(1, TestMap.EnumValue.FOO) in setMapValuesUsingAccessors()
107 .putInt32ToEnumField(2, TestMap.EnumValue.BAR) in setMapValuesUsingAccessors()
108 .putInt32ToEnumField(3, TestMap.EnumValue.BAZ) in setMapValuesUsingAccessors()
159 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(1, TestMap.EnumValue.FOO); in assertMapValuesSet()
160 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(2, TestMap.EnumValue.BAR); in assertMapValuesSet()
161 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(3, TestMap.EnumValue.BAZ); in assertMapValuesSet()
187 builder.getMutableInt32ToEnumField().put(1, TestMap.EnumValue.BAR); in updateMapValuesUsingMutableMap()
[all …]
/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DMapLiteTest.java64 .putInt32ToEnumField(1, TestMap.EnumValue.FOO) in setMapValues()
65 .putInt32ToEnumField(2, TestMap.EnumValue.BAR) in setMapValues()
66 .putInt32ToEnumField(3, TestMap.EnumValue.BAZ) in setMapValues()
116 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(1, TestMap.EnumValue.FOO); in assertMapValuesSet()
117 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(2, TestMap.EnumValue.BAR); in assertMapValuesSet()
118 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(3, TestMap.EnumValue.BAZ); in assertMapValuesSet()
142 .putInt32ToEnumField(1, TestMap.EnumValue.BAR) in updateMapValues()
144 .putInt32ToEnumField(4, TestMap.EnumValue.QUX) in updateMapValues()
183 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(1, TestMap.EnumValue.BAR); in assertMapValuesUpdated()
184 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(3, TestMap.EnumValue.BAZ); in assertMapValuesUpdated()
[all …]
DMapForProto2LiteTest.java67 .putInt32ToEnumField(1, TestMap.EnumValue.FOO) in setMapValues()
68 .putInt32ToEnumField(2, TestMap.EnumValue.BAR) in setMapValues()
69 .putInt32ToEnumField(3, TestMap.EnumValue.BAZ) in setMapValues()
113 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(1, TestMap.EnumValue.FOO); in assertMapValuesSet()
114 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(2, TestMap.EnumValue.BAR); in assertMapValuesSet()
115 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(3, TestMap.EnumValue.BAZ); in assertMapValuesSet()
139 .putInt32ToEnumField(1, TestMap.EnumValue.BAR) in updateMapValues()
141 .putInt32ToEnumField(4, TestMap.EnumValue.QUX) in updateMapValues()
180 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(1, TestMap.EnumValue.BAR); in assertMapValuesUpdated()
181 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(3, TestMap.EnumValue.BAZ); in assertMapValuesUpdated()
[all …]
DMapTest.java77 builder.getMutableInt32ToEnumField().put(1, TestMap.EnumValue.FOO); in setMapValuesUsingMutableMap()
78 builder.getMutableInt32ToEnumField().put(2, TestMap.EnumValue.BAR); in setMapValuesUsingMutableMap()
79 builder.getMutableInt32ToEnumField().put(3, TestMap.EnumValue.BAZ); in setMapValuesUsingMutableMap()
104 .putInt32ToEnumField(1, TestMap.EnumValue.FOO) in setMapValuesUsingAccessors()
105 .putInt32ToEnumField(2, TestMap.EnumValue.BAR) in setMapValuesUsingAccessors()
106 .putInt32ToEnumField(3, TestMap.EnumValue.BAZ) in setMapValuesUsingAccessors()
157 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(1, TestMap.EnumValue.FOO); in assertMapValuesSet()
158 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(2, TestMap.EnumValue.BAR); in assertMapValuesSet()
159 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(3, TestMap.EnumValue.BAZ); in assertMapValuesSet()
185 builder.getMutableInt32ToEnumField().put(1, TestMap.EnumValue.BAR); in updateMapValuesUsingMutableMap()
[all …]
DMapForProto2Test.java79 builder.getMutableInt32ToEnumField().put(1, TestMap.EnumValue.FOO); in setMapValuesUsingMutableMap()
80 builder.getMutableInt32ToEnumField().put(2, TestMap.EnumValue.BAR); in setMapValuesUsingMutableMap()
81 builder.getMutableInt32ToEnumField().put(3, TestMap.EnumValue.BAZ); in setMapValuesUsingMutableMap()
106 .putInt32ToEnumField(1, TestMap.EnumValue.FOO) in setMapValuesUsingAccessors()
107 .putInt32ToEnumField(2, TestMap.EnumValue.BAR) in setMapValuesUsingAccessors()
108 .putInt32ToEnumField(3, TestMap.EnumValue.BAZ) in setMapValuesUsingAccessors()
159 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(1, TestMap.EnumValue.FOO); in assertMapValuesSet()
160 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(2, TestMap.EnumValue.BAR); in assertMapValuesSet()
161 assertThat(message.getInt32ToEnumFieldMap()).containsEntry(3, TestMap.EnumValue.BAZ); in assertMapValuesSet()
187 builder.getMutableInt32ToEnumField().put(1, TestMap.EnumValue.BAR); in updateMapValuesUsingMutableMap()
[all …]
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h194 class EnumValue {
196 EnumValue() : value(0), desc(nullptr) {} in EnumValue() function
197 EnumValue(unsigned int the_value, const std::string& the_name, EnumCaps&& the_caps, in EnumValue() function
221 using EnumValues = EnumValuesContainer<EnumValue>;
237 EnumValue& operator[](unsigned value) {
259 class InstructionValue : public EnumValue {
261 InstructionValue(EnumValue&& e, const std::string& printClass, bool has_type, bool has_result) in InstructionValue()
262 : EnumValue(std::move(e)), in InstructionValue()
/external/shaderc/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h174 class EnumValue {
176 EnumValue() : value(0), desc(nullptr) {} in EnumValue() function
177 EnumValue(unsigned int the_value, const std::string& the_name, EnumCaps&& the_caps, in EnumValue() function
201 using EnumValues = EnumValuesContainer<EnumValue>;
217 EnumValue& operator[](unsigned value) {
239 class InstructionValue : public EnumValue {
241 InstructionValue(EnumValue&& e, bool has_type, bool has_result) in InstructionValue()
242 : EnumValue(std::move(e)), in InstructionValue()
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h194 class EnumValue {
196 EnumValue() : value(0), desc(nullptr) {} in EnumValue() function
197 EnumValue(unsigned int the_value, const std::string& the_name, EnumCaps&& the_caps, in EnumValue() function
221 using EnumValues = EnumValuesContainer<EnumValue>;
237 EnumValue& operator[](unsigned value) {
259 class InstructionValue : public EnumValue {
261 InstructionValue(EnumValue&& e, const std::string& printClass, bool has_type, bool has_result) in InstructionValue()
262 : EnumValue(std::move(e)), in InstructionValue()
/external/golang-protobuf/types/known/typepb/
Dtype.pb.go503 Enumvalue []*EnumValue `protobuf:"bytes,2,rep,name=enumvalue,proto3" json:"enumvalue,omitempty"`
551 func (x *Enum) GetEnumvalue() []*EnumValue {
580 type EnumValue struct { struct
593 func (x *EnumValue) Reset() { argument
594 *x = EnumValue{}
602 func (x *EnumValue) String() string { argument
606 func (*EnumValue) ProtoMessage() {} argument
608 func (x *EnumValue) ProtoReflect() protoreflect.Message { argument
621 func (*EnumValue) Descriptor() ([]byte, []int) { argument
625 func (x *EnumValue) GetName() string { argument
[all …]
/external/llvm/tools/llvm-pdbdump/
DEnumDumper.cpp39 while (auto EnumValue = EnumValues->getNext()) { in start() local
40 if (EnumValue->getDataKind() != PDB_DataKind::Constant) in start()
44 << EnumValue->getName(); in start()
47 << EnumValue->getValue(); in start()
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/
DjsonToSpirv.h197 class EnumValue {
199 EnumValue() : value(0), desc(nullptr) {} in EnumValue() function
200 EnumValue(unsigned int the_value, const std::string& the_name, EnumCaps&& the_caps, in EnumValue() function
224 using EnumValues = EnumValuesContainer<EnumValue>;
240 EnumValue& operator[](unsigned value) {
262 class InstructionValue : public EnumValue {
264 InstructionValue(EnumValue&& e, const std::string& printClass, bool has_type, bool has_result) in InstructionValue()
265 : EnumValue(std::move(e)), in InstructionValue()
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dconstant_resolver.py15 assert isinstance(named_value, (mojom.EnumValue, mojom.ConstantValue))
16 if isinstance(named_value, mojom.EnumValue):
37 if isinstance(constant.value, (mojom.EnumValue, mojom.ConstantValue)):
53 if isinstance(field.value, mojom.EnumValue):
82 if isinstance(field.default, (mojom.ConstantValue, mojom.EnumValue)):
/external/llvm/utils/TableGen/
DCodeGenRegisters.h61 const unsigned EnumValue; variable
122 return A.EnumValue < B.EnumValue;
128 unsigned EnumValue; member
259 return A.EnumValue < B.EnumValue;
263 return A.EnumValue == B.EnumValue;
300 unsigned EnumValue;
343 return SubClasses.test(RC->EnumValue); in hasSubClass()
602 return Reg->EnumValue - 1; in getRegIndex()
/external/rust/crates/protobuf/src/well_known_types/
Dtype_.rs743 pub enumvalue: ::std::vec::Vec<EnumValue>,
939 pub struct EnumValue { struct
955 impl<'a> ::std::default::Default for &'a EnumValue { argument
956 fn default() -> &'a EnumValue { in default()
957 <EnumValue as crate::Message>::default_instance() in default()
961 impl EnumValue { implementation
962 pub fn new() -> EnumValue { in new()
971 |m: &EnumValue| { &m.name }, in generated_message_descriptor_data()
972 |m: &mut EnumValue| { &mut m.name }, in generated_message_descriptor_data()
976 |m: &EnumValue| { &m.number }, in generated_message_descriptor_data()
[all …]
/external/rust/crates/protobuf/2.27.1/src/well_known_types/
Dtype_pb.rs1079 pub enumvalue: crate::RepeatedField<EnumValue>,
1130 pub fn get_enumvalue(&self) -> &[EnumValue] { in get_enumvalue() argument
1138 pub fn set_enumvalue(&mut self, v: crate::RepeatedField<EnumValue>) { in set_enumvalue() argument
1143 pub fn mut_enumvalue(&mut self) -> &mut crate::RepeatedField<EnumValue> { in mut_enumvalue() argument
1148 pub fn take_enumvalue(&mut self) -> crate::RepeatedField<EnumValue> { in take_enumvalue() argument
1365 …reflect::accessor::make_repeated_field_accessor::<_, crate::types::ProtobufTypeMessage<EnumValue>>( in descriptor_static()
1424 pub struct EnumValue { struct
1436 impl<'a> ::std::default::Default for &'a EnumValue { argument
1437 fn default() -> &'a EnumValue { in default()
1438 <EnumValue as crate::Message>::default_instance() in default()
[all …]
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/parse/
Dparser_unittest.py194 ast.EnumValue('VALUE', None, None))),
350 ast.EnumValueList([ast.EnumValue('VALUE1', None, None),
351 ast.EnumValue('VALUE2', None, None)])),
355 ast.EnumValueList([ast.EnumValue('VALUE1', None, '-1'),
356 ast.EnumValue('VALUE2', None, '0'),
357 ast.EnumValue('VALUE3', None, '+987'),
358 ast.EnumValue('VALUE4', None, '0xAF12'),
359 ast.EnumValue('VALUE5', None, '-0x09bcd'),
360 ast.EnumValue('VALUE6', None, ('IDENTIFIER',
362 ast.EnumValue('VALUE7', None, None)]))])
[all …]
/external/protobuf/src/google/protobuf/util/internal/
Dutility.cc195 const google::protobuf::EnumValue* FindEnumValueByNameOrNull( in FindEnumValueByNameOrNull()
199 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNameOrNull()
208 const google::protobuf::EnumValue* FindEnumValueByNumberOrNull( in FindEnumValueByNumberOrNull()
212 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNumberOrNull()
221 const google::protobuf::EnumValue* FindEnumValueByNameWithoutUnderscoreOrNull( in FindEnumValueByNameWithoutUnderscoreOrNull()
225 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNameWithoutUnderscoreOrNull()
/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
Dutility.cc195 const google::protobuf::EnumValue* FindEnumValueByNameOrNull( in FindEnumValueByNameOrNull()
199 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNameOrNull()
208 const google::protobuf::EnumValue* FindEnumValueByNumberOrNull( in FindEnumValueByNumberOrNull()
212 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNumberOrNull()
221 const google::protobuf::EnumValue* FindEnumValueByNameWithoutUnderscoreOrNull( in FindEnumValueByNameWithoutUnderscoreOrNull()
225 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNameWithoutUnderscoreOrNull()

123456