Searched refs:empty_str (Results 1 – 5 of 5) sorted by relevance
47 fn empty_str() -> Self::BufferString { in empty_str() method72 fn empty_str() -> Self::BufferString { in empty_str() method
42 const string_type empty_str = ""; member in nlohmann::detail::iteration_proxy_value98 return empty_str; in key()
576 FlexBufferType::String => self.get_str().unwrap_or(B::empty_str()), in as_str()577 FlexBufferType::Key => self.get_key().unwrap_or(B::empty_str()), in as_str()578 _ => B::empty_str(), in as_str()
1311 const wchar_t empty_str [] = L""; in unlink_file() local1312 … unicode_string_t ustring = { sizeof(empty_str) - sizeof (wchar_t) //length in bytes without null in unlink_file()1313 … , sizeof(empty_str) //total size in bytes of memory allocated for Buffer. in unlink_file()1314 , const_cast<wchar_t*>(empty_str) in unlink_file()
3861 const string_type empty_str = ""; member in nlohmann::detail::iteration_proxy_value3917 return empty_str; in key()