Home
last modified time | relevance | path

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

/third_party/boost/libs/property_tree/test/
Dprefixing_callbacks.hpp24 template <typename Ch> const Ch* array_prefix();
25 template <> inline const char* array_prefix() { return "a:"; } in array_prefix() function
26 template <> inline const wchar_t* array_prefix() { return L"a:"; } in array_prefix() function
70 this->current_value() = constants::array_prefix<char_type>(); in on_begin_array()