Home
last modified time | relevance | path

Searched refs:Ensures (Results 1 – 25 of 49) sorted by relevance

12

/third_party/mindspore/mindspore/ccsrc/utils/
Dcontract.h53 class Ensures : public EnsuresAccess<T, R> {
55 Ensures(T v, const Signatory &signatory) : value_(v) { in Ensures() function
63 Ensures(const Ensures<O, R> &other) : value_(other.get()) {} in Ensures() function
64 ~Ensures() = default;
78 auto ptr = static_cast<const Ensures<T, R> *>(this)->get();
96 auto ptr = static_cast<const Ensures<T, R> *>(this)->get();
102 using Expects = Ensures<T, R>;
104 using NotNull = Ensures<T, NotNullRule>;
105 #define ENSURE(_v, _rule) Ensures<decltype(_v), _rule>(_v, {{__FILE__, __LINE__, __FUNCTION__}, #_v…
/third_party/boost/libs/system/doc/system/
Dreference.adoc525 Ensures: :: `val_ == 0`; `*cat_ == system_category()`.
533 Ensures: :: `val_ == val`; `cat_ == &cat`.
542 Ensures: :: `*this == make_error_code( e )`.
553 Ensures: :: `val_ == val`; `cat_ == &cat`.
562 Ensures: :: `*this == make_error_code( e )`.
571 Ensures: ::
698 Ensures: :: `val_ == 0`; `*cat_ == generic_category()`.
706 Ensures: :: `val_ == val`; `cat_ == &cat`.
715 Ensures: :: `*this == make_error_condition( e )`.
727 Ensures: :: `val_ == val`; `cat_ == &cat`.
[all …]
/third_party/node/deps/npm/node_modules/stringify-package/
DREADME.md31 * Ensures consistent file indentation
35 * Ensures consistent newlines
/third_party/boost/libs/variant2/doc/variant2/
Dreference.adoc263 Ensures: :: `index() == 0`.
308 Ensures: :: `holds_alternative<Tj>(*this)`.
329 Ensures: :: `holds_alternative<U>(*this)`.
345 Ensures: :: `holds_alternative<U>(*this)`.
360 Ensures: :: `index() == I`.
375 Ensures: :: `index() == I`.
405 Ensures: :: `index() == r.index()`.
421 Ensures: :: `index() == r.index()`.
440 Ensures: :: `index() == j`.
495 Ensures: :: `index() == I`.
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/macos/
Dcocoapods.dart179 /// Ensures the given Xcode-based sub-project of a parent Flutter project
216 /// Ensures all `Flutter/Xxx.xcconfig` files for the given Xcode-based
234 /// Ensures that pod install is deemed needed on next check.
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dpromise-function-async.md4 Ensures that each function is only capable of:
Dclass-literal-property-style.md1 # Ensures that literals on classes are exposed in a consistent style (`class-literal-property-style…
/third_party/boost/libs/stl_interfaces/doc/
Dtutorial.qbk575 [ ['Ensures:] `u.empty()` ]
583 [ ['Ensures:] `u == a` ]
591 [ ['Ensures:] `u` is equal to the value `rv_c` had before this operation. ]
597 [ ['Ensures:] `u` is equal to the value `rv_c` had before this operation. ]
627 [ ['Ensures:] `r` == `a`. ]
741 [ ['Ensures:] `distance(u.begin(), u.end()) == n` ]
747 [ ['Ensures:] `distance(u.begin(), u.end()) == distance(i, j)` ]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/fuchsia/
Dtiles_ctl.dart37 /// Ensures that tiles is running on the device.
/third_party/ejdb/src/bindings/ejdb2_dart/lib/
Dejdb2_dart.dart507 /// Ensures json document database index specified by [path] json pointer to string data type.
517 /// Ensures json document database index specified by [path] json pointer to integer data type.
527 …/// Ensures json document database index specified by [path] json pointer to floating point data t…
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dbrowser_location.dart11 /// Ensures that [str] is prefixed with [leading]. If [str] is already prefixed,
/third_party/python/Misc/NEWS.d/
D3.10.0b4.rst73 Ensures that backtraces inclusing generator expressions show the correct
D3.7.0b5.rst534 Ensures module definition files for the stable ABI on Windows are correctly
D3.7.0b2.rst545 Ensures activate.bat can handle Unicode contents.
D3.6.6rc1.rst654 Ensures module definition files for the stable ABI on Windows are correctly
D3.6.5rc1.rst700 Ensures activate.bat can handle Unicode contents.
D3.6.0b1.rst1526 Ensures TargetDir is set before continuing with custom install.
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/services/
Dbuffers.dart252 /// Ensures that [_buffer] is at least [requiredCapacity] long,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DBufferMtl.mm500 // Ensures no validation layer issues in std140 with data types like vec3 being 12 bytes vs 16
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dpaginated_data_table.dart260 /// Ensures that the given row is visible.
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dautomatic_keep_alive.dart364 /// Ensures that any [AutomaticKeepAlive] ancestors are in a good state, by
/third_party/typescript_eslint/packages/eslint-plugin/
DREADME.md106 …le`](./docs/rules/class-literal-property-style.md) | Ensures that literals on …
/third_party/python/Doc/c-api/
Dmodule.rst309 Ensures a module definition is a properly initialized Python object that
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dserver.pyx.pxi962 # Ensures the serving task (coroutine) exits.
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dsemantics_tester.dart390 /// Ensures that the given widget tester has a semantics tree to test.

12