a0dbdcc3ab
* Replaces `find(...) != -1` with `contains` for `String` * Replaces `find(...) == -1` with `!contains` for `String` * Replaces `find(...) != -1` with `has` for containers * Replaces `find(...) == -1` with `!has` for containers |
||
---|---|---|
.. | ||
openxr_action.cpp | ||
openxr_action.h | ||
openxr_action_map.cpp | ||
openxr_action_map.h | ||
openxr_action_set.cpp | ||
openxr_action_set.h | ||
openxr_interaction_profile.cpp | ||
openxr_interaction_profile.h | ||
openxr_interaction_profile_metadata.cpp | ||
openxr_interaction_profile_metadata.h | ||
SCsub |