Home
last modified time | relevance | path

Searched defs:escaped (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/abseil-cpp/absl/strings/
Descaping_test.cc33 std::string escaped; member
56 std::string escaped; in TEST() local
94 std::string escaped = absl::CHexEscape(s); in TEST() local
139 std::string escaped = absl::CEscape(val.unescaped); in TEST() local
143 std::string escaped = absl::CHexEscape(val.unescaped); in TEST() local
147 std::string escaped = absl::Utf8SafeCEscape(val.unescaped); in TEST() local
151 std::string escaped = absl::Utf8SafeCHexEscape(val.unescaped); in TEST() local
625 std::string escaped; in TEST() local
Descaping_benchmark.cc48 std::string escaped; in BM_WebSafeBase64Escape_string() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Descaping_test.cc33 std::string escaped; member
56 std::string escaped; in TEST() local
94 std::string escaped = absl::CHexEscape(s); in TEST() local
139 std::string escaped = absl::CEscape(val.unescaped); in TEST() local
143 std::string escaped = absl::CHexEscape(val.unescaped); in TEST() local
147 std::string escaped = absl::Utf8SafeCEscape(val.unescaped); in TEST() local
151 std::string escaped = absl::Utf8SafeCHexEscape(val.unescaped); in TEST() local
625 std::string escaped; in TEST() local
Descaping_benchmark.cc48 std::string escaped; in BM_WebSafeBase64Escape_string() local
/third_party/json/test/src/
Dunit-convenience.cpp42 void check_escaped(const char* original, const char* escaped, const bool ensure_ascii) in check_escaped()
/third_party/node/benchmark/url/
Durl-parse.js7 escaped: 'https://foo.bar/{}^`/abcd' property
/third_party/re2/re2/testing/
Dexhaustive2_test.cc27 std::vector<std::string> escaped = alphabet; in TEST() local
/third_party/jerryscript/tests/unit-ext/
Dtest-ext-handle-scope-escape.c47 jerry_value_t escaped = 0; in create_object() local
Dtest-ext-handle-scope-remove.c47 jerry_value_t escaped = 0; in create_object() local
Dtest-ext-handle-scope-handle-prelist-escape.c55 jerry_value_t escaped = 0; in create_object() local
Dtest-ext-handle-scope-handle-prelist.c55 jerry_value_t escaped = 0; in create_object() local
Dtest-ext-handle-scope-nested.c60 jerry_value_t escaped = 0; in create_object_nested() local
/third_party/boost/tools/quickbook/src/
Ddependency_tracker.hpp36 escaped = 2 enumerator
/third_party/curl/src/
Dtool_setopt.c237 char *escaped, *e; in c_escape() local
417 char *escaped = NULL; in libcurl_generate_slist() local
453 char *escaped = NULL; in libcurl_generate_mime_part() local
657 char *escaped = NULL; in tool_setopt() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_rbsp.h45 unsigned escaped; member
/third_party/boost/libs/spirit/example/support/utree/
Dutf8_parser.hpp96 escaped; member
/third_party/glib/gio/tests/
Dhttpd.c39 char *line, *escaped, *tmp, *query, *unescaped, *path, *version; in handler() local
/third_party/libwebsockets/lib/core/
Dlibwebsockets.c514 lws_sql_purify(char *escaped, const char *string, size_t len) in lws_sql_purify()
548 lws_json_purify(char *escaped, const char *string, int len, int *in_used) in lws_json_purify()
655 lws_urlencode(char *escaped, const char *string, int len) in lws_urlencode()
685 lws_urldecode(char *string, const char *escaped, int len) in lws_urldecode()
/third_party/gettext/gettext-tools/src/
Dwrite-desktop.c89 char *escaped; in msgfmt_desktop_handle_pair() local
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/
Dtest-buffer.c392 char *escaped; in test_buffer_utf8_conversion() local
681 char *escaped; in test_buffer_utf8_validity() local
/third_party/protobuf/src/google/protobuf/util/internal/
Djson_escaping.cc308 StringPiece escaped; in Escape() local
/third_party/glib/gio/
Dgio-tool-info.c124 char *escaped, *uri; in show_info() local
/third_party/boost/boost/property_tree/detail/
Dinfo_parser_read.hpp123 bool escaped = false; in read_string() local
/third_party/libsoup/libsoup/
Dsoup-directory-input-stream.c45 char *escaped, *path, *xml_string, *size, *date, *time, *name; in G_DEFINE_TYPE() local
/third_party/libsoup/examples/
Dsimple-httpd.c29 char *escaped; in get_directory_listing() local

1234