Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DOptionValueSInt64.cpp33 Status OptionValueSInt64::SetValueFromString(llvm::StringRef value_ref, in SetValueFromString()
DOptionValueUInt64.cpp37 Status OptionValueUInt64::SetValueFromString(llvm::StringRef value_ref, in SetValueFromString()
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTexturesTests.cpp6813 glw::GLint value_ref = GL_DEPTH_COMPONENT; in iterate() local
6824 glw::GLint value_ref = 0; in iterate() local
6835 glw::GLfloat value_ref[4] = { 0.f, 0.f, 0.f, 0.f }; in iterate() local
6846 glw::GLint value_ref = GL_LEQUAL; in iterate() local
6857 glw::GLint value_ref = GL_NONE; in iterate() local
6868 glw::GLfloat value_ref = 0.f; in iterate() local
6879 glw::GLint value_ref = GL_NEAREST_MIPMAP_LINEAR; in iterate() local
6890 glw::GLint value_ref = GL_LINEAR; in iterate() local
6901 glw::GLint value_ref = -1000; in iterate() local
6912 glw::GLint value_ref = 1000; in iterate() local
[all …]
/external/rust/crates/rusqlite/src/types/
Dmod.rs71 mod value_ref; module
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DIRForTarget.cpp357 ArrayRef<Metadata *> value_ref(values, 2); in CreateResultVariable() local
1114 ArrayRef<llvm::Metadata *> value_ref(values, 2); in RewritePersistentAlloc() local
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc233 MapValueRef* value_ref) { in PythonToMapValueRef()
/external/rust/crates/rusqlite/src/
Dstatement.rs743 pub(super) fn value_ref(&self, col: usize) -> ValueRef<'_> { in value_ref() method
/external/XNNPACK/bench/
Dconvolution.cc809 const float value_ref = output_ref[idx]; in compare_with_convolution_f32_reference_output() local