Searched refs:hasInfo (Results 1 – 4 of 4) sorted by relevance
707 EXPECT_FALSE(buffer->hasInfo(info1->type())); in TEST_F()708 EXPECT_FALSE(buffer->hasInfo(info2->type())); in TEST_F()713 EXPECT_TRUE(buffer->hasInfo(info1->type())); in TEST_F()714 EXPECT_FALSE(buffer->hasInfo(info2->type())); in TEST_F()718 EXPECT_TRUE(buffer->hasInfo(info1->type())); in TEST_F()719 EXPECT_TRUE(buffer->hasInfo(info2->type())); in TEST_F()726 EXPECT_FALSE(buffer->hasInfo(info1->type())); in TEST_F()727 EXPECT_TRUE(buffer->hasInfo(info2->type())); in TEST_F()732 EXPECT_FALSE(buffer->hasInfo(info1->type())); in TEST_F()733 EXPECT_TRUE(buffer->hasInfo(info2->type())); in TEST_F()[all …]
1218 bool hasInfo(C2Param::Type index) const { in hasInfo() function in C2Buffer::Impl1271 bool C2Buffer::hasInfo(C2Param::Type index) const { in hasInfo() function in C2Buffer1272 return mImpl->hasInfo(index); in hasInfo()
2111 bool hasInfo(C2Param::Type index) const;
1798 if (!buf->hasInfo(ix)) { in onMessageReceived()