Home
last modified time | relevance | path

Searched refs:typeAsString (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/tools/flags/
DCommandLineFlags.h414 SkString typeAsString() const { in typeAsString() function
DCommandLineFlags.cpp193 SkDebugf(":\ttype: %s", flag->typeAsString().c_str()); in print_help_for_flag()
/third_party/typescript/src/compiler/
Dchecker.ts22168 const typeAsString = typeToString(getWidenedType(type)); constant
22204 …cs.Function_type_which_lacks_return_type_annotation_implicitly_has_an_0_return_type, typeAsString);
22215 …_0_because_it_does_not_yield_any_values_Consider_supplying_a_return_type_annotation, typeAsString);
22218 …ction_expression_which_lacks_return_type_annotation_implicitly_has_an_0_return_type, typeAsString);
22234 …declaration, diagnostic, declarationNameToString(getNameOfDeclaration(declaration)), typeAsString);
/third_party/typescript/lib/
DtypingsInstaller.js70893 var typeAsString = typeToString(getWidenedType(type));
70929 …cs.Function_type_which_lacks_return_type_annotation_implicitly_has_an_0_return_type, typeAsString);
70940 …_0_because_it_does_not_yield_any_values_Consider_supplying_a_return_type_annotation, typeAsString);
70943 …ction_expression_which_lacks_return_type_annotation_implicitly_has_an_0_return_type, typeAsString);
70959 …ation, diagnostic, ts.declarationNameToString(ts.getNameOfDeclaration(declaration)), typeAsString);
Dtsc.js59361 var typeAsString = typeToString(getWidenedType(type));
59395 …cs.Function_type_which_lacks_return_type_annotation_implicitly_has_an_0_return_type, typeAsString);
59406 …_0_because_it_does_not_yield_any_values_Consider_supplying_a_return_type_annotation, typeAsString);
59409 …ction_expression_which_lacks_return_type_annotation_implicitly_has_an_0_return_type, typeAsString);
59425 …ation, diagnostic, ts.declarationNameToString(ts.getNameOfDeclaration(declaration)), typeAsString);