/third_party/skia/src/core/ |
D | SkPtrRecorder.h | 86 struct Pair { struct 95 SkTDArray<Pair> fList; argument
|
/third_party/boost/libs/hana/test/pair/ |
D | tag_of.cpp | 25 using Pair = hana::pair<hana::integral_constant<int, 3>, int>; in main() typedef 32 using Pair = hana::pair<std::integral_constant<int, 3>, int>; in main() typedef
|
/third_party/flutter/skia/src/core/ |
D | SkPtrRecorder.h | 86 struct Pair { struct 95 SkTDArray<Pair> fList; argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 52 for (auto &Pair : InstructionMetadata) in ~LLVMContextImpl() local 68 for (auto &Pair : ValuesAsMetadata) in ~LLVMContextImpl() local 70 for (auto &Pair : MetadataAsValues) in ~LLVMContextImpl() local 132 for (auto &Pair : MetadataAsValues) in ~LLVMContextImpl() local 140 for (auto &Pair : ValuesAsMetadata) in ~LLVMContextImpl() local
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | Pair.java | 19 public class Pair<F, S> { class 23 protected Pair(F first, S second) { in Pair() method in Pair
|
/third_party/boost/libs/range/doc/ |
D | example.cpp | 22 struct Pair struct 37 struct range_value< Foo::Pair<T> >
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Dominators.h | 84 BasicBlockEdge(const std::pair<BasicBlock *, BasicBlock *> &Pair) in BasicBlockEdge() argument 87 BasicBlockEdge(const std::pair<const BasicBlock *, const BasicBlock *> &Pair) in BasicBlockEdge()
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerTracePC.h | 31 struct Pair { struct 32 T A, B;
|
/third_party/flutter/skia/include/private/ |
D | SkTHash.h | 296 struct Pair { struct 299 static const K& GetKey(const Pair& p) { return p.key; } in GetKey() argument 303 SkTHashTable<Pair, K> fTable; argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | BlotMapVector.h | 56 std::pair<typename MapTy::iterator, bool> Pair = variable 68 std::pair<typename MapTy::iterator, bool> Pair = in insert() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | MapVector.h | 99 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(Key, 0); variable 118 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(KV.first, 0); in insert() local 131 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(KV.first, 0); in insert() local
|
/third_party/typescript/tests/cases/conformance/types/namedTypes/ |
D | genericInstantiationEquivalentToObjectLiteral.ts | 1 interface Pair<T1, T2> { first: T1; second: T2; } interface
|
/third_party/typescript/tests/cases/compiler/ |
D | mappedTypeIndexedAccess.ts | 12 type Pair<T> = Pairs<T>[keyof T]; alias
|
/third_party/flutter/flutter/dev/integration_tests/channels/android/app/src/main/java/com/yourcompany/channels/ |
D | MainActivity.java | 172 final class Pair { class 176 public Pair(Object left, Object right) { in Pair() method in Pair
|
/third_party/flutter/flutter/dev/integration_tests/channels/ios/Runner/ |
D | AppDelegate.m | 8 @interface Pair : NSObject interface 14 @implementation Pair implementation
|
/third_party/skia/tests/ |
D | BitmapCopyTest.cpp | 27 struct Pair { struct 28 SkColorType fColorType; 29 const char* fValid;
|
/third_party/flutter/skia/tests/ |
D | BitmapCopyTest.cpp | 26 struct Pair { struct 27 SkColorType fColorType; 28 const char* fValid;
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
D | textencoding_test.js | 39 class Pair { class
|
/third_party/boost/libs/graph/example/ |
D | edge_coloring.cpp | 43 typedef std::pair< std::size_t, std::size_t > Pair; in main() typedef
|
D | interior_pmap_bundled.cpp | 71 typedef pair< int, int > Pair; in main() typedef
|
D | topo_sort.cpp | 18 typedef std::pair< std::size_t, std::size_t > Pair; typedef
|
D | exterior_property_map.cpp | 81 typedef pair< int, int > Pair; in main() typedef
|
D | edge_basics.cpp | 67 typedef pair< int, int > Pair; in main() typedef
|
/third_party/typescript/tests/cases/conformance/types/tuple/named/ |
D | namedTupleMembersErrors.ts | 9 export type Pair = [item: any, any?]; // partially named, disallowed alias
|
/third_party/boost/libs/hana/test/issues/ |
D | github_331.cpp | 26 using Pair = hana::pair<hana::int_<0>, Nested>; in main() typedef
|