Searched defs:ElementT (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/batching/ |
H A D | BatchingCallSettings.java | 82 private BatchingCallSettings(Builder<ElementT, ElementResultT, RequestT, ResponseT> builder) { in BatchingCallSettings() 93 BatchingDescriptor<ElementT, ElementResultT, RequestT, ResponseT> batchingDescriptor) { in newBuilder() 126 BatchingDescriptor<ElementT, ElementResultT, RequestT, ResponseT> batchingDescriptor) { in Builder() 131 private Builder(BatchingCallSettings<ElementT, ElementResultT, RequestT, ResponseT> settings) { in Builder()
|
H A D | BatcherImpl.java | 109 BatchingDescriptor<ElementT, ElementResultT, RequestT, ResponseT> batchingDescriptor, in BatcherImpl() 130 BatchingDescriptor<ElementT, ElementResultT, RequestT, ResponseT> batchingDescriptor, in BatcherImpl() 158 BatchingDescriptor<ElementT, ElementResultT, RequestT, ResponseT> batchingDescriptor, in BatcherImpl() 425 BatchingDescriptor<ElementT, ElementResultT, RequestT, ResponseT> descriptor, in Batch() 489 PushCurrentBatchRunnable(BatcherImpl<ElementT, ElementResultT, RequestT, ResponseT> batcher) { in PushCurrentBatchRunnable()
|
H A D | BatchingDescriptor.java | 92 void splitResponse(ResponseT batchResponse, List<BatchEntry<ElementT, ElementResultT>> batch); in splitResponse() 95 void splitException(Throwable throwable, List<BatchEntry<ElementT, ElementResultT>> batch); in splitException()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/ |
H A D | byte_buffer.h | 255 using ElementT = std::remove_cv_t<typename MemberAsStdArrayT::value_type>; in ReadMember() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/ |
D | superset_of_matcher.rs | 143 needle: &ElementT, in actual_is_missing()
|