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

/system/vold/model/
H A DDisk.cpp84 enum class Table { class in namespace:android::vold
334 Table table = Table::kUnknown;
344 table = Table::kMbr;
346 table = Table::kGpt;
362 if (table == Table::kMbr) {
379 } else if (table == Table::kGpt) {
395 if (table == Table::kUnknown || !foundParts) {
/system/chre/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h880 // If you hit this, you're trying to construct a Table/Vector/String
905 // Write the vtable offset, which is the start of any Table.
1674 class Table { class in namespace:flatbuffers
1705 return const_cast<Table *>(this)->GetPointer<P>(field);
1734 return const_cast<Table *>(this)->GetAddressOf(field);
1775 Table();
1776 Table(const Table &other);
1786 auto table = reinterpret_cast<const Table *>(root);
1846 // this is not typechecked to be a subclass of Table, s
[all...]

Completed in 896 milliseconds