Searched refs:methodMapLength (Results 1 – 1 of 1) sorted by relevance
318 uint16_t methodMapLength = sizeof(methodMap_) / sizeof(methodMap_[0]); in GetContext() local319 for (uint16_t index = 1; index < methodMapLength; index++) { in GetContext()