Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/thread/
H A Dmle_tlvs.hpp323 …bool IsSingleton(void) const { return IsValid() && (mRouterIdMask.GetNumberOfAllocatedIds() <= 1);… in IsSingleton() function in ot::Mle::RouteTlv
483 …bool IsSingleton(void) const { return IsValid() && (mRouterIdMask.GetNumberOfAllocatedIds() <= 1);… in IsSingleton() function in ot::Mle::RouteTlv
861 bool IsSingleton(void) const { return (mActiveRouters <= 1); } in IsSingleton() function in ot::Mle::ConnectivityTlv
H A Dmle_router.cpp1147 bool MleRouter::IsSingleton(void) const in IsSingleton() function in ot::Mle::MleRouter
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
H A Dqpack_static_table_test.cc44 TEST(QpackStaticTableTest, IsSingleton) { in TEST() argument
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/hpack/
H A Dhpack_static_table_test.cc54 TEST_F(HpackStaticTableTest, IsSingleton) { in TEST_F() argument
/aosp_15_r20/art/compiler/optimizing/
H A Dload_store_analysis.h61 bool IsSingleton() const { in IsSingleton() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6958 bool IsSingleton = Ingredient2Recipe.count(I); in tryToWiden() local