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

  /cts/suite/audio_quality/lib/include/task/
ModelBuilder.h 65 static ParsingInfo mParsingTable[PARSING_TABLE_SIZE];
  /cts/suite/audio_quality/lib/src/task/
ModelBuilder.cpp 48 ModelBuilder::ParsingInfo ModelBuilder::mParsingTable[ModelBuilder::PARSING_TABLE_SIZE] = {
104 TaskGeneric::TaskType typeSelf(mParsingTable[tableIndex].type);
105 int Nchildren = mParsingTable[tableIndex].Nchildren;
115 const ModelBuilder::ChildInfo* childTable = mParsingTable[tableIndex].allowedChildren;
127 if (strcmp(child->Value(), mParsingTable[i].name) == 0) {
135 childType = mParsingTable[i].type;
180 // position 0 of mParsingTable should be "case"

Completed in 27 milliseconds