Searched refs:isGlobal (Results 1 – 2 of 2) sorted by relevance
1164 EXPECT_TRUE(p.isGlobal()); in TEST_F()1196 EXPECT_TRUE(type.isGlobal()); in TEST_F()1251 EXPECT_FALSE(p.isGlobal()); in TEST_F()1259 EXPECT_FALSE(p.isGlobal()); in TEST_F()1267 EXPECT_FALSE(p.isGlobal()); in TEST_F()1387 EXPECT_FALSE(type.isGlobal()); in TEST_F()1396 EXPECT_FALSE(type.isGlobal()); in TEST_F()1477 EXPECT_FALSE(p.isGlobal()); in TEST_F()1485 EXPECT_FALSE(p.isGlobal()); in TEST_F()1493 EXPECT_FALSE(p.isGlobal()); in TEST_F()[all …]
223 inline bool isGlobal() const { return (mIndex & DIR_MASK) == DIR_GLOBAL; } in isGlobal() function232 inline bool forPort() const { return !forStream() && !isGlobal(); } in forPort()272 if (isGlobal()) { in setPort()384 inline bool isGlobal() const { return _mIndex.isGlobal(); } in isGlobal() function524 } else if (o->_mIndex.isGlobal()) {