Searched defs:second (Results 1 – 2 of 2) sorted by relevance
21 public Other(int first, String second) {} in Other()
452 let second = flag_declarations.flag.iter().find(|pf| pf.name() == "second").unwrap(); in test_flag_declarations_try_from_text_proto() localVariable631 let second = flag_values.flag_value.iter().find(|fv| fv.name() == "second").unwrap(); in test_flag_values_try_from_text_proto() localVariable744 let second = parsed_flags.parsed_flag.iter().find(|fv| fv.name() == "second").unwrap(); in test_parsed_flags_try_from_text_proto() localVariable1015 let second = try_from_binary_proto_from_text_proto(text_proto).unwrap(); in test_parsed_flags_merge() localVariable