Home
last modified time | relevance | path

Searched defs:Right (Results 1 – 25 of 90) sorted by relevance

1234

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFormatAdapters.h46 size_t Right; variable
49 PadAdapter(T &&Item, size_t Left, size_t Right) in PadAdapter()
91 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) { in fmt_pad()
DFormatCommon.h17 enum class AlignStyle { Left, Center, Right }; enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFormatVariadic.cpp107 StringRef Right = Fmt.drop_front(BO + NumEscapedBraces * 2); in splitLiteralAndReplacement() local
130 StringRef Right = Fmt.substr(BC + 1); in splitLiteralAndReplacement() local
/external/rust/crates/anes/src/parser/
Dtypes.rs35 Right, enumerator
71 Right, enumerator
/external/rust/crates/rayon/src/iter/
Dunzip.rs12 type Right: Send; typedef
18 FB: Folder<Self::Right>; in consume()
34 FromB: Default + Send + ParallelExtend<OP::Right>, in execute()
48 FromB: Send + ParallelExtend<OP::Right>, in execute_into()
96 type Right = B; typedef
136 type Right = T; typedef
179 type Right = R; typedef
452 type Right = R; typedef
/external/rust/crates/regex-syntax/src/
Deither.rs7 Right(Right), enumerator
/external/rust/crates/num-derive/tests/
Dnum_derive_without_num.rs19 Right, enumerator
/external/angle/src/compiler/translator/
Dutil.h34 Right, enumerator
/external/llvm/unittests/Transforms/Utils/
DMemorySSA.cpp77 BasicBlock *Right(BasicBlock::Create(C, "", F)); in TEST_F() local
118 BasicBlock *Right(BasicBlock::Create(C, "", F)); in TEST_F() local
161 BasicBlock *Right(BasicBlock::Create(C, "", F)); in TEST_F() local
/external/pdfium/xfa/fgas/layout/
Dcfgas_rtfbreak.h27 Right, enumerator
/external/clang/lib/Format/
DTokenAnnotator.cpp1802 const FormatToken &Right = Tok; in splitPenalty() local
1967 const FormatToken &Right) { in spaceRequiredBetween()
2098 const FormatToken &Right) { in spaceRequiredBefore()
2252 const FormatToken &Right) { in mustBreakBefore()
2360 const FormatToken &Right) { in canBreakBefore()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormatCommon.h18 enum class AlignStyle { Left, Center, Right }; enumerator
/external/rust/crates/either/src/
Dserde_untagged.rs42 Right(R), enumerator
Dserde_untagged_optional.rs42 Right(R), enumerator
/external/rust/crates/criterion-plot/src/
Dkey.rs174 Right, enumerator
182 Right, enumerator
/external/pdfium/xfa/fwl/
Dfwl_widgethit.h15 Right, enumerator
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-multiple-nonvirtual-inheritance.cpp7 struct Right { struct
/external/clang/tools/diagtool/
DDiagnosticNames.cpp48 const DiagnosticRecord &Right) { in orderByID()
/external/rust/crates/protobuf/src/reflect/message/
Dis_initialized_is_always_true.rs105 Right(B), in message_field_types() enumerator
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
DSubTypeResolutionTest.java81 static class Right<T> extends Either { } class in SubTypeResolutionTest.Either
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/
DTestTypeFactory1604.java34 static class Right<V> extends Either<Void, V> { } class in TestTypeFactory1604
/external/cronet/buildtools/third_party/libc++abi/trunk/test/
Ddynamic_cast.pass.cpp87 struct Right : Class6 { Pad5 _; }; argument
/external/libcxxabi/test/
Ddynamic_cast.pass.cpp80 struct Right : Class6 { Pad5 _; }; struct
/external/perfetto/ui/src/frontend/widgets/
Dpopup.ts38 Right = 'right', enumerator
/external/python/cpython3/Lib/test/
Dtest_compare.py57 class Right: class

1234