Lines Matching defs:cb
5 function exec(command, cb) { argument
56 gulp.task('genproto_well_known_types_closure', function (cb) { argument
65 gulp.task('genproto_group1_closure', function (cb) { argument
74 gulp.task('genproto_group2_closure', function(cb) { argument
86 gulp.task('genproto_well_known_types_commonjs', function (cb) { argument
95 gulp.task('genproto_group1_commonjs', function (cb) { argument
104 gulp.task('genproto_group2_commonjs', function(cb) { argument
116 gulp.task('genproto_commonjs_wellknowntypes', function (cb) { argument
125 gulp.task('genproto_wellknowntypes', function (cb) { argument
133 gulp.task('genproto_group3_commonjs_strict', function (cb) { argument
156 gulp.task('dist', gulp.series(['genproto_wellknowntypes'], function(cb) { argument
168 gulp.task('commonjs_asserts', function(cb) { argument
181 gulp.task('commonjs_testdeps', function(cb) { argument
203 function(cb) { argument
235 function(cb) { argument
252 function(cb) { argument
262 gulp.task('test_commonjs', gulp.series(['make_commonjs_out'], function(cb) { argument
271 gulp.task('test', gulp.series(['test_closure', 'test_commonjs'], function(cb) { argument