Home
last modified time | relevance | path

Searched defs:sc_name (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/crates/clap/src/parser/
Dparser.rs107 let sc_name = self.possible_subcommand(arg_os.to_value(), valid_arg_found); in get_matches_with() localVariable
429 let sc_name = match arg_os.to_value() { in get_matches_with() localVariable
468 let sc_name = self in get_matches_with() localVariable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp744 std::string sc_name = _.grammar().lookupOperandName( in ValidateVariable() local
806 std::string sc_name = _.grammar().lookupOperandName( in ValidateVariable() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_memory.cpp744 std::string sc_name = _.grammar().lookupOperandName( in ValidateVariable() local
806 std::string sc_name = _.grammar().lookupOperandName( in ValidateVariable() local
/third_party/spirv-tools/source/val/
Dvalidate_memory.cpp777 std::string sc_name = _.grammar().lookupOperandName( in ValidateVariable() local
839 std::string sc_name = _.grammar().lookupOperandName( in ValidateVariable() local
/third_party/FreeBSD/sys/dev/usb/serial/
Dusb_serial.h183 char sc_name[TTY_NAME_LEN]; member
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c444 uint8_t sc_name[16]; member
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp6635 string sc_name = to_name(c.self); in emit_specialization_constants_and_structs() local