Searched refs:existString (Results 1 – 1 of 1) sorted by relevance
32 std::string existString(bool value) { in existString() function286 std::cout << "Device Manifest? " << existString(vm != nullptr) << std::endl in main()287 << "Device Matrix? " << existString(vcm != nullptr) << std::endl in main()288 << "Framework Manifest? " << existString(fm != nullptr) << std::endl in main()289 << "Framework Matrix? " << existString(fcm != nullptr) << std::endl; in main()