OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:increase_indent
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
prettyprinter.h
145
void
increase_indent
(int amount) { indent_ += amount; }
function in class:v8::internal::JsonAstBuilder
prettyprinter.cc
1081
builder->
increase_indent
(JsonAstBuilder::kTagIndentSize);
1103
builder->
increase_indent
(JsonAstBuilder::kAttributesIndentSize);
[
all
...]
Completed in 407 milliseconds