Home
last modified time | relevance | path

Searched defs:SectionId (Results 1 – 7 of 7) sorted by relevance

/external/icing/icing/testing/
Dcommon-matchers.cc20 const std::unordered_map<SectionId, Hit::TermFrequency>& in ExtractTermFrequencies()
/external/icing/icing/scoring/
Dsection-weights.cc34 double max_weight, std::unordered_map<SectionId, double>& section_weights) { in NormalizeSectionWeights()
/external/icing/icing/schema/
Dsection.h30 using SectionId = int8_t; variable
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DPathHeader.java108 public enum SectionId { enum in PathHeader
112 private SectionId(String... alternateNames) { in SectionId() method in PathHeader.SectionId
DVettingViewer.java411 … private void setSorted(Relation<R2<SectionId, PageId>, VettingViewer<T>.WritingInfo> sorted) { in setSorted()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DShowPathHeaderDescriptions.java145 …private static void showProgress(Set<String> done, Multimap<String, R3<SectionId, PageId, String>>… in showProgress()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp351 unsigned SectionId) { in startSection()