Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dany.h75 return InternalIs(T::default_instance().GetDescriptor()); in Is()
79 bool InternalIs(const Descriptor* message) const;
Dany.cc70 if (!InternalIs(message->GetDescriptor())) { in UnpackTo()
77 bool AnyMetadata::InternalIs(const Descriptor* descriptor) const { in InternalIs() function in google::protobuf::internal::AnyMetadata