Home
last modified time | relevance | path

Searched defs:SetField (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dgenerated_message_table_driven_lite.h131 inline void SetField(MessageLite* msg, uint32* has_bits, uint32 has_bit_index, in SetField() function
Dgenerated_message_reflection.cc2184 void Reflection::SetField(Message* message, const FieldDescriptor* field, in SetField() function in google::protobuf::Reflection
/third_party/flatbuffers/include/flatbuffers/
Dreflection.h286 bool SetField(Table *table, const reflection::Field &field, T val) { in SetField() function