Home
last modified time | relevance | path

Searched defs:NextResult (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/promise/
H A Dpipe.h64 NextResult() : center_(nullptr) {} in NextResult() function
65 explicit NextResult(RefCountedPtr<pipe_detail::Center<T>> center) in NextResult() function
69 explicit NextResult(bool cancelled) in NextResult() function
H A Dinter_activity_pipe.h42 explicit NextResult(Args&&... args) : value_(std::forward<Args>(args)...) {} in NextResult() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/
Dpipe.h66 NextResult() : center_(nullptr) {} in NextResult() function
67 explicit NextResult(RefCountedPtr<pipe_detail::Center<T>> center) in NextResult() function
71 explicit NextResult(bool cancelled) in NextResult() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1535 Register NextResult = I + 1 == NumOps && WideTy == DstTy ? DstReg : in widenScalarMergeValues() local
6595 Register NextResult = I + 1 == NumOps && WideTy == DstTy ? DstReg : in lowerMergeValues() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1209 Register NextResult = I + 1 == NumOps && WideTy == DstTy ? DstReg : in widenScalarMergeValues() local