Searched defs:BUILD_ARRAY (Results 1 - 1 of 1) sorted by relevance
/external/protobuf/src/google/protobuf/ |
H A D | descriptor.cc | 1963 // Used by BUILD_ARRAY macro (below) to avoid having to have the type 1988 // These methods all have the same signature for the sake of the BUILD_ARRAY 2670 #define BUILD_ARRAY(INPUT, OUTPUT, NAME, METHOD, PARENT) \ macro 2817 BUILD_ARRAY(proto, result, message_type, BuildMessage , NULL); 2818 BUILD_ARRAY(proto, result, enum_type , BuildEnum , NULL); 2819 BUILD_ARRAY(proto, result, service , BuildService , NULL); 2820 BUILD_ARRAY(proto, result, extension , BuildExtension, NULL); 2879 BUILD_ARRAY(proto, result, field , BuildField , result); 2880 BUILD_ARRAY(proto, result, nested_type , BuildMessage , result); 2881 BUILD_ARRAY(prot 3339 #undef BUILD_ARRAY macro [all...] |
Completed in 35 milliseconds