Home
last modified time | relevance | path

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

/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/thread/
Dmle_router.hpp740 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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6958 bool IsSingleton = Ingredient2Recipe.count(I); in tryToWiden() local