Lines Matching refs:set
403 // Unless the programmer has already set ADA_DEVELOPMENT_CHECKS,
404 // we want to set it under debug builds. We detect a debug build
405 // under Visual Studio when the _DEBUG macro is set. Under the other
409 // is helpful, but the programmer can set the macro ADA_DEVELOPMENT_CHECKS.
410 // It could also wrongly set ADA_DEVELOPMENT_CHECKS (e.g., if the programmer
412 // to set the __OPTIMIZE__ macro).
415 // Visual Studio seems to set _DEBUG for debug builds.
420 // All other compilers appear to set __OPTIMIZE__ to a positive integer
1079 // To enable logging, set ADA_LOGGING to 1:
4514 * the first bit is set to 1. If the input contains an upper case ASCII letter,
4515 * then the second bit is set to 1.
4608 * the percent-encoded content in 'out'. If the boolean 'append' is set to
4850 * have been set.
4933 * Fast function to set the scheme from a view with a colon in the
5032 * Returns a bitset. If the first bit is set, then at least one character needs
5033 * percent encoding. If the second bit is set, a \\ is found. If the third bit
5034 * is set then we have a dot. If the fourth bit is set, then we have a percent
5387 * initially the empty string. We only set non_special_scheme when the scheme
6224 // responsibility to set it.
6270 // responsibility to set it.
6760 * @see https://url.spec.whatwg.org/#dom-urlsearchparams-set
6762 inline void set(std::string_view key, std::string_view value);
6988 inline void url_search_params::set(const std::string_view key,