Searched defs:Either (Results 1 - 6 of 6) sorted by relevance
/third_party/rust/crates/either/src/ |
H A D | lib.rs | 50 pub enum Either<L, R> { enum 151 impl<L, R> Either<L, R> { global() impls 752 impl<L, R> Either<Option<L>, Option<R>> { global() impls 773 impl<L, R, E> Either<Result<L, E>, Result<R, E>> { global() impls 796 impl<T, L, R> Either<Result<T, L>, Result<T, R>> { global() impls 819 impl<T, L, R> Either<(T, L), (T, R)> { global() impls 840 impl<T, L, R> Either<(L, T), (R, T)> { global() impls 861 impl<T> Either<T, T> { global() impls [all...] |
H A D | serde_untagged_optional.rs | 40 enum Either<L, R> { enum [all...] |
H A D | serde_untagged.rs | 40 enum Either<L, R> { enum [all...] |
/third_party/rust/crates/regex/regex-syntax/src/ |
H A D | either.rs | 5 pub enum Either<Left, Right> { enum
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuEither.hpp | 40 class Either class 108 get(const Either<First, Second>& either) get() argument 135 is(const Either<First, Second>& either) is() argument 155 Either<First, Second>::Either (const First& first) Either() function in tcu::Either 162 Either<First, Second>::Either (const Second& second) Either() function in tcu::Either 175 Either(const Either<First, Second>& other) Either() argument 185 operator =(const Either<First, Second>& other) operator =() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
H A D | ExecutionEngine.h | 519 const static Kind Either = (Kind)(JIT | Interpreter); member
|
Completed in 4 milliseconds