Home
last modified time | relevance | path

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 DBatchingCallSettings.java82 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 DBatcherImpl.java109 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 DBatchingDescriptor.java92 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 Dbyte_buffer.h255 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/
Dsuperset_of_matcher.rs143 needle: &ElementT, in actual_is_missing()