Searched refs:configTypeMapLength (Results 1 – 1 of 1) sorted by relevance
60 const int32_t configTypeMapLength = sizeof(g_configTypeMap) / sizeof(ConfigTypeMap); in FindConfigType() local61 for (uint32_t i = 0; i < configTypeMapLength; i++) { in FindConfigType()