Searched defs:cpptype (Results 1 – 3 of 3) sorted by relevance
28 using cpptype = typename Convertor::cpptype; // NOLINT(readability-identifier-naming) in UnwrapVal() local247 … using cpptype = typename Convertor::cpptype; // NOLINT(readability-identifier-naming) in ConvertRefArgToJS() local287 … using cpptype = typename Convertor::cpptype; // NOLINT(readability-identifier-naming) in ConvertArgToJS() local
84 using cpptype = ImplCpptype; member
320 #define CONVERT_LOCAL_VALUE(type, cpptype) \ argument