Searched refs:SetEnumValue (Results 1 - 11 of 11) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dpreserve_unknown_enum_test.cc232 r->SetEnumValue(&message, singular_field, 42);
264 r->SetEnumValue(&message, singular_field, 4242);
266 }, "SetEnumValue accepts only valid integer values");
H A Dmessage.cc240 void Reflection::SetEnumValue(Message* message, function in class:google::protobuf::Reflection
H A Dgenerated_message_reflection.h305 void SetEnumValue(Message* message, const FieldDescriptor* field,
H A Dmap_field.cc338 reflection->SetEnumValue(new_entry, val_des, map_val.GetEnumValue());
H A Dmessage.h576 virtual void SetEnumValue(Message* message,
840 // If |true|, GetEnumValue/SetEnumValue and associated repeated-field versions
853 // reflection->SetEnumValue(message, field, new_value);
857 // reflection->SetEnumValue(message, field, new_value);
865 // reflection->SetEnumValue(message, field, new_value);
H A Dmap_test_util.cc645 map_val.SetEnumValue(map_enum_bar_->number());
737 map_val.SetEnumValue(map_enum_baz_->number());
856 map_val.SetEnumValue(map_enum_foo_->number());
H A Dgenerated_message_reflection.cc1314 // Usage checked by SetEnumValue.
1319 void GeneratedMessageReflection::SetEnumValue( function in class:google::protobuf::internal::GeneratedMessageReflection
1322 USAGE_CHECK_ALL(SetEnumValue, SINGULAR, ENUM);
1329 GOOGLE_LOG(DFATAL) << "SetEnumValue accepts only valid integer values: value "
H A Dwire_format.cc614 message_reflection->SetEnumValue(message, field, value);
H A Dmap.h327 void SetEnumValue(int value) { function in class:google::protobuf::MapValueRef
329 "MapValueRef::SetEnumValue");
/external/protobuf/python/google/protobuf/pyext/
H A Dmap_container.cc285 value_ref->SetEnumValue(value);
292 value_ref->SetEnumValue(value);
H A Dmessage.cc2392 reflection->SetEnumValue(message, field_descriptor, value);

Completed in 152 milliseconds