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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc2267 // Used by BUILD_ARRAY macro (below) to avoid having to have the type
2292 // These methods all have the same signature for the sake of the BUILD_ARRAY
3011 #define BUILD_ARRAY(INPUT, OUTPUT, NAME, METHOD, PARENT) \ macro
3205 BUILD_ARRAY(proto, result, message_type, BuildMessage , NULL);
3206 BUILD_ARRAY(proto, result, enum_type , BuildEnum , NULL);
3207 BUILD_ARRAY(proto, result, service , BuildService , NULL);
3208 BUILD_ARRAY(proto, result, extension , BuildExtension, NULL);
3267 BUILD_ARRAY(proto, result, field , BuildField , result);
3268 BUILD_ARRAY(proto, result, nested_type , BuildMessage , result);
3269 BUILD_ARRAY(prot
3733 #undef BUILD_ARRAY macro
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc1963 // 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 150 milliseconds