HomeSort by relevance Sort by last modified time
    Searched defs:copyToSet (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
Helpers.java 58 public static <E> Set<E> copyToSet(Iterable<? extends E> elements) {
64 public static <E> Set<E> copyToSet(E[] elements) {
65 return copyToSet(Arrays.asList(elements));
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.cpp 542 void Geolocation::copyToSet(const GeoNotifierVector& src, GeoNotifierSet& dest)
584 copyToSet(oneShotsWithCachedPosition, m_oneShots);

Completed in 399 milliseconds