Searched refs:test_encodable_json (Results 1 – 4 of 4) sorted by relevance
1345 fn test_encodable_json<F, E>(to_string: F) in test_encodable_json() function1444 super::test_encodable_json(json::encode); in test_encodable()1504 super::test_encodable_json(self::serde_json::to_string); in test_serde_serialize()
1501 fn test_encodable_json<F, E>(to_string: F) in test_encodable_json() function1677 super::test_encodable_json(json::encode); in test_encodable()2203 super::test_encodable_json(self::serde_json::to_string); in test_serde_serialize()
1718 fn test_encodable_json<F, E>(to_string: F) in test_encodable_json() function1789 super::test_encodable_json(json::encode); in test_encodable()1867 super::test_encodable_json(self::serde_json::to_string); in test_serde_serialize()
841 fn test_encodable_json<FUtc, FFixed, E>(to_string_utc: FUtc, to_string_fixed: FFixed) in test_encodable_json() function1064 super::test_encodable_json(json::encode, json::encode); in test_encodable()2143 super::test_encodable_json(self::serde_json::to_string, self::serde_json::to_string); in test_serde_serialize()