Home
last modified time | relevance | path

Searched defs:empty_str (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/flatbuffers/rust/flexbuffers/src/
H A Dbuffer.rs47 fn empty_str() -> Self::BufferString { in empty_str() method
72 fn empty_str() -> Self::BufferString { in empty_str() method
/aosp_15_r20/system/core/libutils/binder/
H A DUnicode_test.cpp45 uint8_t empty_str[] = {}; in TestUTF8toUTF16() local
66 char16_t empty_str[] = {}; in TestUTF16toUTF8() local
/aosp_15_r20/external/libchrome/base/
H A Dstl_util_unittest.cc115 std::string empty_str; in TEST() local
203 std::string empty_str; in TEST() local
/aosp_15_r20/external/tink/cc/internal/
H A Dutil_test.cc75 std::string empty_str = ""; in TEST() local
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dwidestring_unittest.cpp1537 WideStringView empty_str(L""); in TEST() local
1702 WideString empty_str; in TEST() local
1735 WideString empty_str(L""); in TEST() local
H A Dbytestring_unittest.cpp1591 ByteStringView empty_str(""); in TEST() local
1726 ByteString empty_str; in TEST() local
1766 ByteString empty_str(""); in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/argh_derive/src/
Dargs_info.rs315 let empty_str = syn::LitStr::new("", Span::call_site()); in impl_args_info_data() localVariable
Dlib.rs610 let empty_str = syn::LitStr::new("", Span::call_site()); in top_or_sub_cmd_impl() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
H A Druntime_fallback_kernels.cc379 std::string empty_str; in PrepareAttributes() local
/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp4949 string_type empty_str{}; member in nlohmann::detail::iteration_proxy_value