Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dgenerated_message_table_driven.cc57 static constexpr bool IsLite() { return false; } in IsLite() function
Dgenerated_message_table_driven_lite.cc54 static constexpr bool IsLite() { return true; } in IsLite() function
Ddescriptor.cc5791 static bool IsLite(const FileDescriptor* file) { in IsLite() function
5807 if (!IsLite(file)) { in ValidateFileOptions()
5809 if (IsLite(file->dependency(i))) { in ValidateFileOptions()
6004 if (IsLite(field->file()) && field->containing_type_ != nullptr && in ValidateFieldOptions()
6005 !IsLite(field->containing_type()->file())) { in ValidateFieldOptions()
6076 if (IsLite(service->file()) && in ValidateServiceOptions()