Searched defs:underlying (Results 1 – 5 of 5) sorted by relevance
24 using underlying = typename std::underlying_type<Enum>::type; variable31 using underlying = typename std::underlying_type<Enum>::type; variable38 using underlying = typename std::underlying_type<Enum>::type; variable45 using underlying = typename std::underlying_type<Enum>::type; variable53 using underlying = typename std::underlying_type<Enum>::type; variable61 using underlying = typename std::underlying_type<Enum>::type; variable69 using underlying = typename std::underlying_type<Enum>::type; variable
26 static std::string GenType(const Type &type, bool underlying = false) { in GenType()
2207 auto underlying = accessor + wire_type + ">(" + offset_str + ")"; in GenTableFieldSetter() local
243 std::vector<std::string>* underlying; member
205 using underlying = typename std::underlying_type<T>::type; typedef