Searched defs:empty_str (Results 1 – 10 of 10) sorted by relevance
47 fn empty_str() -> Self::BufferString { in empty_str() method72 fn empty_str() -> Self::BufferString { in empty_str() method
45 uint8_t empty_str[] = {}; in TestUTF8toUTF16() local66 char16_t empty_str[] = {}; in TestUTF16toUTF8() local
115 std::string empty_str; in TEST() local203 std::string empty_str; in TEST() local
75 std::string empty_str = ""; in TEST() local
1537 WideStringView empty_str(L""); in TEST() local1702 WideString empty_str; in TEST() local1735 WideString empty_str(L""); in TEST() local
1591 ByteStringView empty_str(""); in TEST() local1726 ByteString empty_str; in TEST() local1766 ByteString empty_str(""); in TEST() local
315 let empty_str = syn::LitStr::new("", Span::call_site()); in impl_args_info_data() localVariable
610 let empty_str = syn::LitStr::new("", Span::call_site()); in top_or_sub_cmd_impl() localVariable
379 std::string empty_str; in PrepareAttributes() local
4949 string_type empty_str{}; member in nlohmann::detail::iteration_proxy_value