Home
last modified time | relevance | path

Searched refs:kExample (Results 1 – 8 of 8) sorted by relevance

/external/skqp/tools/bookmaker/
DbmhParser.cpp54 , { "Example", MarkType::kExample, R_O, E_N, M_CSST | M_E | M_MD | M(Const) }
193 if (MarkType::kExample == child->fMarkType) { in addDefinition()
445 case MarkType::kExample: in addDefinition()
458 if (MarkType::kExample == markType) { in addDefinition()
480 if (MarkType::kExample != child->fMarkType) { in addDefinition()
554 if (MarkType::kExample == def.fMarkType && dup == def.fFiddle) { in reportDuplicates()
565 if (MarkType::kExample == def->fMarkType && name == def->fFiddle) { in find_fiddle()
591 if (MarkType::kExample == def->fMarkType) { in check_example_hashes()
622 if (MarkType::kExample == def->fMarkType) { in reset_example_hashes()
640 if (MarkType::kExample == def.fMarkType) { in find_examples()
[all …]
DhackParser.cpp88 if (MarkType::kExample == gran->fMarkType in replaceWithPop()
Dbookmaker.h117 kExample, enumerator
DspellCheck.cpp194 case MarkType::kExample: in check()
336 case MarkType::kExample: in check()
Dbookmaker.cpp350 examples += count_children(*topic.second, MarkType::kExample); in main()
DmdOut.h267 if ((MarkType::kExample == markType in resolvable()
DmdOut.cpp537 if (MarkType::kExample == example->fMarkType) { in setLink()
1407 case MarkType::kExample: { in markTypeOut()
1468 SkASSERT(MarkType::kExample == illustExample->fMarkType); in markTypeOut()
1768 || MarkType::kExample == child->fMarkType in markTypeOut()
1890 case MarkType::kExample: in markTypeOut()
/external/pigweed/pw_string/
Dstring_builder_test.cc300 constexpr const char* kExample = "example"; in TEST() local
303 sb << "This is " << -1 << true << ' ' << kExample << '\n' << " of this"; in TEST()