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

/system/nvram/messages/include/nvram/messages/
H A Dproto.hpp258 static constexpr auto kFieldSpecList = member in struct:nvram::proto::detail::__anon2572::StructDescriptor
260 using FieldSpecs = typename remove_const<decltype(kFieldSpecList)>::Type;
280 static_assert(CheckFieldNumbersAscending(kFieldSpecList, 0),
289 static constexpr auto kFieldSpec = kFieldSpecList.template Get<index>();
363 static constexpr size_t kNumDescriptors = kFieldSpecList.kSize;

Completed in 82 milliseconds