Searched defs:SetOwnerVisitor (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc988 struct SetOwnerVisitor : public ChildVisitor { struct in namespace:google::protobuf::python::cmessage
990 explicit SetOwnerVisitor(const shared_ptr<Message>& new_owner) function in struct:google::protobuf::python::cmessage::SetOwnerVisitor
1015 if (ForEachCompositeField(self, SetOwnerVisitor(new_owner)) == -1)
1054 SetOwnerVisitor(child_cmessage->owner));

Completed in 97 milliseconds