Home
last modified time | relevance | path

Searched refs:composable (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DFakeCredentials.cs25 readonly bool composable; field in Grpc.Core.Tests.FakeChannelCredentials
27 public FakeChannelCredentials(bool composable) in FakeChannelCredentials() argument
29 this.composable = composable; in FakeChannelCredentials()
34 get { return composable; }
/external/catch2/docs/
Dmatchers.md4 Matchers are an alternative way to do assertions which are easily extensible and composable.
/external/Reactive-Extensions/RxCpp/
DREADME.md124 … to treat streams of asynchronous events with the same sort of simple, composable operations that …
/external/llvm/docs/tutorial/
DBuildingAJIT2.rst308 providing composable layers we leave the decisions to the person implementing
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DBuildingAJIT2.rst306 providing composable layers we leave the decisions to the person implementing