Searched defs:SetField (Results 1 – 3 of 3) sorted by relevance
131 inline void SetField(MessageLite* msg, uint32* has_bits, uint32 has_bit_index, in SetField() function
2184 void Reflection::SetField(Message* message, const FieldDescriptor* field, in SetField() function in google::protobuf::Reflection
286 bool SetField(Table *table, const reflection::Field &field, T val) { in SetField() function