Home
last modified time | relevance | path

Searched refs:getRecursionDepth (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/google-cloud-java/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/
H A DDiscoverConnectionProfileRequest.java456 public int getRecursionDepth() { in getRecursionDepth() method in DiscoverConnectionProfileRequest
674 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
H A DDiscoverConnectionProfileRequestOrBuilder.java179 int getRecursionDepth(); in getRecursionDepth() method
/aosp_15_r20/frameworks/av/services/mediametrics/include/mediametricsservice/
H A DWrap.h200 size_t getRecursionDepth() const { in getRecursionDepth() function
/aosp_15_r20/frameworks/av/services/mediametrics/tests/
H A Dmediametrics_tests.cpp164 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()
/aosp_15_r20/external/google-cloud-java/java-datastream/google-cloud-datastream/src/test/java/com/google/cloud/datastream/v1alpha1/
H A DDatastreamClientTest.java565 Assert.assertEquals(request.getRecursionDepth(), actualRequest.getRecursionDepth()); in discoverConnectionProfileTest()