Searched refs:getRecursionDepth (Results 1 – 5 of 5) sorted by relevance
456 public int getRecursionDepth() { in getRecursionDepth() method in DiscoverConnectionProfileRequest674 if (getRecursionDepth() != other.getRecursionDepth()) return false; in equals()722 hash = (53 * hash) + getRecursionDepth(); in hashCode()1041 setRecursionDepth(other.getRecursionDepth()); in mergeFrom()1764 public int getRecursionDepth() { in getRecursionDepth() method in DiscoverConnectionProfileRequest.Builder
179 int getRecursionDepth(); in getRecursionDepth() method
200 size_t getRecursionDepth() const { in getRecursionDepth() function
164 ASSERT_EQ((size_t)1, s4.getRecursionDepth()); // we must be locked when thunk() is called. in TEST()167 ASSERT_EQ((size_t)0, s4.getRecursionDepth()); in TEST()170 ASSERT_EQ((size_t)0, s4.getRecursionDepth()); in TEST()
565 Assert.assertEquals(request.getRecursionDepth(), actualRequest.getRecursionDepth()); in discoverConnectionProfileTest()