Searched defs:subtract (Results 1 – 4 of 4) sorted by relevance
39 public void subtract() { in subtract() method in UtilsTest
140 void subtract(TKey&& key, const LogBufferElement* element) { in subtract() function147 void subtract(const TKey& key, const LogBufferElement* element) { in subtract() function225 inline bool subtract(const LogBufferElement* element) { in subtract() function268 inline bool subtract(const LogBufferElement* element) { in subtract() function
162 void LogStatistics::subtract(LogBufferElement* element) { in subtract() function in LogStatistics
84 static <X> Set<X> subtract(Set<X> a, Set<X> b) { in subtract() method in Utils