Home
last modified time | relevance | path

Searched refs:IsSingleton (Results 1 – 7 of 7) sorted by relevance

/external/openthread/src/core/thread/
Dmle_router.hpp120 bool IsSingleton(void);
656 static bool IsSingleton(const RouteTlv &aRouteTlv);
740 bool IsSingleton(void) const { return false; } in IsSingleton() function in ot::Mle::MleRouter
Dmle_router.cpp1165 bool MleRouter::IsSingleton(void) in IsSingleton() function in ot::Mle::MleRouter
1208 bool MleRouter::IsSingleton(const RouteTlv &aRouteTlv) in IsSingleton() function in ot::Mle::MleRouter
1285 if (ComparePartitions(IsSingleton(route), leaderData, IsSingleton(), mLeaderData) > 0 in HandleAdvertisement()
Dmle.cpp3180 … Get<MleRouter>().IsSingleton(), mLeaderData) > 0); in HandleParentResponse()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
Dqpack_static_table_test.cc44 TEST(QpackStaticTableTest, IsSingleton) { in TEST() argument
/external/cronet/net/third_party/quiche/src/quiche/spdy/core/hpack/
Dhpack_static_table_test.cc53 TEST_F(HpackStaticTableTest, IsSingleton) { in TEST_F() argument
/external/openthread/src/core/api/
Dthread_api.cpp429 return AsCoreType(aInstance).Get<Mle::MleRouter>().IsSingleton(); in otThreadIsSingleton()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6958 bool IsSingleton = Ingredient2Recipe.count(I); in tryToWiden() local
6964 if (!IsSingleton && !VPBB->empty() && LastExtensibleRecipe == &VPBB->back() && in tryToWiden()
6969 if (!IsSingleton) in tryToWiden()