Searched defs:new_s (Results 1 – 10 of 10) sorted by relevance
79 const std::uintmax_t new_s = 100; in TEST_CASE() local86 const std::uintmax_t new_s = 1; in TEST_CASE() local93 const std::uintmax_t new_s = 0; in TEST_CASE() local101 const std::uintmax_t new_s = 1024; in TEST_CASE() local
108 std::shared_ptr<T> new_s = ptr->shared_from_this(); in main() local
117 float new_s = hsv.s; in adjust_hsv_nhwc() local
316 hb_codepoint_t new_s = s + new_tindex; in preprocess_text_hangul() local
281 __dir_stream new_s(p, opt, m_ec); in recursive_directory_iterator() local
1096 char *new_s; in mymemreplace() local1172 char *str, *pat,*sub,*new_s; in strop_replace() local
493 struct scanner new_s; in do_include() local
1214 char *new_s = realloc(s, len + 2); in append() local1233 char *new_s; in append_str() local
3126 void set_s(const string& new_s) { s_ = new_s; } in set_s()
4137 void set_s(const std::string& new_s) { s_ = new_s; } in set_s()