Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_text.cpp35 if (opts.indent_step >= 0) text += '\n'; in AddNewLine()
40 int Indent() const { return std::max(opts.indent_step, 0); } in Indent()
/external/flatbuffers/tests/fuzzer/
Dflatbuffers_scalar_fuzzer.cc250 opts.indent_step = -1; in LLVMFuzzerTestOneInput()
/external/flatbuffers/tests/
Dtest.cpp1510 parser.opts.indent_step = 0; in FuzzTest2()
1649 parser.opts.indent_step = -1; in TestValue()
2080 opt.indent_step = -1; in GenerateTableTextTest()
2174 parser.opts.indent_step = -1; in UnicodeTest()
2194 parser.opts.indent_step = -1; in UnicodeTestAllowNonUTF8()
2217 parser.opts.indent_step = -1; in UnicodeTestGenerateTextFailsOnNonUTF8()
2404 parser.opts.indent_step = -1; in UnknownFieldsTest()
/external/flatbuffers/include/flatbuffers/
Didl.h518 int indent_step; member
612 indent_step(2), in IDLOptions()
/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp8282 static const char* indent_step = " "; in test_shader_compilation() local
8348 indent += indent_step; in test_shader_compilation()
8415 invalid_shader_source += indent_step; in test_shader_compilation()
8427 valid_shader_source += indent_step; in test_shader_compilation()
8553 static const char* indent_step = " "; in execute() local
8592 indent += indent_step; in execute()
8700 valid_shader_source += indent_step; in execute()