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

  /external/flatbuffers/src/
idl_gen_text.cpp 32 return opts.indent_step >= 0 ? "\n" : "";
36 return std::max(opts.indent_step, 0);
  /external/flatbuffers/tests/
test.cpp     [all...]
  /external/flatbuffers/include/flatbuffers/
idl.h 342 int indent_step; member in struct:flatbuffers::IDLOptions
386 indent_step(2),

Completed in 243 milliseconds