Searched defs:empty (Results 1 - 16 of 16) sorted by relevance

/fuchsia/zircon/system/dev/input/hid/
H A Dhid-fifo.h27 bool empty; member in struct:__anon388
/fuchsia/zircon/system/ulib/fidl/include/lib/fidl/cpp/
H A Dvector_view.h25 bool empty() const { return fidl_vector_t::count == 0; } function in class:fidl::VectorView
H A Dstring_view.h24 bool empty() const { return fidl_string_t::size == 0; } function in class:fidl::StringView
/fuchsia/zircon/system/utest/fbl/
H A Dstring_buffer_tests.cpp47 fbl::StringBuffer<0u> empty; local
66 fbl::StringBuffer<16u> empty; local
[all...]
H A Dstring_piece_tests.cpp16 fbl::StringPiece empty; local
151 fbl::StringPiece empty; local
[all...]
H A Dstring_tests.cpp29 fbl::String empty; local
306 fbl::String empty; local
380 fbl::String empty = fbl::String::Concat({}); local
386 fbl::String empty = fbl::String::Concat({""}); local
392 fbl::String empty = fbl::String::Concat({"", "", "", ""}); local
587 fbl::String empty = fbl::String::Concat({}, &ac); local
608 fbl::String empty; local
627 fbl::String empty; local
647 fbl::String empty; local
[all...]
H A Dfunction_tests.cpp51 EmptyFunction<Closure> empty; local
255 EmptyFunction<BinaryOp> empty; local
474 auto empty = [] {}; local
513 auto empty = [] {}; local
[all...]
/fuchsia/zircon/system/utest/fs-host/
H A Dtest-truncate.cpp69 char empty[5] = {0, 0, 0, 0, 0}; local
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dstring_piece.h56 constexpr bool empty() const { return length_ == 0u; } function in class:fbl::StringPiece
H A Dstring_buffer.h49 bool empty() const { return length_ == 0u; } function in class:fbl::final
H A Dstring.h126 bool empty() const { return length() == 0u; } function in class:fbl::String
[all...]
/fuchsia/zircon/system/utest/fs/
H A Dtest-truncate.cpp81 char empty[5] = {0, 0, 0, 0, 0}; local
/fuchsia/zircon/system/utest/trace/
H A Dengine_tests.cpp241 trace_string_ref_t empty; local
/fuchsia/zircon/system/utest/fit/
H A Dfunction_tests.cpp92 EmptyFunction<Closure> empty; local
268 EmptyFunction<BinaryOp> empty; local
440 auto empty = [] {}; local
479 auto empty = [] {}; local
[all...]
/fuchsia/zircon/third_party/uapp/fsck-msdosfs/
H A Ddir.c440 u_char *p, *vallfn, *invlfn, *empty; local
/fuchsia/zircon/system/utest/blobfs/
H A Dblobfs.cpp1578 empty, enumerator in enum:TestState

Completed in 208 milliseconds