Searched refs:anyBool (Results 1 – 2 of 2) sorted by relevance
141 Any anyBool = true; variable142 bool valueOutbool = AnyCast<bool>(anyBool);176 Any anyBool = true; variable177 ASSERT_TRUE(Any::IsSameTypeWith<bool>(anyBool));178 std::string_view strBoolTypeName = anyBool.GetTypeName<bool>();
151 Plugin::Any anyBool = true; variable154 result = NativeCommonUtils::SwitchToOHAny(anyBool, &valueBool);