HomeSort by relevance Sort by last modified time
    Searched refs:CommaSeparatedList (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Format/
FormatToken.cpp 75 unsigned CommaSeparatedList::formatAfterToken(LineState &State,
130 unsigned CommaSeparatedList::formatFromToken(LineState &State,
146 void CommaSeparatedList::precomputeFormattingInfos(const FormatToken *Token) {
284 const CommaSeparatedList::ColumnFormat *
285 CommaSeparatedList::getColumnFormat(unsigned RemainingCharacters) const {
FormatToken.h 515 class CommaSeparatedList : public TokenRole {
517 CommaSeparatedList(const FormatStyle &Style)
TokenAnnotator.cpp 447 Left->Role.reset(new CommaSeparatedList(Style));
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
mock_code_generator.cc 62 string CommaSeparatedList(const vector<const FileDescriptor*> all_files) {
237 CommaSeparatedList(all_files),
  /external/v8/tools/
perf-compare.py 468 def CommaSeparatedList(arg):
478 parser.add_argument("json_file_list", nargs="+", type=CommaSeparatedList,

Completed in 575 milliseconds