Home
last modified time | relevance | path

Searched refs:indent_step (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/src/
Didl_gen_text.cpp32 return opts.indent_step >= 0 ? "\n" : ""; in NewLine()
35 int Indent(const IDLOptions &opts) { return std::max(opts.indent_step, 0); } in Indent()
/external/flatbuffers/tests/
Dtest.cpp1190 parser.opts.indent_step = 0; in FuzzTest2()
1324 parser.opts.indent_step = -1; in TestValue()
1745 parser.opts.indent_step = -1; in UnicodeTest()
1765 parser.opts.indent_step = -1; in UnicodeTestAllowNonUTF8()
1788 parser.opts.indent_step = -1; in UnicodeTestGenerateTextFailsOnNonUTF8()
1975 parser.opts.indent_step = -1; in UnknownFieldsTest()
/external/flatbuffers/tests/fuzzer/
Dflatbuffers_scalar_fuzzer.cc250 opts.indent_step = -1; in LLVMFuzzerTestOneInput()
/external/flatbuffers/include/flatbuffers/
Didl.h397 int indent_step; member
474 indent_step(2), in IDLOptions()
/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp8288 static const char* indent_step = " "; in test_shader_compilation() local
8354 indent += indent_step; in test_shader_compilation()
8421 invalid_shader_source += indent_step; in test_shader_compilation()
8433 valid_shader_source += indent_step; in test_shader_compilation()
8559 static const char* indent_step = " "; in execute() local
8598 indent += indent_step; in execute()
8706 valid_shader_source += indent_step; in execute()