Home
last modified time | relevance | path

Searched defs:Outdent (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/src/compiler/
Dprotobuf_plugin.h147 void Outdent() { printer_.Outdent(); } in Outdent() function
/third_party/protobuf/src/google/protobuf/io/
Dprinter.cc188 void Printer::Outdent() { in Outdent() function in google::protobuf::io::Printer
/third_party/protobuf/src/google/protobuf/
Dtext_format.h105 virtual void Outdent() {} in Outdent() function
Dtext_format.cc1245 void Outdent() override { in Outdent() function in google::protobuf::TextFormat::Printer::TextGenerator
/third_party/flatbuffers/src/
Didl_gen_grpc.cpp201 void Outdent() { in Outdent() function in flatbuffers::FlatBufPrinter
Didl_gen_swift.cpp1524 void Outdent() { code_.DecrementIdentLevel(); } in Outdent() function in flatbuffers::swift::SwiftGenerator
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h710 void Outdent() const { printer_->Outdent(); } in Outdent() function
/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc615 void Outdent(io::Printer* printer) { in Outdent() function