Home
last modified time | relevance | path

Searched defs:fn_def (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-compiler/src/
Dcodegen.rs154 pub fn fn_def(&mut self, sig: &str) { in fn_def() method
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs1718 let fn_def = format!( in write_message_field_get() localVariable
1844 let fn_def = match mut_xxx_return_type { in write_message_field_mut() localVariable
/external/rust/crates/protobuf-codegen/src/
Dcode_writer.rs270 pub fn fn_def(&mut self, sig: &str) { in fn_def() method
/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass_test.cc747 NodeDef fn_def; in TEST_F() local