Home
last modified time | relevance | path

Searched defs:from_string (Results 1 – 24 of 24) sorted by relevance

/third_party/rust/rust/tests/ui/borrowck/
Dissue-64453.rs8 fn from_string(_: String) -> Value { in from_string() function
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_controlflow.cpp74 ControlFlowInstr::from_string(std::string type_str) in from_string() function in r600::ControlFlowInstr
195 IfInstr::from_string(std::istream& is, ValueFactory& value_factory, bool is_cayman) in from_string() function in r600::IfInstr
Dsfn_instr_export.cpp105 ExportInstr::from_string(std::istream& is, ValueFactory& vf) in from_string() function in r600::ExportInstr
255 ScratchIOInstr::from_string(std::istream& is, ValueFactory& vf) -> Pointer in from_string() function in r600::ScratchIOInstr
488 MemRingOutInstr::from_string(std::istream& is, ValueFactory& vf) -> Pointer in from_string() function in r600::MemRingOutInstr
565 EmitVertexInstr::from_string(std::istream& is, bool cut) -> Pointer in from_string() function in r600::EmitVertexInstr
596 WriteTFInstr::from_string(std::istream& is, ValueFactory& vf) -> Pointer in from_string() function in r600::WriteTFInstr
Dsfn_instr_fetch.cpp258 FetchInstr::from_string(std::istream& is, ValueFactory& vf) in from_string() function in r600::FetchInstr
527 QueryBufferSizeInstr::from_string(std::istream& is, ValueFactory& vf) in from_string() function in r600::QueryBufferSizeInstr
573 LoadFromBuffer::from_string(std::istream& is, ValueFactory& vf) in from_string() function in r600::LoadFromBuffer
703 LoadFromScratch::from_string(std::istream& is, ValueFactory& vf) in from_string() function in r600::LoadFromScratch
Dsfn_instr_lds.cpp174 LDSReadInstr::from_string(istream& is, ValueFactory& value_factory) -> Pointer in from_string() function in r600::LDSReadInstr
423 LDSAtomicInstr::from_string(istream& is, ValueFactory& value_factory) -> Pointer in from_string() function in r600::LDSAtomicInstr
Dsfn_instrfactory.cpp35 InstrFactory::from_string(const std::string& s, int nesting_depth, bool is_cayman) in from_string() function in r600::InstrFactory
Dsfn_virtualvalues.cpp111 VirtualValue::from_string(const std::string& s) in from_string() function in r600::VirtualValue
274 Register::from_string(const std::string& s) in from_string() function in r600::Register
549 LiteralConstant::from_string(const std::string& s) in from_string() function in r600::LiteralConstant
610 InlineConstant::from_string(const std::string& s) in from_string() function in r600::InlineConstant
776 UniformValue::from_string(const std::string& s, ValueFactory *factory) in from_string() function in r600::UniformValue
Dsfn_instr_tex.cpp286 TexInstr::from_string(std::istream& is, ValueFactory& value_fctory) in from_string() function in r600::TexInstr
Dsfn_instr_alu.cpp992 AluInstr::from_string(istream& is, ValueFactory& value_factory, AluGroup *group, bool is_cayman) in from_string() function in r600::AluInstr
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_shaderfromstring_test.cpp83 TestShaderFromString::from_string(const std::string& s) in from_string() function in TestShaderFromString
Dsfn_test_shaders.cpp3220 TestShader::from_string(const std::string& s) in from_string() function in r600::TestShader
Dsfn_instrfromstring_test.cpp768 TestInstrFromString::from_string(const std::string& s) in from_string() function in r600::TestInstrFromString
/third_party/rust/crates/clap/src/builder/
Dos_str.rs14 pub(crate) fn from_string(name: std::ffi::OsString) -> Self { in from_string() method
258 pub(crate) fn from_string(name: std::ffi::OsString) -> Self { in from_string() method
Dstr.rs12 pub(crate) fn from_string(name: std::string::String) -> Self { in from_string() method
229 pub(crate) fn from_string(name: std::string::String) -> Self { in from_string() method
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dconventions.py40 def from_string(cls, s): member in ProseListFormats
/third_party/rust/rust/library/std/src/sys/windows/
Dos_str.rs78 pub fn from_string(s: String) -> Buf { in from_string() method
/third_party/rust/rust/library/std/src/sys/unix/
Dos_str.rs99 pub fn from_string(s: String) -> Buf { in from_string() method
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dconventions.py50 def from_string(cls, s): member in ProseListFormats
/third_party/rust/rust/compiler/rustc_mir_transform/src/coverage/
Dmod.rs40 pub fn from_string<T>(message: String) -> Result<T, Error> { in from_string() method
/third_party/vulkan-headers/registry/spec_tools/
Dconventions.py50 def from_string(cls, s): member in ProseListFormats
/third_party/rust/crates/os_str_bytes/src/
Draw_str.rs1029 pub fn from_string(string: String) -> Self { in from_string() method
/third_party/skia/third_party/externals/jinja2/
Denvironment.py935 def from_string(self, source, globals=None, template_class=None): member in Environment
/third_party/rust/rust/library/std/src/sys_common/
Dwtf8.rs191 pub fn from_string(string: String) -> Wtf8Buf { in from_string() method
/third_party/jinja2/
Denvironment.py1086 def from_string( member in Environment