Home
last modified time | relevance | path

Searched defs:kLeaf (Results 1 – 6 of 6) sorted by relevance

/dports/misc/py-xgboost/xgboost-1.5.1/include/xgboost/
H A Dlearner.h40 kLeaf = 6 enumerator
/dports/misc/xgboost/xgboost-1.5.1/include/xgboost/
H A Dlearner.h40 kLeaf = 6 enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/experimental/svg/model/
H A DSkSVGRenderContext.h76 kLeaf = 1 << 0, // the target node doesn't have descendants enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/svg/include/
H A DSkSVGRenderContext.h79 kLeaf = 1 << 0, // the target node doesn't have descendants enumerator
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/matcher/
H A Dexpression.h187 kLeaf, enumerator
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/crypto/asn1/
H A Dasn1_test.cc192 static const uint8_t kLeaf[] = {0x30, 0x00}; in TEST() local