Searched refs:BUILD_ARRAY (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc2438 // Used by BUILD_ARRAY macro (below) to avoid having to have the type
2463 // These methods all have the same signature for the sake of the BUILD_ARRAY
3245 #define BUILD_ARRAY(INPUT, OUTPUT, NAME, METHOD, PARENT) \ macro
3474 BUILD_ARRAY(proto, result, message_type, BuildMessage , NULL);
3475 BUILD_ARRAY(proto, result, enum_type , BuildEnum , NULL);
3476 BUILD_ARRAY(proto, result, service , BuildService , NULL);
3477 BUILD_ARRAY(proto, result, extension , BuildExtension, NULL);
3542 BUILD_ARRAY(proto, result, oneof_decl , BuildOneof , result);
3543 BUILD_ARRAY(proto, result, field , BuildField , result);
3544 BUILD_ARRAY(prot
4072 #undef BUILD_ARRAY macro
[all...]

Completed in 111 milliseconds