Searched refs:getProduct (Results 1 – 11 of 11) sorted by relevance
48 return getProduct()+" "+getImplementationLanguage()+" " in getVersion()67 public static String getProduct() in getProduct() method in Version
48 return getProduct()+" "+getImplementationLanguage()+" "67 public static String getProduct()
45 return getProduct()+" "+getImplementationLanguage()+" " in getVersion()64 public static String getProduct() in getProduct() method in Version
45 return getProduct()+" "+getImplementationLanguage()+" "64 public static String getProduct()
10 ListIterator getProduct(); in getProduct() method
115 inline std::pair<DigitsT, int16_t> getProduct(DigitsT LHS, DigitsT RHS) { in getProduct() function126 return getProduct(LHS, RHS); in getProduct32()131 return getProduct(LHS, RHS); in getProduct64()681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS) { in getProduct() function682 return ScaledNumbers::getProduct(LHS, RHS); in getProduct()812 *this = getProduct(Digits, X.Digits);
25 public static String getProduct() { in getProduct() method in BuildInfo
102 public ListIterator getProduct() { in getProduct() method in Server
97 public ListIterator getProduct() { in getProduct() method in UserAgent
81 TEST(ScaledNumberHelpersTest, getProduct) { in TEST() argument