Searched defs:empty_span (Results 1 – 9 of 9) sorted by relevance
| /external/pdfium/core/fxcrt/ |
| D | pdfium_span_unittest.cpp | 41 pdfium::span<int> empty_span; in TEST() local 46 pdfium::span<int> empty_span; in TEST() local 51 pdfium::span<int> empty_span; in TEST() local
|
| /external/cronet/base/containers/ |
| D | buffer_iterator_unittest.cc | 131 span<const uint64_t> empty_span = iterator.Span<uint64_t>( in TEST() local 136 span<const uint64_t> empty_span = in TEST() local 142 span<const uint64_t> empty_span = iterator.Span<uint64_t>(1); in TEST() local
|
| D | span_unittest.cc | 41 constexpr span<int> empty_span(kNull, 0u); in TEST() local 64 constexpr span<int> empty_span(kNull, 0u); in TEST() local 87 constexpr span<int> empty_span(kNull, kNull); in TEST() local 1114 auto empty_span = make_span(nullint, 0u); in TEST() local 1131 auto empty_span = make_span(nullint, nullint); in TEST() local
|
| /external/pigweed/pw_kvs/ |
| D | converts_to_span_test.cc | 106 auto empty_span = make_span(nullint, 0); in TEST() local 122 auto empty_span = make_span(nullint, nullint); in TEST() local
|
| /external/libchrome/base/containers/ |
| D | span_unittest.cc | 35 constexpr span<int> empty_span(nullptr, 0); in TEST() local 57 constexpr span<int> empty_span(nullptr, nullptr); in TEST() local 1059 auto empty_span = make_span(nullint, 0); in TEST() local 1072 auto empty_span = make_span(nullint, nullint); in TEST() local
|
| /external/rust/crates/regex-syntax/src/ast/ |
| D | mod.rs | 1378 let empty_span = || Span::splat(Position::new(0, 0, 0)); in drop() localVariable 1439 let empty_span = || Span::splat(Position::new(0, 0, 0)); in drop() localVariable
|
| /external/cronet/third_party/boringssl/src/util/fipstools/acvp/modulewrapper/ |
| D | modulewrapper.cc | 105 const Span<const Span<const uint8_t>> empty_span; in ParseArgsFromFd() local
|
| /external/rust/crates/quiche/deps/boringssl/src/util/fipstools/acvp/modulewrapper/ |
| D | modulewrapper.cc | 102 const Span<const Span<const uint8_t>> empty_span; in ParseArgsFromFd() local
|
| /external/boringssl/src/util/fipstools/acvp/modulewrapper/ |
| D | modulewrapper.cc | 105 const Span<const Span<const uint8_t>> empty_span; in ParseArgsFromFd() local
|