Home
last modified time | relevance | path

Searched defs:friends (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DSetOperationsTest.java36 Set<String> friends; field in SetOperationsTest.MoreTests
59 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); in testIntersection() local
77 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); in testDifference() local
95 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); in testSymmetricDifference() local
/external/guava/guava-tests/test/com/google/common/collect/
DSetOperationsTest.java260 Set<String> friends; field in SetOperationsTest.MoreTests
283 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); in testIntersection() local
301 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); in testDifference() local
319 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); in testSymmetricDifference() local
/external/clang/include/clang/AST/
DDeclFriend.h231 inline CXXRecordDecl::friend_range CXXRecordDecl::friends() const { in friends() function