Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc4438 #define VALIDATE_OPTIONS_FROM_ARRAY(descriptor, array_name, type) \ macro
4456 VALIDATE_OPTIONS_FROM_ARRAY(file, message_type, Message); in ValidateFileOptions()
4457 VALIDATE_OPTIONS_FROM_ARRAY(file, enum_type, Enum); in ValidateFileOptions()
4458 VALIDATE_OPTIONS_FROM_ARRAY(file, service, Service); in ValidateFileOptions()
4459 VALIDATE_OPTIONS_FROM_ARRAY(file, extension, Field); in ValidateFileOptions()
4480 VALIDATE_OPTIONS_FROM_ARRAY(message, field, Field); in ValidateMessageOptions()
4481 VALIDATE_OPTIONS_FROM_ARRAY(message, nested_type, Message); in ValidateMessageOptions()
4482 VALIDATE_OPTIONS_FROM_ARRAY(message, enum_type, Enum); in ValidateMessageOptions()
4483 VALIDATE_OPTIONS_FROM_ARRAY(message, extension, Field); in ValidateMessageOptions()
4558 VALIDATE_OPTIONS_FROM_ARRAY(enm, value, EnumValue); in ValidateEnumOptions()
[all …]