HomeSort by relevance Sort by last modified time
    Searched refs:sortbysize (Results 1 - 4 of 4) sorted by null

  /external/flatbuffers/include/flatbuffers/
idl.h 248 sortbysize(true),
266 bool sortbysize; // Whether fields come in the declaration or size order. member in struct:flatbuffers::StructDef
549 void AddVector(bool sortbysize, int count);
  /external/flatbuffers/src/
idl_parser.cpp 886 for (size_t size = struct_def.sortbysize ? sizeof(largest_scalar_t) : 1;
894 if (!struct_def.sortbysize ||
    [all...]
idl_gen_cpp.cpp     [all...]
idl_gen_general.cpp     [all...]

Completed in 388 milliseconds