Searched defs:cpptype (Results 1 – 3 of 3) sorted by relevance
61 using cpptype = ImplCpptype; member
83 … using cpptype = typename Convertor::cpptype; // NOLINT(readability-identifier-naming) in ConvertNapiVal() typedef143 … using cpptype = typename Convertor::cpptype; // NOLINT(readability-identifier-naming) in ConvertEtsValRef() typedef190 … using cpptype = typename Convertor::cpptype; // NOLINT(readability-identifier-naming) in ConvertEtsVal() typedef
287 #define CONVERT_LOCAL_VALUE(type, cpptype) \ argument