Searched defs:WithContext (Results 1 – 7 of 7) sorted by relevance
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/ |
D | context.h | 57 WithContext(F f, T* context) : context_(context), f_(std::move(f)) {} in WithContext() function 87 promise_detail::WithContext<T, F> WithContext(F f, T* context) { in WithContext() function
|
/external/grpc-grpc/src/core/lib/promise/ |
D | context.h | 94 WithContext(F f, T* context) : context_(context), f_(std::move(f)) {} in WithContext() function 124 promise_detail::WithContext<T, F> WithContext(F f, T* context) { in WithContext() function
|
/external/tensorflow/tensorflow/core/platform/ |
D | context.h | 37 class WithContext; variable
|
/external/tensorflow/tensorflow/tsl/platform/default/ |
D | context.h | 31 explicit WithContext(const Context& x) {} in WithContext() function
|
/external/rust/android-crates-io/crates/tracing-subscriber/tests/layer_filters/ |
D | downcast_raw.rs | 41 struct WithContext; in forward_downcast_raw_to_layer() struct
|
/external/grpc-grpc/test/core/promise/ |
D | context_test.cc | 30 TEST(Context, WithContext) { in TEST() argument
|
D | activity_test.cc | 256 TEST(ActivityTest, WithContext) { in TEST() argument
|