Home
last modified time | relevance | path

Searched refs:removeIfEmpty (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/ui/src/plugins/dev.perfetto.ProcessThreadGroups/
Dindex.ts74 const removeIfEmpty = (g: TrackNode) => { constant
79 this.processGroups.forEach(removeIfEmpty);
80 this.threadGroups.forEach(removeIfEmpty);
/external/guava/android/guava/src/com/google/common/collect/
DAbstractMapBasedMultimap.java368 void removeIfEmpty() { in removeIfEmpty() method in AbstractMapBasedMultimap.WrappedCollection
370 ancestor.removeIfEmpty(); in removeIfEmpty()
472 removeIfEmpty(); in remove()
539 removeIfEmpty(); // maybe shouldn't be removed if this is a sublist in clear()
548 removeIfEmpty(); in remove()
563 removeIfEmpty(); in removeAll()
576 removeIfEmpty(); in retainAll()
610 removeIfEmpty(); in removeAll()
823 removeIfEmpty(); in remove()
/external/guava/guava/src/com/google/common/collect/
DAbstractMapBasedMultimap.java370 void removeIfEmpty() { in removeIfEmpty() method in AbstractMapBasedMultimap.WrappedCollection
372 ancestor.removeIfEmpty(); in removeIfEmpty()
480 removeIfEmpty(); in remove()
547 removeIfEmpty(); // maybe shouldn't be removed if this is a sublist in clear()
556 removeIfEmpty(); in remove()
571 removeIfEmpty(); in removeAll()
584 removeIfEmpty(); in retainAll()
618 removeIfEmpty(); in removeAll()
831 removeIfEmpty(); in remove()