• Home
  • Raw
  • Download

Lines Matching refs:to_string

80             subject: "Reference rates".to_string(),  in test_namespaces()
102 subject: "Reference rates".to_string(), in test_doctype()
113 subject: "Reference rates".to_string(), in test_doctype()
126 subject: "Reference rates".to_string(), in test_doctype()
154 .to_string(), in test_forwarded_namespace()
164 test_parse_ok(&[("<bla> </bla>", " ".to_string())]); in test_parse_string_not_trim()
177 Frog("Quak".to_string()), in test_parse_enum()
184 c: "bla".to_string(), in test_parse_enum()
185 d: Some("Foo".to_string()), in test_parse_enum()
193 c: "bla".to_string(), in test_parse_enum()
201 name: "Shere Khan".to_string(), in test_parse_enum()
216 x: Frog("Quak".to_string()), in test_parse_enum()
227 name: "Shere Khan".to_string(), in test_parse_enum()
248 c: "abc".to_string(), in test_parse_struct()
261 c: "abc".to_string(), in test_parse_struct()
274 c: "abc".to_string(), in test_parse_struct()
275 d: Some("Foo".to_string()), in test_parse_struct()
285 test_parse_ok(&[("<a> </a>", Some(" ".to_string()))]); in test_option_not_trim()
315 a: "Hello".to_string(), in test_amoskvin()
316 b: Some("World".to_string()), in test_amoskvin()
319 a: "Hi".to_string(), in test_amoskvin()
373 subject: "Reference rates".to_string(), in test_nicolai86()
375 name: "European Central Bank".to_string(), in test_nicolai86()
394 subject: "Reference rates".to_string(), in test_nicolai86()
396 name: "European Central Bank".to_string(), in test_nicolai86()
402 currency: "GBP".to_string(), in test_nicolai86()
403 rate: "0.81725".to_string(), in test_nicolai86()
406 currency: "Latinum".to_string(), in test_nicolai86()
407 rate: "999999".to_string(), in test_nicolai86()
463 requestId: "8d521e9a-509e-4ef6-bbb7-9f1ac0d49cd1".to_string(), in test_hugo_duncan2()
465 vpcId: "vpc-ba0d18d8".to_string(), in test_hugo_duncan2()
466 state: "available".to_string(), in test_hugo_duncan2()
491 requestId: "9474f558-10a5-42e8-84d1-f9ee181fe943".to_string(), in test_hugo_duncan()
508 myval: "abc".to_string(), in test_parse_xml_value()
530 b: (2, "boom".to_string(), 88), in test_parse_complexstruct()
549 b: (2, "boom".to_string(), 88), in test_parse_complexstruct()
550 c: vec!["abc".to_string(), "xyz".to_string()], in test_parse_complexstruct()
572 a1: "What is the answer to the ultimate question?".to_string(), in test_parse_attributes()
586 b1: "What is the answer to the ultimate question?".to_string(), in test_parse_attributes()
601 b1: "What is the answer to the ultimate question?".to_string(), in test_parse_attributes()
610 b1: "What is the answer to the ultimate question?".to_string(), in test_parse_attributes()
620 b1: "What is the answer to the ultimate question?".to_string(), in test_parse_attributes()
635 a1: "What is the answer to the ultimate question?".to_string(), in test_parse_attributes()
684 a1: "No".to_string(), in test_parse_hierarchies()
685 a2: ("Maybe".to_string(), "Yes".to_string()), in test_parse_hierarchies()
689 a1: "Red".to_string(), in test_parse_hierarchies()
690 a2: ("Green".to_string(), "Blue".to_string()), in test_parse_hierarchies()
693 a1: "London".to_string(), in test_parse_hierarchies()
694 a2: ("Berlin".to_string(), "Paris".to_string()), in test_parse_hierarchies()
722 a1: "No".to_string(), in test_parse_hierarchies()
723 a2: ("Maybe".to_string(), "Yes".to_string()), in test_parse_hierarchies()
727 a1: "Red".to_string(), in test_parse_hierarchies()
728 a2: ("Green".to_string(), "Blue".to_string()), in test_parse_hierarchies()
731 a1: "London".to_string(), in test_parse_hierarchies()
732 a2: ("Berlin".to_string(), "Paris".to_string()), in test_parse_hierarchies()