Searched refs:ypc_path_index_stack (Results 1 – 4 of 4) sorted by relevance
410 ypc->ypc_path_index_stack.push_back(ypc->ypc_path.size() - 1); in map_start()433 ypc->ypc_path.resize(ypc->ypc_path_index_stack.back()); in map_key()572 ypc->ypc_path.resize(ypc->ypc_path_index_stack.back()); in map_end()574 ypc->ypc_path_index_stack.pop_back(); in map_end()613 ypc->ypc_path.resize(ypc->ypc_path_index_stack.back()); in array_end()615 ypc->ypc_path_index_stack.pop_back(); in array_end()800 this->ypc_path_index_stack.clear(); in reset()816 this->ypc_path_index_stack.clear(); in set_static_handler()838 this->ypc_path_index_stack.push_back( in set_path()856 if ((offset + 1) < (int)this->ypc_path_index_stack.size()) { in get_path_fragment()[all …]
269 return this->ypc_path_index_stack.size() == level; in is_level()375 std::vector<size_t> ypc_path_index_stack; member in yajlpp_parse_context
110 if (ypc->ypc_path_index_stack.size() == 3) { in json_map_start()122 if (ypc->ypc_path_index_stack.size() == 2) { in json_map_end()
497 if (ypc->ypc_path_index_stack.size() == 2) { in json_array_start()512 if (ypc->ypc_path_index_stack.size() == 1) { in json_array_end()