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.cc5077 #define VALIDATE_OPTIONS_FROM_ARRAY(descriptor, array_name, type) \ macro
5095 VALIDATE_OPTIONS_FROM_ARRAY(file, message_type, Message); in ValidateFileOptions()
5096 VALIDATE_OPTIONS_FROM_ARRAY(file, enum_type, Enum); in ValidateFileOptions()
5097 VALIDATE_OPTIONS_FROM_ARRAY(file, service, Service); in ValidateFileOptions()
5098 VALIDATE_OPTIONS_FROM_ARRAY(file, extension, Field); in ValidateFileOptions()
5242 VALIDATE_OPTIONS_FROM_ARRAY(message, field, Field); in ValidateMessageOptions()
5243 VALIDATE_OPTIONS_FROM_ARRAY(message, nested_type, Message); in ValidateMessageOptions()
5244 VALIDATE_OPTIONS_FROM_ARRAY(message, enum_type, Enum); in ValidateMessageOptions()
5245 VALIDATE_OPTIONS_FROM_ARRAY(message, extension, Field); in ValidateMessageOptions()
5326 VALIDATE_OPTIONS_FROM_ARRAY(enm, value, EnumValue); in ValidateEnumOptions()
[all …]