Lines Matching defs:msg
22 let msg: TestAllTypes = Default::default(); in test_default_accessors() localVariable
47 let mut msg = TestAllTypes::new(); in test_optional_fixed32_accessors() localVariable
65 let mut msg = TestAllTypes::new(); in test_default_fixed32_accessors() localVariable
83 let mut msg = TestAllTypes::new(); in test_optional_fixed64_accessors() localVariable
102 let mut msg = TestAllTypes::new(); in test_default_fixed64_accessors() localVariable
121 let mut msg = TestAllTypes::new(); in test_optional_int32_accessors() localVariable
140 let mut msg = TestAllTypes::new(); in test_default_int32_accessors() localVariable
163 let mut msg = TestAllTypes::new(); in test_optional_int64_accessors() localVariable
178 let mut msg = TestAllTypes::new(); in test_default_int64_accessors() localVariable
193 let mut msg = TestAllTypes::new(); in test_optional_sint32_accessors() localVariable
208 let mut msg = TestAllTypes::new(); in test_default_sint32_accessors() localVariable
223 let mut msg = TestAllTypes::new(); in test_optional_sint64_accessors() localVariable
238 let mut msg = TestAllTypes::new(); in test_default_sint64_accessors() localVariable
253 let mut msg = TestAllTypes::new(); in test_optional_uint32_accessors() localVariable
268 let mut msg = TestAllTypes::new(); in test_default_uint32_accessors() localVariable
283 let mut msg = TestAllTypes::new(); in test_optional_uint64_accessors() localVariable
298 let mut msg = TestAllTypes::new(); in test_default_uint64_accessors() localVariable
313 let mut msg = TestAllTypes::new(); in test_optional_float_accessors() localVariable
328 let mut msg = TestAllTypes::new(); in test_default_float_accessors() localVariable
343 let mut msg = TestAllTypes::new(); in test_optional_double_accessors() localVariable
358 let mut msg = TestAllTypes::new(); in test_default_double_accessors() localVariable
373 let mut msg = TestAllTypes::new(); in test_optional_bool_accessors() localVariable
385 let mut msg = TestAllTypes::new(); in test_default_bool_accessors() localVariable
400 let mut msg = TestAllTypes::new(); in test_optional_bytes_accessors() localVariable
426 let mut msg = TestAllTypes::new(); in test_into_proxied_for_bytes() localVariable
468 let mut msg = TestAllTypes::new(); in test_nonempty_default_bytes_accessors() localVariable
497 let mut msg = TestAllTypes::new(); in test_optional_string_accessors() localVariable
523 let mut msg = TestAllTypes::new(); in test_into_proxied_for_string() localVariable
572 let mut msg = TestAllTypes::new(); in test_nonempty_default_string_accessors() localVariable
598 let mut msg = TestAllTypes::new(); in test_singular_msg_field() localVariable
613 let msg = TestAllTypes::new(); in test_message_opt() localVariable
622 let mut msg = TestAllTypes::new(); in test_message_opt_set() localVariable
631 let mut msg = TestAllTypes::new(); in test_setting_submsg() localVariable
649 let mut msg = TestAllTypes::new(); in test_msg_mut_initializes() localVariable
667 let mut msg = TestAllTypes::new(); in test_optional_nested_enum_accessors() localVariable
687 let mut msg = TestAllTypes::new(); in test_default_nested_enum_accessors() localVariable
704 let mut msg = TestAllTypes::new(); in test_optional_foreign_enum_accessors() localVariable
721 let mut msg = TestAllTypes::new(); in test_default_foreign_enum_accessors() localVariable
738 let mut msg = TestAllTypes::new(); in test_optional_import_enum_accessors() localVariable
755 let mut msg = TestAllTypes::new(); in test_default_import_enum_accessors() localVariable
773 let mut msg = TestOneof2::new(); in test_oneof_accessors() localVariable
823 let mut msg = unittest_rust_proto::TestOneof2::new(); in test_msg_oneof_default_accessors() localVariable
915 let mut msg = TestAllTypes::new(); in test_ctype_stringpiece() localVariable