Home
last modified time | relevance | path

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

/third_party/boost/libs/optional/test/
Doptional_test.cpp845 struct VBase : virtual X struct
847 VBase(int v) : X(v) {} in VBase() function
849 VBase(const VBase& other) : X(static_cast<const X&>(other)) {} in VBase() function
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
DNormalizerBuilder.java252 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7, field in NormalizerBuilder
/third_party/harfbuzz/src/
Dhb-ot-shape-complex-hangul.cc101 #define VBase 0x1161u macro
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-hangul.cc101 #define VBase 0x1161u macro
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-hangul.cc97 #define VBase 0x1161u macro
/third_party/glib/glib/
Dgunidecomp.c104 #define VBase 0x1161 macro
/third_party/python/Modules/
Dunicodedata.c484 #define VBase 0x1161 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp1027 DenseSet<Instruction*> VBase; in collectUsedInstructions() local