Home
last modified time | relevance | path

Searched refs:FeatureIndices (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/Analysis/
DReleaseModeModelRunner.cpp44 std::vector<int32_t> FeatureIndices; member in __anon31bc526b0111::ReleaseModeModelRunner
55 FeatureIndices.reserve(NumberOfFeatures); in ReleaseModeModelRunner()
61 FeatureIndices[I] = Index; in ReleaseModeModelRunner()
71 CompiledModel->arg_data(FeatureIndices[Index])); in getFeature()
76 FeatureIndices[static_cast<size_t>(Index)])) = Value; in setFeature()
/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.cpp33 for (uint16_t index : record.FeatureIndices) { in CFX_CTTGSUBTable()
203 rec->FeatureIndices = std::vector<uint16_t>(GetUInt16(sp)); in ParseLangSys()
204 for (auto& element : rec->FeatureIndices) in ParseLangSys()
Dcfx_cttgsubtable.h33 std::vector<uint16_t> FeatureIndices; member