Home
last modified time | relevance | path

Searched defs:Fallback (Results 1 – 11 of 11) sorted by relevance

/third_party/rust/rust/tests/ui/traits/
Dno-fallback-multiple-impls.rs1 trait Fallback { interface
/third_party/rust/crates/proc-macro2/src/
Dwrapper.rs17 Fallback(fallback::TokenStream), enumerator
32 Fallback(fallback::LexError), enumerator
308 Fallback(fallback::TokenTreeIter), enumerator
367 Fallback(fallback::SourceFile), enumerator
405 Fallback(fallback::Span), enumerator
579 Fallback(fallback::Group), enumerator
684 Fallback(fallback::Ident), enumerator
779 Fallback(fallback::Literal), enumerator
Dextra.rs95 Fallback(fallback::Span), enumerator
/third_party/icu/docs/userguide/locale/
Dindex.md200 ### Fallback subsection
/third_party/rust/rust/compiler/rustc_apfloat/src/
Dppc.rs34 type Fallback<F> = ieee::IeeeFloat<FallbackS<F>>; typedef
92 impl<F: FloatConvert<Self>> From<DoubleFloat<F>> for Fallback<F> { implementation
/third_party/skia/src/ports/skia_ohos/
DFontConfig_ohos.h54 enum FontType : uint32_t { Generic = 0, Fallback, NumOfFontType }; enumerator
/third_party/skia/m133/src/ports/skia_ohos/
DFontConfig_ohos.h58 enum FontType : uint32_t { Generic = 0, Fallback, NumOfFontType }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DIRSymtab.cpp288 auto *Fallback = dyn_cast<GlobalValue>( in addSymbol() local
/third_party/mbedtls/docs/proposed/
Dpsa-driver-interface.md1017 ### Fallback subsection
/third_party/rust/rust/library/std/src/sys/unix/
Dkernel_copy.rs516 Fallback(u64), enumerator
/third_party/grpc/test/cpp/end2end/
Dgrpclb_end2end_test.cc1068 TEST_F(GrpclbEnd2endTest, Fallback) { in TEST_F() argument