Searched refs:allow_caching (Results 1 – 3 of 3) sorted by relevance
67 bool allow_caching = true; in CalculateValue() local68 int length = T::Convert(c, n, result, &allow_caching); in CalculateValue()69 if (allow_caching) { in CalculateValue()
65 bool allow_caching = true; in CalculateValue() local66 int length = T::Convert(c, n, result, &allow_caching); in CalculateValue()67 if (allow_caching) { in CalculateValue()
129 void set_allow_caching(bool allow_caching) { in set_allow_caching() argument130 allow_caching_ = allow_caching; in set_allow_caching()