Searched refs:funcIt (Results 1 – 1 of 1) sorted by relevance
327 auto funcIt = opUnmarshallingFuncLUT_.find(type); in GetFuncAndSize() local329 if (funcIt == opUnmarshallingFuncLUT_.end() || sizeIt == opUnmarshallingSize_.end()) { in GetFuncAndSize()333 return { funcIt->second, sizeIt->second }; in GetFuncAndSize()