Home
last modified time | relevance | path

Searched defs:Tuple (Results 1 – 25 of 43) sorted by relevance

12

/third_party/rust/crates/serde/test_suite/no_std/src/
Dmain.rs32 struct Tuple(u8, u8); struct
43 Tuple(u8, u8), enumerator
/third_party/rust/crates/serde/test_suite/tests/ui/with-variant/
Dskip_ser_tuple_field_if.rs6 Tuple(#[serde(skip_serializing_if = "always")] String, u8), enumerator
Dskip_de_tuple_field.rs6 Tuple(#[serde(skip_deserializing)] String, u8), enumerator
Dskip_ser_tuple_field.rs6 Tuple(#[serde(skip_serializing)] String, u8), enumerator
/third_party/rust/crates/serde/test_suite/tests/ui/enum-representation/
Dinternal-tuple-variant.rs6 Tuple(u8, u8), enumerator
/third_party/rust/crates/serde/test_suite/tests/
Dtest_gen.rs99 Tuple( in test_gen() enumerator
128 struct Tuple<T>( in test_gen() struct
345 Tuple(), in test_gen() enumerator
357 Tuple(), in test_gen() enumerator
437 Tuple(String, u8), in test_gen() enumerator
492 Tuple(String, u8), in test_gen() enumerator
522 Tuple(String, u8), in test_gen() enumerator
570 Tuple(&'a str, &'static str), in test_gen() enumerator
632 Tuple(), in test_gen() enumerator
Dtest_self.rs51 impl Tuple { in test_self() impl
Dtest_ignored_any.rs15 Tuple(i32, i32), enumerator
Dtest_macros.rs1153 Tuple(u8, u8), in test_adjacently_tagged_enum() enumerator
1552 Tuple(u8, u8), in test_enum_in_internally_tagged_enum() enumerator
1779 Tuple(u8, u8), in test_enum_in_untagged_enum() enumerator
Dtest_annotations.rs219 Tuple( enumerator
940 Tuple( enumerator
1173 Tuple(String, u8), enumerator
2736 struct Tuple(u32, bool); in test_expecting_message() struct
2916 Tuple(u32, u32), enumerator
/third_party/rust/crates/nom/src/sequence/
Dmod.rs192 pub trait Tuple<I, O, E> { trait
258 impl<I, E: ParseError<I>> Tuple<I, (), E> for () { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceStringPool.h60 for (const auto &Tuple : StringToId) { in dump() local
/third_party/rust/crates/syn/json/src/
Dlib.rs173 Tuple(Vec<Type>), enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DProfileSummary.cpp143 MDTuple *Tuple = dyn_cast_or_null<MDTuple>(MD); in getFromMD() local
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dvariant_benchmark.cc163 using Tuple = typename VariantTupleMaker::VariantTuple; in BM_Visit() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp280 for (auto Tuple : zip_first(HdrData->Atoms, Values)) { in lookup() local
534 for (auto Tuple : zip_first(Abbr->Attributes, Values)) { in lookup() local
568 for (auto Tuple : zip_first(Abbr->Attributes, Values)) { in dump() local
/third_party/jinja2/
Dfilters.py1717 context: "Context", args: t.Tuple, kwargs: t.Dict[str, t.Any]
1746 args: t.Tuple,
1781 args: t.Tuple,
1797 args: t.Tuple,
/third_party/rust/crates/serde/serde_derive/src/internals/
Dast.rs52 Tuple, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.cpp157 const auto *Tuple = dyn_cast<MDTuple>(MD); in EmitEndOfAsmFile() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUPALMetadata.cpp54 auto Tuple = dyn_cast<MDTuple>(NamedMD->getOperand(0)); in readFromIR() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_join_test.cc428 TEST(StrJoin, Tuple) { in TEST() argument
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest-printers.h877 void TersePrintPrefixToStrings(const Tuple&, std::integral_constant<size_t, 0>, in TersePrintPrefixToStrings()
/third_party/node/deps/v8/src/maglev/
Dmaglev-ir.cc194 using Tuple = std::tuple<A...>; typedef
211 using Tuple = typename StripFirstTwoTupleArgs< typedef in v8::internal::maglev::__anonfd72a8890111::DeferredCodeInfoImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp330 auto *Tuple = dyn_cast_or_null<MDTuple>(MaybeTuple); in upgradeTypeRefArray() local
347 auto *Tuple = dyn_cast_or_null<MDTuple>(MaybeTuple); in resolveTypeRefArray() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dlayout_test.cc1265 testing::PolymorphicMatcher<TupleMatcher<M...>> Tuple(M... matchers) { in Tuple() function

12