Home
last modified time | relevance | path

Searched refs:ForEachCompositeField (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc476 int ForEachCompositeField(CMessage* self, Visitor visitor) { in ForEachCompositeField() function
880 if (ForEachCompositeField(self, FixupMessageReference(self->message)) == -1) in CheckAndGetInteger()
1296 GOOGLE_CHECK_EQ(0, ForEachCompositeField(self, ClearWeakReferences())); in CheckAndGetInteger()
1548 if (ForEachCompositeField(self, SetOwnerVisitor(new_owner)) == -1) in CheckAndGetInteger()
1586 return ForEachCompositeField(child_cmessage, in CheckAndGetInteger()
1696 if (ForEachCompositeField(self, ReleaseChild(self)) == -1) in CheckAndGetInteger()