Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc468 bool IgnoreMessage(const Descriptor* d) { return d->options().map_entry(); } in IgnoreMessage() function
1721 if (IgnoreMessage(desc)) { in FindProvidesForMessage()
1833 if (!IgnoreMessage(desc)) { in GenerateRequiresForLibrary()
1974 if (!IgnoreMessage(field->message_type())) { in FindRequiresForField()
2015 if (IgnoreMessage(desc)) { in GenerateClass()
2112 if (!IgnoreMessage(desc->nested_type(i))) { in GenerateClassConstructorAndDeclareExtensionFieldInfo()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.h283 bool IgnoreMessage(std::string const &msg) const;
Dlayer_validation_tests.cpp657 if (!IgnoreMessage(errorString)) { in CheckForDesiredMsg()
763 bool ErrorMonitor::IgnoreMessage(std::string const &msg) const { in IgnoreMessage() function in ErrorMonitor