Home
last modified time | relevance | path

Searched refs:empty_str (Results 1 – 5 of 5) sorted by relevance

/third_party/flatbuffers/rust/flexbuffers/src/
Dbuffer.rs47 fn empty_str() -> Self::BufferString { in empty_str() method
72 fn empty_str() -> Self::BufferString { in empty_str() method
/third_party/json/include/nlohmann/detail/iterators/
Diteration_proxy.hpp42 const string_type empty_str = ""; member in nlohmann::detail::iteration_proxy_value
98 return empty_str; in key()
/third_party/flatbuffers/rust/flexbuffers/src/reader/
Dmod.rs576 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()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp1311 const wchar_t empty_str [] = L""; in unlink_file() local
1312 … 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()
/third_party/json/single_include/nlohmann/
Djson.hpp3861 const string_type empty_str = ""; member in nlohmann::detail::iteration_proxy_value
3917 return empty_str; in key()