Home
last modified time | relevance | path

Searched refs:SetIndent (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Dprettywritertest.cpp51 TEST(PrettyWriter, SetIndent) { in TEST() argument
54 writer.SetIndent('\t', 1); in TEST()
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dprettywriter.h53 PrettyWriter& SetIndent(Ch indentChar, unsigned indentCharCount) { in SetIndent() function
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
H A Drapidjsontest.cpp285 writer.SetIndent(' ', 1); in TEST_F()
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
H A Dsax.md272 …is exactly the same as `Writer`, expect that `PrettyWriter` provides a `SetIndent(Ch indentChar, u…