Home
last modified time | relevance | path

Searched defs:kMaxChildren (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/src/core/
H A DSkRTree.h51 kMaxChildren = 11; variable
/aosp_15_r20/external/openthread/src/core/thread/
H A Dchild_table.hpp337 static constexpr uint16_t kMaxChildren = OPENTHREAD_CONFIG_MLE_MAX_CHILDREN; member in ot::ChildTable
H A Dmle_types.hpp79 constexpr uint16_t kMaxChildren = OPENTHREAD_CONFIG_MLE_MAX_CHILDREN; ///< Maximum number of ch… variable
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_child_table.cpp45 kMaxChildren = OPENTHREAD_CONFIG_MLE_MAX_CHILDREN, enumerator