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