Searched refs:IsMessageStripped (Results 1 – 3 of 3) sorted by relevance
219 bool IsMessageStripped(const Descriptor* descriptor) const { in IsMessageStripped() function
920 bool IsMessageStripped(const Descriptor* descriptor) const { in IsMessageStripped() function921 return schema_.IsMessageStripped(descriptor); in IsMessageStripped()
2026 if (reflection->IsMessageStripped(message.GetDescriptor())) { in Print()