Searched defs:kCppTypeName (Results 1 – 1 of 1) sorted by relevance
75 const char *FTInfo<float>::kCppTypeName = "float"; member in FTInfo<float>76 const char *FTInfo<double>::kCppTypeName = "double"; member in FTInfo<double>77 const char *FTInfo<long double>::kCppTypeName = "long double"; member in FTInfo<long double>78 const char *FTInfo<__float128>::kCppTypeName = "__float128"; member in FTInfo<__float128>