Searched refs:path_to_string (Results 1 – 16 of 16) sorted by relevance
13 pub fn path_to_string(path: &syn::Path) -> String { in path_to_string() function25 use super::path_to_string;29 assert_eq!(path_to_string(&parse_quote!(a)), "a"); in simple_ident()34 assert_eq!(path_to_string(&parse_quote!(a::b)), "a::b"); in simple_path()
10 mod path_to_string; module21 pub use self::path_to_string::path_to_string;
8 use super::path_to_string;32 self.0.iter().map(path_to_string).collect() in to_strings()
24 from tensorflow.python.keras.utils.io_utils import path_to_string126 filepath = path_to_string(filepath)204 filepath = path_to_string(filepath)
22 use crate::util::path_to_string;97 Error::duplicate_field(&path_to_string(path)) in duplicate_field_path()114 Error::unknown_field(&path_to_string(path)) in unknown_field_path()136 Error::new(ErrorUnknownField::with_alts(&path_to_string(field), alternates).into()) in unknown_field_path_with_alts()392 self.at(path_to_string(path)) in at_path()
43 from tensorflow.python.keras.utils.io_utils import path_to_string122 file_path = path_to_string(file_path)123 path = path_to_string(path)218 fname = path_to_string(fname)
21 from tensorflow.python.keras.utils.io_utils import path_to_string330 to_file = path_to_string(to_file)
21 def path_to_string(path): function
598 if !path_to_string(path).ends_with("Box::pin") { in from_fn()631 Expr::Path(ref func_path) => path_to_string(&func_path.path), in from_fn()746 fn path_to_string(path: &Path) -> String { in path_to_string() function784 if path_to_string(path) == *type_name { in visit_type_mut()
489 self.start_file(path_to_string(path), options) in start_file_from_path()776 self.add_directory(path_to_string(path), options) in add_directory_from_path()1331 fn path_to_string(path: &std::path::Path) -> String { in path_to_string() function1484 fn path_to_string() { in path_to_string() function1494 let path_str = super::path_to_string(&path); in path_to_string()
16 Error::custom(format!("`{}` is not an ident", util::path_to_string(path))) in unique_idents()
70 let __name = ::darling::util::path_to_string(__inner.path()); in core_loop()
117 … match ::darling::util::path_to_string(__nested.path()).as_ref() { in to_tokens()
14 use crate::util::path_to_string;674 Ok(path_to_string(path)) in from_path()688 Cow::Owned(path_to_string(self)) in to_display()
53 from tensorflow.python.keras.utils.io_utils import path_to_string1294 self.filepath = path_to_string(filepath)2174 self.log_dir = path_to_string(log_dir)2745 self.filename = path_to_string(filename)
64 from tensorflow.python.keras.utils.io_utils import path_to_string2201 filepath = path_to_string(filepath)2946 filepath = path_to_string(filepath)