Home
last modified time | relevance | path

Searched +defs:reference +defs:condition (Results 1 – 25 of 596) sorted by relevance

12345678910>>...24

/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.Core.Api/Utils/
H A DGrpcPreconditions.cs32 public static void CheckArgument(bool condition) in CheckArgument()
45 public static void CheckArgument(bool condition, string errorMessage) in CheckArgument()
57 public static T CheckNotNull<T>(T reference) in CheckNotNull()
71 public static T CheckNotNull<T>(T reference, string paramName) in CheckNotNull()
84 public static void CheckState(bool condition) in CheckState()
97 public static void CheckState(bool condition, string errorMessage) in CheckState()
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.Core.Api/Utils/
H A DGrpcPreconditions.cs32 public static void CheckArgument(bool condition) in CheckArgument()
45 public static void CheckArgument(bool condition, string errorMessage) in CheckArgument()
57 public static T CheckNotNull<T>(T reference) in CheckNotNull()
71 public static T CheckNotNull<T>(T reference, string paramName) in CheckNotNull()
84 public static void CheckState(bool condition) in CheckState()
97 public static void CheckState(bool condition, string errorMessage) in CheckState()
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.Core.Api/Utils/
H A DGrpcPreconditions.cs32 public static void CheckArgument(bool condition) in CheckArgument()
45 public static void CheckArgument(bool condition, string errorMessage) in CheckArgument()
57 public static T CheckNotNull<T>(T reference) in CheckNotNull()
71 public static T CheckNotNull<T>(T reference, string paramName) in CheckNotNull()
84 public static void CheckState(bool condition) in CheckState()
97 public static void CheckState(bool condition, string errorMessage) in CheckState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.Core.Api/Utils/
H A DGrpcPreconditions.cs32 public static void CheckArgument(bool condition) in CheckArgument()
45 public static void CheckArgument(bool condition, string errorMessage) in CheckArgument()
57 public static T CheckNotNull<T>(T reference) in CheckNotNull()
71 public static T CheckNotNull<T>(T reference, string paramName) in CheckNotNull()
84 public static void CheckState(bool condition) in CheckState()
97 public static void CheckState(bool condition, string errorMessage) in CheckState()
/dports/devel/vc/Vc-1.4.2/tests/virtest/vir/
H A Dtest.h138 #define VERIFY(condition) argument
143 #define COMPARE(test_value, reference) argument
153 #define COMPARE_ABSOLUTE_ERROR(test_value, reference, allowed_difference) argument
172 #define COMPARE_RELATIVE_ERROR(test_value, reference, allowed_relative_difference) argument
219 #define FUZZY_COMPARE(test_value, reference) argument
/dports/devel/hyperscan/boost_1_75_0/libs/histogram/doc/
H A Ddoxygen_postprocessing.py15 def select(condition, *tags): argument
173 reference = tree.getroot() variable
/dports/math/xtensor/xtensor-0.24.0/include/xtensor/
H A Dxoptional_assembly.hpp77 using reference = typename base_type::reference; typedef in xt::xoptional_assembly
198 using reference = typename base_type::reference; typedef in xt::xoptional_assembly_adaptor
389 …bool condition = VE::static_layout == layout_type::row_major && FE::static_layout == layout_type::… in xoptional_assembly() local
403 …bool condition = VE::static_layout == layout_type::row_major && FE::static_layout == layout_type::… in xoptional_assembly() local
417 …bool condition = VE::static_layout == layout_type::row_major && FE::static_layout == layout_type::… in xoptional_assembly() local
431 …bool condition = VE::static_layout == layout_type::row_major && FE::static_layout == layout_type::… in xoptional_assembly() local
445 …bool condition = VE::static_layout == layout_type::row_major && FE::static_layout == layout_type::… in xoptional_assembly() local
/dports/math/gmm++/gmm-5.4/include/gmm/
H A Dgmm_ref.h65 typedef typename std::iterator_traits<ITER>::reference reference; typedef
230 typedef typename std::iterator_traits<ITER>::reference reference; typedef
296 typedef typename traits_type::reference reference; typedef
355 typedef typename std::iterator_traits<ITER>::reference reference; typedef
413 typedef typename std::iterator_traits<ITER>::reference reference; typedef
466 typedef typename std::iterator_traits<ITER>::reference reference; typedef
501 typedef typename std::iterator_traits<ITER>::reference reference; typedef
515 COND &condition(void) { return cond; } in condition() function
516 const COND &condition(void) const { return cond; } in condition() function
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/gmm/
H A Dgmm_ref.h64 typedef typename std::iterator_traits<ITER>::reference reference; typedef
229 typedef typename std::iterator_traits<ITER>::reference reference; typedef
295 typedef typename traits_type::reference reference; typedef
354 typedef typename std::iterator_traits<ITER>::reference reference; typedef
412 typedef typename std::iterator_traits<ITER>::reference reference; typedef
465 typedef typename std::iterator_traits<ITER>::reference reference; typedef
500 typedef typename std::iterator_traits<ITER>::reference reference; typedef
514 COND &condition(void) { return cond; } in condition() function
515 const COND &condition(void) const { return cond; } in condition() function
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dmain.cc274 glibmm_iosource_callback(GIOChannel*, GIOCondition condition, void* data) in glibmm_iosource_callback()
501 const sigc::slot<bool, IOCondition>& slot, PollFD::fd_t fd, IOCondition condition, int priority) in connect()
517 IOCondition condition, int priority) in connect()
758 MainContext::reference() const in reference() function in Glib::MainContext
844 MainLoop::reference() const in reference() function in Glib::MainLoop
957 Source::reference() const in reference() function in Glib::Source
1325 IOSource::create(PollFD::fd_t fd, IOCondition condition) in create()
1331 IOSource::create(const Glib::RefPtr<IOChannel>& channel, IOCondition condition) in create()
1342 IOSource::IOSource(PollFD::fd_t fd, IOCondition condition) : poll_fd_(fd, condition) in IOSource()
1347 IOSource::IOSource(const Glib::RefPtr<IOChannel>& channel, IOCondition condition) in IOSource()
/dports/lang/python-legacy/Python-2.7.18/Tools/bgen/bgen/
H A DbgenGenerator.py18 def __init__(self, name, condition=None, callname=None, modifiers=None): argument
62 def reference(self, name = None): member in BaseFunctionGenerator
100 def __init__(self, name, body, condition=None): argument
/dports/lang/python27/Python-2.7.18/Tools/bgen/bgen/
H A DbgenGenerator.py18 def __init__(self, name, condition=None, callname=None, modifiers=None): argument
62 def reference(self, name = None): member in BaseFunctionGenerator
100 def __init__(self, name, body, condition=None): argument
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
H A DbgenGenerator.py18 def __init__(self, name, condition=None, callname=None, modifiers=None): argument
62 def reference(self, name = None): member in BaseFunctionGenerator
100 def __init__(self, name, body, condition=None): argument
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/json/
H A Djson.h129 using reference = T&; variable
1346 typedef const Value& reference; typedef
1397 typedef Value& reference; typedef
2300 #define JSON_ASSERT(condition) \ argument
2317 #define JSON_ASSERT(condition) assert(condition) argument
2331 #define JSON_ASSERT_MESSAGE(condition, message) \ argument
/dports/databases/libcouchbase/libcouchbase-2.10.7/contrib/lcb-jsoncpp/
H A Dlcb-jsoncpp.h1077 typedef const Value& reference; typedef
1126 typedef Value& reference; typedef
1920 # define JSON_ASSERT(condition) \ argument
1932 # define JSON_ASSERT(condition) assert(condition) argument
1946 #define JSON_ASSERT_MESSAGE(condition, message) \ argument
/dports/multimedia/libopenshot/libopenshot-0.2.7/thirdparty/jsoncpp/json/
H A Djson.h141 using reference = T&; variable
1346 typedef const Value& reference; typedef
1397 typedef Value& reference; typedef
2300 #define JSON_ASSERT(condition) \ argument
2317 #define JSON_ASSERT(condition) assert(condition) argument
2331 #define JSON_ASSERT_MESSAGE(condition, message) \ argument
/dports/devel/simdjson/simdjson-0.9.6/dependencies/jsoncppdist/json/
H A Djson.h141 using reference = T&; variable
1366 typedef const Value& reference; typedef
1417 typedef Value& reference; typedef
2320 #define JSON_ASSERT(condition) \ argument
2337 #define JSON_ASSERT(condition) assert(condition) argument
2351 #define JSON_ASSERT_MESSAGE(condition, message) \ argument
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/dependencies/jsoncppdist/json/
H A Djson.h141 using reference = T&; variable
1366 typedef const Value& reference; typedef
1417 typedef Value& reference; typedef
2320 #define JSON_ASSERT(condition) \ argument
2337 #define JSON_ASSERT(condition) assert(condition) argument
2351 #define JSON_ASSERT_MESSAGE(condition, message) \ argument
/dports/math/vtk9/VTK-9.1.0/ThirdParty/jsoncpp/vtkjsoncpp/json/
H A Djson.h150 using reference = T&; variable
1370 using reference = const Value&; variable
1421 using reference = Value&; variable
2313 #define JSON_ASSERT(condition) \ argument
2330 #define JSON_ASSERT(condition) assert(condition) argument
2344 #define JSON_ASSERT_MESSAGE(condition, message) \ argument
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/projects/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h1078 typedef const Value& reference; typedef
1127 typedef Value& reference; typedef
1976 # define JSON_ASSERT(condition) \ argument
1988 # define JSON_ASSERT(condition) assert(condition) argument
2002 #define JSON_ASSERT_MESSAGE(condition, message) \ argument
/dports/devel/intel-graphics-compiler/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h1078 typedef const Value& reference; typedef
1127 typedef Value& reference; typedef
1976 # define JSON_ASSERT(condition) \ argument
1988 # define JSON_ASSERT(condition) assert(condition) argument
2002 #define JSON_ASSERT_MESSAGE(condition, message) \ argument
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/sirit/externals/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h1078 typedef const Value& reference; typedef
1127 typedef Value& reference; typedef
1976 # define JSON_ASSERT(condition) \ argument
1988 # define JSON_ASSERT(condition) assert(condition) argument
2002 #define JSON_ASSERT_MESSAGE(condition, message) \ argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h1078 typedef const Value& reference; typedef
1127 typedef Value& reference; typedef
1976 # define JSON_ASSERT(condition) \ argument
1988 # define JSON_ASSERT(condition) assert(condition) argument
2002 #define JSON_ASSERT_MESSAGE(condition, message) \ argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h1078 typedef const Value& reference; typedef
1127 typedef Value& reference; typedef
1976 # define JSON_ASSERT(condition) \ argument
1988 # define JSON_ASSERT(condition) assert(condition) argument
2002 #define JSON_ASSERT_MESSAGE(condition, message) \ argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h1078 typedef const Value& reference; typedef
1127 typedef Value& reference; typedef
1976 # define JSON_ASSERT(condition) \ argument
1988 # define JSON_ASSERT(condition) assert(condition) argument
2002 #define JSON_ASSERT_MESSAGE(condition, message) \ argument

12345678910>>...24