Home
last modified time | relevance | path

Searched defs:ref_value (Results 1 – 25 of 186) sorted by relevance

12345678

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/pattern_type_mismatch/
H A Dsyntax.rs7 let ref_value = &Some(&Some(42)); in syntax_match() localVariable
27 let ref_value = &Some(42); in syntax_if_let() localVariable
38 let ref_value = &Some(42); in syntax_while_let() localVariable
55 let ref_value = &Some(23); in syntax_for() localVariable
66 let ref_value = &(2, 3); in syntax_let() localVariable
H A Dpattern_tuples.rs8 let ref_value = &TupleStruct(&Some(42)); in tuple_types() localVariable
27 let ref_value = &TupleEnum::Var(&Some(42)); in tuple_enum_variants() localVariable
45 let ref_value = &(&Some(23), &Some(42)); in plain_tuples() localVariable
H A Dpattern_structs.rs10 let ref_value = &Struct { ref_inner: &Some(42) }; in struct_types() localVariable
29 let ref_value = &StructEnum::Var { inner_ref: &Some(42) }; in struct_enum_variants() localVariable
H A Dpattern_alternatives.rs12 let ref_value = &Value::A(&Some(23)); in alternatives() localVariable
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/src/
H A DIntColumnFilter.cc45 int32_t ref_value = convertRefValue(); in accepts() local
73 int32_t ref_value = in findIntLimits() local
126 int32_t ref_value = convertRefValue(); in optimizeBitmask() local
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/external/gen1int/test_f90/
H A Dcheck_difference.F9028 subroutine check_difference(ref_value, chk_value, different) argument
31 real(REALK), intent(in) :: ref_value local
/dports/devel/py-oci/oci-2.53.1/src/oci/data_integration/models/
H A Dconfig_parameter_value.py144 def ref_value(self): member in ConfigParameterValue
156 def ref_value(self, ref_value): argument
/dports/devel/git-gui/git-2.34.1/refs/
H A Dref-cache.h36 struct ref_value { struct
43 struct object_id oid;
/dports/devel/git-p4/git-2.34.1/refs/
H A Drefs-internal.h36 * update but not actually perform it. This is used when a symbolic
43 * before giving up, in milliseconds:
/dports/devel/git-svn/git-2.34.1/refs/
H A Dref-cache.h36 struct ref_value { struct
43 struct object_id oid;
/dports/devel/git/git-2.34.1/refs/
H A Dref-cache.h36 struct ref_value { struct
43 struct object_id oid;
/dports/devel/git-cvs/git-2.34.1/refs/
H A Dref-cache.h36 struct ref_value { struct
43 struct object_id oid;
/dports/devel/cgit/cgit-1.2.3/git/refs/
H A Dref-cache.h36 struct ref_value { struct
43 struct object_id oid;
/dports/science/libint2/libint-2.7.1/tests/unit/
H A Dtest-precision.cc30 LIBINT2_REF_REALTYPE ref_value = 0; variable
/dports/devel/boost-docs/boost_1_72_0/libs/numeric/odeint/test_external/mpi/
H A Dnorm_test.cpp30 int ref_value = 0; in BOOST_AUTO_TEST_CASE() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/numeric/odeint/test_external/mpi/
H A Dnorm_test.cpp30 int ref_value = 0; in BOOST_AUTO_TEST_CASE() local
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/numeric/odeint/test_external/mpi/
H A Dnorm_test.cpp30 int ref_value = 0; in BOOST_AUTO_TEST_CASE() local
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/numeric/odeint/test_external/mpi/
H A Dnorm_test.cpp30 int ref_value = 0; in BOOST_AUTO_TEST_CASE() local
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/numeric/odeint/test_external/mpi/
H A Dnorm_test.cpp30 int ref_value = 0; in BOOST_AUTO_TEST_CASE() local
/dports/databases/percona57-server/boost_1_59_0/libs/numeric/odeint/test_external/mpi/
H A Dnorm_test.cpp30 int ref_value = 0; in BOOST_AUTO_TEST_CASE() local
/dports/databases/xtrabackup/boost_1_59_0/libs/numeric/odeint/test_external/mpi/
H A Dnorm_test.cpp30 int ref_value = 0; in BOOST_AUTO_TEST_CASE() local
/dports/databases/percona57-client/boost_1_59_0/libs/numeric/odeint/test_external/mpi/
H A Dnorm_test.cpp30 int ref_value = 0; in BOOST_AUTO_TEST_CASE() local
/dports/devel/boost-libs/boost_1_72_0/libs/numeric/odeint/test_external/mpi/
H A Dnorm_test.cpp30 int ref_value = 0; in BOOST_AUTO_TEST_CASE() local
/dports/devel/hyperscan/boost_1_75_0/libs/numeric/odeint/test_external/mpi/
H A Dnorm_test.cpp30 int ref_value = 0; in BOOST_AUTO_TEST_CASE() local
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/cache/
H A Dcache_ref.hpp177 const string& ref_value) in StoreHashedContent()
308 string* ref_value) in GetHashedContent()

12345678