Home
last modified time | relevance | path

Searched refs:types_as_strings (Results 1 – 3 of 3) sorted by relevance

/dports/devel/pytype/pytype-2021.9.9/pytype/
H A Dconvert_structural.py267 unknown: convert_string_type_list(types_as_strings, unknown,
269 for unknown, types_as_strings in mapping.items()}
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/
H A Dautofill_download_manager.cc423 std::vector<std::string> types_as_strings; in GetNetworkTrafficAnnotation() local
424 types_as_strings.reserve(field.autofill_type_size()); in GetNetworkTrafficAnnotation()
426 types_as_strings.emplace_back(FieldTypeToString(type)); in GetNetworkTrafficAnnotation()
427 out << Tr{} << "autofill_type:" << types_as_strings; in GetNetworkTrafficAnnotation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/
H A Dautofill_download_manager.cc424 std::vector<std::string> types_as_strings; in GetNetworkTrafficAnnotation() local
425 types_as_strings.reserve(field.autofill_type_size()); in GetNetworkTrafficAnnotation()
427 types_as_strings.emplace_back(FieldTypeToString(type)); in GetNetworkTrafficAnnotation()
428 out << Tr{} << "autofill_type:" << types_as_strings; in GetNetworkTrafficAnnotation()