Searched refs:inheriting (Results 1 – 25 of 82) sorted by relevance
1234
/third_party/boost/libs/outcome/doc/src/content/reference/types/ |
D | bad_result_access.md | 3 description = "Exception type publicly inheriting from `std::logic_error` indicating an incorrect o… 6 Exception type publicly inheriting from {{% api "std::logic_error" %}} indicating an incorrect obse…
|
D | bad_outcome_access.md | 3 description = "Exception type publicly inheriting from `std::logic_error` indicating an incorrect o… 6 Exception type publicly inheriting from {{% api "std::logic_error" %}} indicating an incorrect obse…
|
D | bad_result_access_with.md | 3 description = "Exception type publicly inheriting from `bad_result_access` indicating an incorrect … 6 Exception type publicly inheriting from {{% api "bad_result_access" %}}, and thus also {{% api "std…
|
/third_party/node/deps/uvwasi/src/ |
D | fd_table.c | 26 uvwasi_rights_t inheriting; in uvwasi__insert_stdio() local 33 err = uvwasi__get_rights(fd, UV_FS_O_RDWR, type, &base, &inheriting); in uvwasi__insert_stdio() 44 inheriting, in uvwasi__insert_stdio() 263 uvwasi_rights_t inheriting; in uvwasi_fd_table_insert_preopen() local 276 err = uvwasi__get_rights(fd, 0, type, &base, &inheriting); in uvwasi_fd_table_insert_preopen()
|
/third_party/boost/libs/ |
D | Jamfile.v2 | 10 # Under modularized layout, ensure all inheriting projects get
|
/third_party/node/deps/npm/node_modules/verror/ |
D | CHANGES.md | 17 * #39 captureStackTrace lost when inheriting from WError
|
/third_party/boost/libs/geometry/doc/reference/core/ |
D | tag_cast.qbk | 12 inheriting the specified tag is found, it is defined as the metafunction
|
/third_party/selinux/secilc/test/ |
D | name_resolution_test.cil | 82 ;; Check resolution for blockinherits with type in inheriting block 96 ;; Check resolution for blockinherits with no type in inheriting block
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | Automaton.td | 14 // Define a record inheriting from GenericAutomaton to generate a reasonably 55 // Name of a class that inherits from Transition. All records inheriting from
|
/third_party/musl/porting/linux/user/ldso/ |
D | README.md | 14 …to set search paths of library, or to use exported libraries of another namespace by inheriting it.
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/fortnightly/ |
D | README.md | 41 inheriting from theming.
|
/third_party/boost/libs/convert/doc/ |
D | user_types.qbk | 11 …ious way to support a new type is to write a converter (potentially by inheriting from an existing…
|
/third_party/boost/tools/build/src/tools/features/ |
D | variant-feature.jam | 107 # inheriting parents' properties so they affect other variants derived from
|
/third_party/boost/libs/histogram/doc/concepts/ |
D | DiscreteAxis.qbk | 84 …ace can be added to a user-defined axis which implements `a.bin(i)` by inheriting from the [classr…
|
D | IntervalAxis.qbk | 75 …ace can be added to a user-defined axis which implements `a.bin(i)` by inheriting from the [classr…
|
/third_party/node/test/fixtures/wpt/resources/ |
D | idlharness.js | 308 const inheriting = parsed[dep_type]; 310 const deps = [inheriting]; 314 || inheriting in this.members && !this.members[inheriting].untested 316 return p.name === inheriting;
|
/third_party/python/Misc/NEWS.d/ |
D | 3.7.0b2.rst | 75 For dataclasses, disallow inheriting frozen from non-frozen classes, and 76 also disallow inheriting non-frozen from frozen classes. This restriction
|
/third_party/openssl/doc/man3/ |
D | X509_STORE_CTX_set_verify_cb.pod | 92 only way to set a custom verification callback is by inheriting it from the
|
/third_party/selinux/secilc/docs/ |
D | cil_call_macro_statements.md | 63 …) declarations in the same namespace will normally cause an error, but inheriting a macro into a n…
|
/third_party/boost/libs/thread/doc/ |
D | internal_locking.qbk | 166 or inheriting from a class which add these lockable functions. 251 A basic_monitor object behaves like a `BasicLockable` object but only for the inheriting classes.
|
/third_party/boost/libs/contract/doc/ |
D | introduction.qbk | 61 These can check class invariants and can also /subcontract/ inheriting and extending contracts from…
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_multiview_tessellation_geometry_shader.txt | 215 is to change the functionality while "inheriting" the names of the base
|
/third_party/boost/libs/atomic/doc/ |
D | platform.qbk | 149 // typedef is required for classes inheriting from this
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | mtl_format_utils.mm | 416 // to specific platforms (i.e. ios2, ios4) inheriting from the previous tables
|
/third_party/boost/libs/hof/doc/html/_sources/include/boost/hof/ |
D | reveal.hpp.txt | 119 /// `failure` struct in the function object and then inheriting from
|
1234