Home
last modified time | relevance | path

Searched defs:IntPair (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DGenericValue.h24 struct IntPair { struct
25 unsigned int first;
26 unsigned int second;
/external/llvm/include/llvm/ExecutionEngine/
DGenericValue.h28 struct IntPair { struct
29 unsigned int first;
30 unsigned int second;
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBIRuleBuilder.java335 static class IntPair { class in RBBIRuleBuilder
338 IntPair() {}; in IntPair() method in RBBIRuleBuilder.IntPair
339 IntPair(int f, int s) { in IntPair() method in RBBIRuleBuilder.IntPair
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleBuilder.java334 static class IntPair { class in RBBIRuleBuilder
337 IntPair() {}; in IntPair() method in RBBIRuleBuilder.IntPair
338 IntPair(int f, int s) { in IntPair() method in RBBIRuleBuilder.IntPair
/external/clang/test/Analysis/
Dnew.cpp211 class IntPair{ class
215 IntPair() {}; in IntPair() function in IntPair
/external/icu/libicu/cts_headers/
Drbbirb.h210 typedef std::pair<int32_t, int32_t> IntPair; typedef
/external/icu/icu4c/source/common/
Drbbirb.h210 typedef std::pair<int32_t, int32_t> IntPair; typedef
/external/libchrome/base/containers/
Dflat_map_unittest.cc69 using IntPair = std::pair<int, int>; in TEST() typedef
Dflat_tree_unittest.cc152 using IntPair = std::pair<int, int>; typedef
/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseTextureTests.cpp49 typedef std::pair<GLint, GLint> IntPair; typedef