Home
last modified time | relevance | path

Searched defs:Pair (Results 1 – 25 of 132) sorted by relevance

123456

/third_party/skia/src/core/
DSkPtrRecorder.h86 struct Pair { struct
95 SkTDArray<Pair> fList; argument
/third_party/boost/libs/hana/test/pair/
Dtag_of.cpp25 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/
DSkPtrRecorder.h86 struct Pair { struct
95 SkTDArray<Pair> fList; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.cpp52 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/
DPair.java19 public class Pair<F, S> { class
23 protected Pair(F first, S second) { in Pair() method in Pair
/third_party/boost/libs/range/doc/
Dexample.cpp22 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/
DDominators.h84 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/
DFuzzerTracePC.h31 struct Pair { struct
32 T A, B;
/third_party/flutter/skia/include/private/
DSkTHash.h296 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/
DBlotMapVector.h56 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/
DMapVector.h99 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/
DgenericInstantiationEquivalentToObjectLiteral.ts1 interface Pair<T1, T2> { first: T1; second: T2; } interface
/third_party/typescript/tests/cases/compiler/
DmappedTypeIndexedAccess.ts12 type Pair<T> = Pairs<T>[keyof T]; alias
/third_party/flutter/flutter/dev/integration_tests/channels/android/app/src/main/java/com/yourcompany/channels/
DMainActivity.java172 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/
DAppDelegate.m8 @interface Pair : NSObject interface
14 @implementation Pair implementation
/third_party/skia/tests/
DBitmapCopyTest.cpp27 struct Pair { struct
28 SkColorType fColorType;
29 const char* fValid;
/third_party/flutter/skia/tests/
DBitmapCopyTest.cpp26 struct Pair { struct
27 SkColorType fColorType;
28 const char* fValid;
/third_party/protobuf/js/experimental/runtime/kernel/
Dtextencoding_test.js39 class Pair { class
/third_party/boost/libs/graph/example/
Dedge_coloring.cpp43 typedef std::pair< std::size_t, std::size_t > Pair; in main() typedef
Dinterior_pmap_bundled.cpp71 typedef pair< int, int > Pair; in main() typedef
Dtopo_sort.cpp18 typedef std::pair< std::size_t, std::size_t > Pair; typedef
Dexterior_property_map.cpp81 typedef pair< int, int > Pair; in main() typedef
Dedge_basics.cpp67 typedef pair< int, int > Pair; in main() typedef
/third_party/typescript/tests/cases/conformance/types/tuple/named/
DnamedTupleMembersErrors.ts9 export type Pair = [item: any, any?]; // partially named, disallowed alias
/third_party/boost/libs/hana/test/issues/
Dgithub_331.cpp26 using Pair = hana::pair<hana::int_<0>, Nested>; in main() typedef

123456