Home
last modified time | relevance | path

Searched defs:WithContext (Results 1 – 7 of 7) sorted by relevance

/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/
Dcontext.h57 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/
Dcontext.h94 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/
Dcontext.h37 class WithContext; variable
/external/tensorflow/tensorflow/tsl/platform/default/
Dcontext.h31 explicit WithContext(const Context& x) {} in WithContext() function
/external/rust/android-crates-io/crates/tracing-subscriber/tests/layer_filters/
Ddowncast_raw.rs41 struct WithContext; in forward_downcast_raw_to_layer() struct
/external/grpc-grpc/test/core/promise/
Dcontext_test.cc30 TEST(Context, WithContext) { in TEST() argument
Dactivity_test.cc256 TEST(ActivityTest, WithContext) { in TEST() argument