HomeSort by relevance Sort by last modified time
    Searched full:object_suffix (Results 1 - 3 of 3) sorted by null

  /external/flatbuffers/include/flatbuffers/
idl.h 377 std::string object_suffix; member in struct:flatbuffers::IDLOptions
432 object_suffix("T"),
  /external/flatbuffers/src/
flatc.cpp 221 opts.object_suffix = argv[argi];
idl_gen_cpp.cpp 440 return sd && !sd->fixed ? opts.object_prefix + name + opts.object_suffix : name;
    [all...]

Completed in 249 milliseconds