HomeSort by relevance Sort by last modified time
    Searched defs:indent_ (Results 1 - 20 of 20) sorted by null

  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
printer.h 125 string indent_; member in class:google::protobuf::io::Printer
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
printer.h 125 string indent_; member in class:google::protobuf::io::Printer
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
printer.h 125 string indent_; member in class:google::protobuf::io::Printer
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
printer.h 125 string indent_; member in class:google::protobuf::io::Printer
  /external/v8/src/ast/
prettyprinter.h 100 void inc_indent() { indent_++; }
101 void dec_indent() { indent_--; }
109 int indent_; member in class:v8::internal::final
  /external/protobuf/src/google/protobuf/io/
printer.h 303 string indent_; member in class:google::protobuf::io::Printer
  /external/tensorflow/tensorflow/core/lib/strings/
proto_text_util.h 45 StrAppend(output_, level_empty_ ? "" : field_separator_, indent_,
47 if (!short_debug_) StrAppend(&indent_, " ");
53 if (!short_debug_) indent_.resize(indent_.size() - 2);
54 StrAppend(output_, level_empty_ ? "" : field_separator_, indent_, "}");
104 StrAppend(output_, level_empty_ ? "" : field_separator_, indent_,
112 string indent_; member in class:tensorflow::strings::ProtoTextOutput
  /external/v8/src/
json-stringifier.h 98 INLINE(void Indent() { indent_++; });
99 INLINE(void Unindent() { indent_--; });
117 int indent_; member in class:v8::internal::BASE_EMBEDDED
  /frameworks/base/tools/aapt2/
DominatorTree_test.cpp 32 explicit PrettyPrinter(const int indent = 2) : indent_(indent) {}
59 VisitNode(child.get(), indent + indent_);
64 const int indent_ = 2; member in class:aapt::__anon45955::PrettyPrinter
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
printer.h 303 string indent_; member in class:google::protobuf::io::Printer
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
disassemble.cpp 50 indent_(spvIsInBitfield(SPV_BINARY_TO_TEXT_OPTION_INDENT, options)
116 const int indent_; // How much to indent. 0 means don't indent member in class:__anon777::Disassembler
162 if (indent_)
163 stream_ << std::setw(std::max(0, indent_ - 3 - int(id_name.size())));
168 stream_ << std::string(indent_, ' ');
  /external/flatbuffers/src/
idl_gen_grpc.cpp 134 : str_(str), escape_char_('$'), indent_(0) {}
163 str_->insert(str_->end(), indent_ * 2, ' ');
177 void Indent() { indent_++; }
178 void Outdent() { indent_--; assert(indent_ >= 0); }
183 int indent_; member in class:flatbuffers::FlatBufPrinter
  /art/compiler/optimizing/
graph_visualizer.cc 199 indent_(0) {}
210 indent_++;
214 indent_--;
245 for (size_t i = 0; i < indent_; ++i) {
842 size_t indent_; member in class:art::HGraphVisualizerPrinter
    [all...]
  /external/v8/src/compiler/
graph-visualizer.cc 290 visualizer->indent_++;
294 visualizer_->indent_--;
297 DCHECK(visualizer_->indent_ >= 0);
306 int indent_; member in class:v8::internal::compiler::GraphC1Visualizer
314 for (int i = 0; i < indent_; i++) {
321 : os_(os), indent_(0), zone_(zone) {}
  /external/protobuf/src/google/protobuf/
text_format.cc 1224 string indent_; member in class:google::protobuf::TextFormat::Printer::TextGenerator
    [all...]
  /art/runtime/
check_jni.cc 316 : function_name_(functionName), indent_(0), flags_(flags), has_method_(has_method) {
560 indent_ = methodName.size() + 1;
563 indent_ = 0;
566 LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str());
611 indent_ = methodName.size() + 1;
614 indent_ = 0;
617 LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str());
1473 int indent_; member in class:art::__anon84::ScopedCheck
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h 2976 int indent_; member in class:v8::internal::final
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 
  /external/annotation-tools/asmx/test/lib/
jd.xslt-1.5.5.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 405 milliseconds