Lines Matching refs:std
39 } catch (std::exception& e) { \
48 std::string attr_name = attr; \
52 } catch (std::exception& e) { \
61 std::string attr_name = attr; \
65 } catch (std::exception& e) { \
75 void log_result(std::string test_name, std::string attr_name, bool expect_success, bool success) in log_result()
77 std::string result; in log_result()
114 std::string deviceName; in main()
117 std::cout << "IIO device 0 found by id." << std::endl; in main()
120 } catch (std::exception& e) { in main()
121 std::cerr << "IIO device 0 not found." << std::endl; in main()
128 } catch (std::exception& e) { in main()
129 std::cerr << "IIO device 1 not found. This is expected behavior." << std::endl; in main()
134 std::cout << "IIO device 0 found by name." << std::endl; in main()
135 } catch (std::exception& e) { in main()
136 std::cerr << "IIO device 0 not found." << std::endl; in main()
141 std::cout << "Using IIO device0. Name is " << iio_device->getDeviceName() << std::endl; in main()