Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/
H A Dtest.cpp4036 auto &const_nested = const_d[0]; in FixedLengthArraySpanTest() local
4040 TEST_NOTNULL(const_nested.d()); in FixedLengthArraySpanTest()
4044 flatbuffers::make_span(*const_nested.c()); in FixedLengthArraySpanTest()
4060 flatbuffers::make_span(*const_nested.a()); in FixedLengthArraySpanTest()
4661 flatbuffers::span<const uint8_t> const_nested = in VectorSpanTest() local
4663 TEST_ASSERT(const_nested.empty()); in VectorSpanTest()