Searched refs:const_nested (Results 1 – 1 of 1) sorted by relevance
4036 auto &const_nested = const_d[0]; in FixedLengthArraySpanTest() local4040 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() local4663 TEST_ASSERT(const_nested.empty()); in VectorSpanTest()