Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DGenericValue.h24 struct IntPair { struct
25 unsigned int first;
26 unsigned int second;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRBBIRuleBuilder.java324 static class IntPair { class in RBBIRuleBuilder
327 IntPair() {}; in IntPair() method in RBBIRuleBuilder.IntPair
328 IntPair(int f, int s) { in IntPair() method in RBBIRuleBuilder.IntPair
/third_party/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
/third_party/skia/third_party/externals/icu/source/common/
Drbbirb.h210 typedef std::pair<int32_t, int32_t> IntPair; typedef
/third_party/flutter/skia/third_party/externals/icu/source/common/
Drbbirb.h210 typedef std::pair<int32_t, int32_t> IntPair; typedef
/third_party/node/deps/icu-small/source/common/
Drbbirb.h210 typedef std::pair<int32_t, int32_t> IntPair; typedef
/third_party/icu/icu4c/source/common/
Drbbirb.h210 typedef std::pair<int32_t, int32_t> IntPair; typedef
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseTextureTests.cpp49 typedef std::pair<GLint, GLint> IntPair; typedef