Home
last modified time | relevance | path

Searched defs:EnumDef (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/include/flatbuffers/
Didl.h296 struct EnumDef : public Definition { struct
297 EnumDef() : is_union(false) {} in EnumDef() argument
300 for (auto it = vals.vec.begin() + static_cast<int>(is_union &&
313 SymbolTable<EnumVal> vals;
314 bool is_union;
315 Type underlying_type;
/external/protobuf/php/ext/google/protobuf/
Dupb.h1262 class EnumDef; variable