OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DefaultStyle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextChunk.h
34
DefaultStyle
= 1 << 0,
/external/clang/tools/clang-format/
ClangFormat.cpp
31
static const char *
DefaultStyle
= "LLVM";
75
cl::init(
DefaultStyle
), cl::cat(ClangFormatCategory));
111
getPredefinedStyle(
DefaultStyle
, &Style);
117
<< ", using " <<
DefaultStyle
<< " style\n";
124
llvm::errs() << "Invalid value for -style, using " <<
DefaultStyle
156
llvm::errs() << "Can't find usable .clang-format, using " <<
DefaultStyle
Completed in 50 milliseconds