Searched defs:Outdent (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/io/
H A Dprinter.cc295 void Printer::Outdent() { function in class:google::protobuf::io::Printer
297 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent().";
/external/flatbuffers/src/
H A Didl_gen_grpc.cpp178 void Outdent() { indent_--; assert(indent_ >= 0); } function in class:flatbuffers::FlatBufPrinter
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc1140 void Outdent() { function in class:google::protobuf::TextFormat::Printer::TextGenerator
1143 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent().";
1555 generator.Outdent();
1698 generator.Outdent();
1941 generator.Outdent();
1966 generator.Outdent();

Completed in 664 milliseconds