Home
last modified time | relevance | path

Searched refs:edition (Results 1 – 25 of 130) sorted by relevance

123456

/third_party/flutter/flutter/packages/flutter_tools/lib/src/vscode/
Dvscode.dart21 VsCode._(this.directory, this.extensionDirectory, { Version version, this.edition })
63 String edition,
71 return VsCode._(installPath, extensionDirectory, version: version, edition: edition);
77 final String edition;
84 String get productName => 'VS Code' + (edition != null ? ', $edition' : '');
158 edition: '32-bit edition'));
161 edition: '64-bit edition'));
171 edition: '32-bit edition',
176 edition: '64-bit edition',
207 …de.fromDirectory(searchLocation.installPath, extensionDirectory, edition: searchLocation.edition));
[all …]
/third_party/boost/libs/outcome/doc/src/content/reference/aliases/
Dunchecked.md3 … type alias to a `std_unchecked<T, E>` (standalone edition) or `boost_unchecked<T, E>` (Boost edit…
6edition) or {{% api "boost_unchecked<T, E = boost::system::error_code>" %}} (Boost edition). This …
Dchecked.md3 … "A type alias to a `std_checked<T, E>` (standalone edition) or `boost_checked<T, E>` (Boost editi…
6edition) or {{% api "boost_checked<T, E = boost::system::error_code>" %}} (Boost edition). This me…
Dresult.md3 …std_result<T, E, NoValuePolicy>` (standalone edition) or `boost_result<T, E, NoValuePolicy>` (Boos…
6edition) or {{% api "boost_result<T, E = boost::system::error_code, NoValuePolicy = policy::defaul…
Doutcome.md3 …me<T, EC, EP, NoValuePolicy>` (standalone edition) or `boost_outcome<T, EC, EP, NoValuePolicy>` (B…
6edition) or {{% api "boost_outcome<T, EC = boost::system::error_code, EP = boost::exception_ptr, N…
Dstd_unchecked.md8 This type alias always references the `std` edition of things, unlike {{% api "unchecked<T, E = var…
Dboost_checked.md8 This type alias always references the `boost` edition of things, unlike {{% api "checked<T, E = var…
Dstd_checked.md8 This type alias always references the `std` edition of things, unlike {{% api "checked<T, E = varie…
Dboost_unchecked.md8 This type alias always references the `boost` edition of things, unlike {{% api "unchecked<T, E = v…
Dstd_result.md8 This type alias always references the `std` edition of things, unlike {{% api "result<T, E = varies…
Dboost_result.md8 This type alias always references the `boost` edition of things, unlike {{% api "result<T, E = vari…
Dstd_outcome.md8 This type alias always references the `std` edition of things, unlike {{% api "outcome<T, EC = vari…
Dboost_outcome.md8 This type alias always references the `std` edition of things, unlike {{% api "outcome<T, EC = vari…
/third_party/gn/src/gn/
Drust_project_writer_helpers.h41 std::string edition) in Crate() argument
46 edition_(edition) {} in Crate()
87 const std::string& edition() { return edition_; } in edition() function
Drust_project_writer.cc291 auto edition = in AddTarget() local
293 if (!edition.has_value()) { in AddTarget()
294 edition = FindArgValue("--edition", compiler_args); in AddTarget()
300 edition.value_or("2015")); in AddTarget()
433 rust_project << " \"edition\": \"" << crate.edition() << "\"," NEWLINE; in WriteCrates()
/third_party/libxml2/
Drunxmlconf.c299 xmlChar *edition = NULL; in xmlconfTestItem() local
370 edition = xmlGetProp(cur, BAD_CAST "EDITION"); in xmlconfTestItem()
371 if ((edition != NULL) && (xmlStrchr(edition, '5') == NULL)) { in xmlconfTestItem()
423 if (edition != NULL) in xmlconfTestItem()
424 xmlFree(edition); in xmlconfTestItem()
/third_party/boost/libs/outcome/doc/src/content/tutorial/essential/
Dbefore.md49 …impact edition of Outcome. See <a href="https://github.com/ned14/stl-header-heft">https://github.c…
53 is the low compile time impact of the basic edition combined with
56 mind the potentially unstable <code>status_code</code>, this is definitely the edition
62 edition to use, you should use this one, it ought to "just work".</dd>
/third_party/boost/libs/outcome/doc/src/content/tutorial/advanced/payload/
Dcopy_file.md25 and additionally have the non-throwing edition return the exact same additional information
26 as the throwing edition?
/third_party/flatbuffers/tests/rust_usage_test/outdir/
DCargo.toml5 edition = "2018"
/third_party/wayland_standard/doc/publican/sources/css/
Dbrand.css11 .titlepage .edition,
Depub.css11 .titlepage .edition {
/third_party/boost/libs/outcome/doc/src/content/changelog/
D_index.md239 : Fix issue #190 in Boost edition where unit test suite was not runnable from
284 - Boost edition is now 100% Boost, so defaults for `result` and `outcome` are
286 the test suite in the Boost edition now exclusively tests the Boost edition.
287 One can, of course, freely use the standalone edition with Boost, and the Boost
288 edition with `std` types.
325 - `BOOST_OUTCOME_TRY` is now overloaded and selects `void` or `auto` edition
339 and Boost.Exception (these are `result.hpp` and `outcome.hpp` in the Boost edition).
344 - Boost peer review edition. This is what was reviewed.
/third_party/flatbuffers/rust/flatbuffers/
DCargo.toml4 edition = "2018"
/third_party/skia/third_party/externals/egl-registry/specs/
Digstyle.css49 /* Remove space between edition, docrev & releaseinfo.*/
50 p.edition {
/third_party/EGL/specs/
Digstyle.css49 /* Remove space between edition, docrev & releaseinfo.*/
50 p.edition {

123456