Searched refs:cpp_std (Results 1 – 25 of 33) sorted by relevance
12
| /third_party/mesa3d/src/tool/pps/ |
| D | meson.build | 24 override_options: ['cpp_std=c++17'], 42 override_options: ['cpp_std=c++17'], 58 override_options: ['cpp_std=c++17'],
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
| D | meson.build | 4 override_options: ['cpp_std=c++17'], 32 override_options: ['cpp_std=c++17']
|
| /third_party/mesa3d/src/intel/ds/ |
| D | meson.build | 42 override_options : ['cpp_std=c++17'], 64 override_options: ['cpp_std=c++17']
|
| /third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
| D | meson.build | 103 # override_options : ['cpp_std=c++11'] doesn't seem to work for objcpp 119 override_options : ['cpp_std=c++11'],
|
| /third_party/gstreamer/gstplugins_good/tests/examples/qt/qmloverlay/ |
| D | meson.build | 8 override_options : ['cpp_std=c++11'],
|
| /third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsrc/ |
| D | meson.build | 8 override_options : ['cpp_std=c++11'],
|
| /third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink/ |
| D | meson.build | 8 override_options : ['cpp_std=c++11'],
|
| /third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink-dynamically-added/ |
| D | meson.build | 8 override_options : ['cpp_std=c++11'],
|
| /third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink-multisink/ |
| D | meson.build | 10 override_options : ['cpp_std=c++11'],
|
| /third_party/gstreamer/gstplugins_bad/ext/zxing/ |
| D | meson.build | 14 override_options : ['cpp_std=c++11'],
|
| /third_party/mesa3d/src/freedreno/ds/ |
| D | meson.build | 24 override_options: ['cpp_std=c++17']
|
| /third_party/mesa3d/src/panfrost/ds/ |
| D | meson.build | 19 override_options: ['cpp_std=c++17']
|
| /third_party/gstreamer/gstplugins_bad/ext/webrtcdsp/ |
| D | meson.build | 23 override_options : ['cpp_std=c++11'],
|
| /third_party/gstreamer/gstplugins_bad/ext/openexr/ |
| D | meson.build | 16 openexr_override_options = ['cpp_std=c++98']
|
| /third_party/gstreamer/gstplugins_bad/gst-libs/gst/opencv/ |
| D | meson.build | 33 override_options : ['cpp_std=c++11'],
|
| /third_party/jsoncpp/ |
| D | meson.build | 15 'cpp_std=c++11',
|
| /third_party/flatbuffers/src/ |
| D | flatc.cpp | 363 opts.cpp_std = argv[argi]; in Compile() 365 opts.cpp_std = arg.substr(std::string("--cpp-std=").size()); in Compile()
|
| D | idl_gen_cpp.cpp | 3466 auto cpp_std = !opts.cpp_std.empty() ? opts.cpp_std : "C++11"; in GenerateCPP() local 3467 std::transform(cpp_std.begin(), cpp_std.end(), cpp_std.begin(), CharToUpper); in GenerateCPP() 3468 if (cpp_std == "C++0X") { in GenerateCPP() 3471 } else if (cpp_std == "C++11") { in GenerateCPP() 3475 } else if (cpp_std == "C++17") { in GenerateCPP() 3483 opts.cpp_std); in GenerateCPP()
|
| /third_party/skia/third_party/externals/swiftshader/ |
| D | Android.bp | 69 cpp_std: "c++17",
|
| /third_party/libfuse/ |
| D | meson.build | 5 'cpp_std=c++11',
|
| /third_party/gstreamer/gstplugins_good/ext/qt/ |
| D | meson.build | 160 override_options : ['cpp_std=c++11'],
|
| /third_party/mesa3d/src/egl/ |
| D | meson.build | 136 override_for_egl += 'cpp_std=c++17'
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| D | meson.build | 208 override_options: ['cpp_std=c++17'],
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| D | meson.build | 278 override_options : ['cpp_std=c++17'],
|
| /third_party/mesa3d/src/util/ |
| D | meson.build | 322 override_options : ['cpp_std=c++2a'],
|
12