Home
last modified time | relevance | path

Searched defs:value_ref (Results 1 – 11 of 11) sorted by relevance

/external/rust/beto-rust/common/handle_map/src/
Dtests.rs76 let value_ref = handle_map.get(handle).expect("Getting shouldn't fail"); in test_read_consistency_same_address() localVariable
147 let value_ref = handle_map in test_full_lifecycle_independent_handles() localVariable
159 let value_ref = handle_map in test_full_lifecycle_independent_handles() localVariable
188 let value_ref = handle_map in test_consistency_of_same_handle_multithreaded_modifications() localVariable
206 let value_ref = handle_map_second_ref in test_consistency_of_same_handle_multithreaded_modifications() localVariable
/external/cronet/base/metrics/
Dhistogram_macros_unittest.cc64 const TestEnum& value_ref = TestEnum::kValue; in TEST() local
71 TestEnum& value_ref = value; in TEST() local
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/actor/
Dref_const_ref_actor.hpp45 ValueT const& value_ref; member in boost::spirit::ref_const_ref_actor
Dref_const_ref_value_actor.hpp45 ValueT const& value_ref; member in boost::spirit::ref_const_ref_value_actor
/external/rust/crates/protobuf/src/reflect/value/
Dmod.rs24 pub(crate) mod value_ref; module
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTexturesTests.cpp6527 glw::GLint value_ref = GL_DEPTH_COMPONENT; in iterate() local
6538 glw::GLint value_ref = 0; in iterate() local
6549 glw::GLfloat value_ref[4] = {0.f, 0.f, 0.f, 0.f}; in iterate() local
6560 glw::GLint value_ref = GL_LEQUAL; in iterate() local
6571 glw::GLint value_ref = GL_NONE; in iterate() local
6582 glw::GLfloat value_ref = 0.f; in iterate() local
6593 glw::GLint value_ref = GL_NEAREST_MIPMAP_LINEAR; in iterate() local
6604 glw::GLint value_ref = GL_LINEAR; in iterate() local
6615 glw::GLint value_ref = -1000; in iterate() local
6626 glw::GLint value_ref = 1000; in iterate() local
[all …]
/external/rust/crates/indexmap/src/
Dlib.rs160 fn value_ref(&self) -> &V { in value_ref() method
/external/rust/crates/rusqlite/src/types/
Dmod.rs94 mod value_ref; module
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc230 MapValueRef* value_ref) { in PythonToMapValueRef()
/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc230 MapValueRef* value_ref) { in PythonToMapValueRef()
/external/rust/crates/rusqlite/src/
Dstatement.rs780 pub(super) fn value_ref(&self, col: usize) -> ValueRef<'_> { in value_ref() method