Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h190 bool HasExtensionSet() const { return extensions_offset_ != -1; } in HasExtensionSet() function
194 GOOGLE_DCHECK(HasExtensionSet()); in GetExtensionSetOffset()
Dgenerated_message_reflection.cc249 if (schema_.HasExtensionSet()) { in SpaceUsedLong()
666 if (schema_.HasExtensionSet()) { in Swap()
1070 if (schema_.HasExtensionSet()) { in ListFields()
1813 if (!schema_.HasExtensionSet()) return nullptr; in FindKnownExtensionByName()
1819 if (!schema_.HasExtensionSet()) return nullptr; in FindKnownExtensionByNumber()