Home
last modified time | relevance | path

Searched refs:external_type (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/property_tree/examples/
Dcustom_data_type.cpp26 typedef Ext external_type; typedef
29 external_type
32 return boost::any_cast<external_type>(value); in get_value()
35 put_value(const external_type &value) const in put_value()
/third_party/boost/boost/property_tree/
Dptree_fwd.hpp62 typename external_type;
64 boost::optional<external_type> Tr::get_value(internal_type);
65 boost::optional<internal_type> Tr::put_value(external_type);
Did_translator.hpp27 typedef T external_type; typedef
Dstring_path.hpp87 typedef typename Translator::external_type key_type;
206 typename Translator::external_type string_path<String, Translator>::reduce() in reduce()
Dstream_translator.hpp188 typedef E external_type; typedef in boost::property_tree::stream_translator
/third_party/boost/boost/property_tree/detail/
Dptree_utils.hpp49 BOOST_MPL_HAS_XXX_TRAIT_DEF(external_type)
/third_party/boost/libs/property_tree/test/
Dtest_property_tree.cpp58 typedef E external_type; typedef