Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dany.h103 return InternalIs(T::FullMessageName()); in Is()
112 bool InternalIs(StringPiece type_name) const;
Dany_lite.cc71 if (!InternalIs(type_name)) { in InternalUnpackTo()
97 bool AnyMetadata::InternalIs(StringPiece type_name) const { in InternalIs() function in google::protobuf::internal::AnyMetadata
Dany.cc58 if (!InternalIs(message->GetDescriptor()->full_name())) { in UnpackTo()