Home
last modified time | relevance | path

Searched refs:kComment (Results 1 – 25 of 25) sorted by relevance

/external/deqp-deps/amber/src/vkscript/
Dsection_parser.cc76 *section_type = NodeType::kComment; in NameToNodeType()
133 if (section_type == NodeType::kComment) in AddSection()
161 NodeType current_type = NodeType::kComment; in SplitSections()
Dsection_parser.h29 kComment = 0, enumerator
Dsection_parser_test.cc192 {"comment", NodeType::kComment, kShaderTypeVertex, kShaderFormatText}, in TEST_F()
292 const NodeType false_types[] = {NodeType::kComment, NodeType::kTest, in TEST_F()
Dparser.cc112 if (section.section_type == NodeType::kComment) in ProcessSection()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
DNID.java43 public static final int kComment = 0x16; field in NID
/external/lzma/CPP/7zip/Archive/7z/
D7zHeader.h86 kComment, enumerator
D7zProperties.cpp117 COPY_ONE_ITEM(kComment); in FillPopIDs()
/external/skqp/tools/bookmaker/
DhackParser.cpp96 || MarkType::kComment == gran->fMarkType) { in replaceWithPop()
Dbookmaker.h109 kComment, enumerator
DincludeWriter.h62 kComment, enumerator
DincludeParser.cpp412 if (MarkType::kComment == iDef.fMarkType) { in writeCodeBlock()
887 case MarkType::kComment: in checkTokens()
1181 if (Definition::Type::kMark == token.fType && MarkType::kComment == token.fMarkType) { in dumpClassTokens()
1229 if (Definition::Type::kMark == child.fType && MarkType::kComment == child.fMarkType) { in dumpComment()
1302 if (MarkType::kComment == child.fMarkType) { in dumpDefine()
1325 if (MarkType::kComment == child.fMarkType) { in dumpEnum()
1533 [=](const Definition& def) { return MarkType::kComment == def.fMarkType in dumpMethod()
1622 if (Definition::Type::kMark != token.fType || MarkType::kComment != token.fMarkType) { in dumpTokens()
1650 if (Definition::Type::kMark != token.fType || MarkType::kComment != token.fMarkType) { in dumpTokens()
2144 markupDef->fTokens.emplace_back(MarkType::kComment, parser.fChar, lineEnd, in parseComment()
[all …]
Dbookmaker.cpp387 if (MarkType::kComment != param.fMarkType) { in setParams()
DbmhParser.cpp46 , { "", MarkType::kComment, R_N, E_N, 0 }
125 case MarkType::kComment: in addDefinition()
1010 case MarkType::kComment: in exampleToScript()
1564 fMarkup.emplace_front(MarkType::kComment, fChar - 1, fLineCount, in findDefinitions()
DspellCheck.cpp172 case MarkType::kComment: in check()
DincludeWriter.cpp515 return ItemState::kComment; in enumMemberName()
646 if ((ItemState::kValue == state || ItemState::kComment == state) && currentEnumItem) { in enumMembersOut()
736 state = '=' == *end ? ItemState::kValue : ItemState::kComment; in enumSizeItems()
DmdOut.cpp1313 case MarkType::kComment: in markTypeOut()
1678 if (MarkType::kComment != entry.fMarkType) { in markTypeOut()
Ddefinition.cpp873 if (MarkType::kComment != iter.fMarkType) { in hasParam()
/external/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.h29 kComment, enumerator
/external/lzma/DOC/
D7zFormat.txt160 0x16 = kComment
/external/v8/src/compiler/backend/
Dinstruction-selector-impl.h335 case IrOpcode::kComment: { in ToConstant()
Dinstruction-selector.cc1403 case IrOpcode::kComment: in VisitNode()
/external/v8/src/compiler/
Dmemory-optimizer.cc28 case IrOpcode::kComment: in CanAllocate()
Dmachine-operator.cc1060 : Operator1(IrOpcode::kComment, Operator::kNoThrow | Operator::kNoWrite, in CommentOperator()
Dverifier.cc914 case IrOpcode::kComment: in Check()
/external/oss-fuzz/projects/xerces-c/
DxmlProtoConverter.cpp38 case Misc::kComment: in visit()