Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Didl.h344 struct EnumDef : public Definition { struct
345 EnumDef() : is_union(false), uses_multiple_type_instances(false) {} in EnumDef() function
348 for (auto it = vals.vec.begin() +
360 SymbolTable<EnumVal> vals;
361 bool is_union;
364 bool uses_multiple_type_instances;
365 Type underlying_type;
/external/protobuf/php/ext/google/protobuf/
Dupb.h1262 class EnumDef; variable