Searched refs:IsNodeIdPatched (Results 1 – 3 of 3) sorted by relevance
154 EXPECT_FALSE(Utils::IsNodeIdPatched(id));155 EXPECT_TRUE(Utils::IsNodeIdPatched(Utils::PatchNodeId(id)));
353 if (Utils::IsNodeIdPatched(node->GetId())) { in FilterMockNode()627 if (Utils::IsNodeIdPatched(node->GetId())) { in UnmarshalNodes()828 if (!Utils::IsNodeIdPatched(pair.first)) { in FilterAnimationForPlayback()
189 static constexpr bool IsNodeIdPatched(uint64_t id) in IsNodeIdPatched() function