Home
last modified time | relevance | path

Searched refs:path_type (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/property_tree/
Dptree.hpp82 typedef typename path_of<Key>::type path_type; typedef in boost::property_tree::basic_ptree
261 self_type &get_child(const path_type &path);
264 const self_type &get_child(const path_type &path) const;
267 self_type &get_child(const path_type &path, self_type &default_value);
270 const self_type &get_child(const path_type &path,
274 optional<self_type &> get_child_optional(const path_type &path);
278 get_child_optional(const path_type &path) const;
288 self_type &put_child(const path_type &path, const self_type &value);
298 self_type &add_child(const path_type &path, const self_type &value);
377 get(const path_type &path, Translator tr) const;
[all …]
/third_party/boost/boost/property_tree/detail/
Dptree_implementation.hpp571 basic_ptree<K, D, C>::get_child(const path_type &path) in get_child()
573 path_type p(path); in get_child()
583 basic_ptree<K, D, C>::get_child(const path_type &path) const in get_child()
590 basic_ptree<K, D, C>::get_child(const path_type &path, in get_child()
593 path_type p(path); in get_child()
600 basic_ptree<K, D, C>::get_child(const path_type &path, in get_child()
610 basic_ptree<K, D, C>::get_child_optional(const path_type &path) in get_child_optional()
612 path_type p(path); in get_child_optional()
622 basic_ptree<K, D, C>::get_child_optional(const path_type &path) const in get_child_optional()
624 path_type p(path); in get_child_optional()
[all …]
/third_party/boost/tools/quickbook/src/
Dinclude_paths.hpp29 enum path_type enum
37 path_type type;
39 path_parameter(std::string const& value_, path_type type_) in path_parameter()
/third_party/boost/boost/log/utility/setup/
Dsettings.hpp102 typedef typename property_tree_type::path_type path_type; typedef in boost::basic_settings_section
126 path_type m_path;
228 … -> BOOST_LOG_TYPEOF(property_tree_type().get(typename property_tree_type::path_type(), def_value)) in or_default()
238 …BOOST_LOG_TYPEOF(property_tree_type().get(typename property_tree_type::path_type(), boost::declval… in property_tree_type()
/third_party/python/Lib/
Dos.py1047 path_type = type(path)
1049 path_repr = path_type.__fspath__(path)
1051 if hasattr(path_type, '__fspath__'):
1055 "not " + path_type.__name__)
1060 "not {}".format(path_type.__name__,
/third_party/boost/libs/graph/src/
Dgraphml.cpp32 static boost::property_tree::ptree::path_type path(const std::string& str) in path()
34 return boost::property_tree::ptree::path_type(str, '/'); in path()
/third_party/boost/libs/property_tree/doc/
Daccessing.qbk60 instantiation, so the easiest way to refer to it is __ptree__::path_type.
63 typedef ptree::path_type path;
/third_party/boost/libs/property_tree/test/
Dtest_property_tree.hpp932 typedef PTREE::path_type path; in test_path_separator()
968 typedef PTREE::path_type path; in test_path()
1132 PTREE::path_type path = e.path<PTREE::path_type>(); in test_ptree_bad_path()
/third_party/boost/boost/iostreams/device/
Dmapped_file.hpp145 typedef Path path_type; typedef
/third_party/boost/libs/log/doc/
Dsink_backends.qbk234 …og record as a single argument and returns a value of the `text_multifile_backend::path_type` type.
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch45979 ConfirmSensitiveDirectoryAccess_(origin, path_type, path, handle_type,