Home
last modified time | relevance | path

Searched refs: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
513 w.fn_def(&sig); in write_service()
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs1718 let fn_def = format!( in write_message_field_get() localVariable
1724 w.pub_fn(&fn_def, |w| match self.kind { in write_message_field_get()
1844 let fn_def = match mut_xxx_return_type { in write_message_field_mut() localVariable
1855 w.pub_fn(&fn_def, |w| { in write_message_field_mut()
/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass_test.cc747 NodeDef fn_def; in TEST_F() local
750 .Finalize(&fn_def)); in TEST_F()
751 Node *fn_node = g->AddNode(fn_def, &s); in TEST_F()
/external/rust/crates/protobuf-codegen/src/
Dcode_writer.rs270 pub fn fn_def(&mut self, sig: &str) { in fn_def() method