Searched refs:array_prefix (Results 1 – 1 of 1) sorted by relevance
24 template <typename Ch> const Ch* array_prefix();25 template <> inline const char* array_prefix() { return "a:"; } in array_prefix() function26 template <> inline const wchar_t* array_prefix() { return L"a:"; } in array_prefix() function70 this->current_value() = constants::array_prefix<char_type>(); in on_begin_array()