Searched refs:json_path_handler_base (Results 1 – 8 of 8) sorted by relevance
/dports/sysutils/lnav/lnav-0.10.1/src/yajlpp/ |
H A D | yajlpp_def.hh | 64 struct json_path_handler : public json_path_handler_base { 67 : json_path_handler_base(path) in json_path_handler() 74 : json_path_handler_base(path) in json_path_handler() 81 : json_path_handler_base(path) in json_path_handler() 88 : json_path_handler_base(path) in json_path_handler() 96 : json_path_handler_base(path) in json_path_handler() 102 json_path_handler(P path) : json_path_handler_base(path) { }; in json_path_handler() 105 : json_path_handler_base(path, re) { in json_path_handler() 331 const json_path_handler_base &jph, in field_gen() 351 const json_path_handler_base &jph, in map_field_gen() [all …]
|
H A D | yajlpp.hh | 122 struct json_path_handler_base { struct 136 json_path_handler_base(const std::string &property); argument 138 explicit json_path_handler_base(const pcrepp& property); 140 json_path_handler_base(std::string property, 163 const std::function<void(const json_path_handler_base &, argument 207 …std::function<yajl_gen_status (yajlpp_gen_context &, const json_path_handler_base &, yajl_gen)> jp… argument 208 … std::function<void (yajlpp_parse_context &ypc, const json_path_handler_base &jph)> jph_validator; argument 276 void set_static_handler(struct json_path_handler_base &jph); 377 std::vector<const json_path_handler_base *> ypc_handler_stack; 381 const struct json_path_handler_base *ypc_current_handler{nullptr};
|
H A D | yajlpp.cc | 45 const json_path_handler_base::enum_value_t json_path_handler_base::ENUM_TERMINATOR((const char *) n… 47 json_path_handler_base::json_path_handler_base(const string &property) in json_path_handler_base() function in json_path_handler_base 64 json_path_handler_base::json_path_handler_base(const pcrepp &property) in json_path_handler_base() function in json_path_handler_base 73 json_path_handler_base::json_path_handler_base(string property, in json_path_handler_base() function in json_path_handler_base 82 yajl_gen_status json_path_handler_base::gen(yajlpp_gen_context &ygc, yajl_gen handle) const in gen() 164 yajl_gen_status json_path_handler_base::gen_schema(yajlpp_gen_context &ygc) const in gen_schema() 267 yajl_gen_status json_path_handler_base::gen_schema_type(yajlpp_gen_context &ygc) const in gen_schema_type() 321 void json_path_handler_base::walk( in walk() 322 const std::function<void(const json_path_handler_base &, in walk() argument 637 const json_path_handler_base *handler = ypc->ypc_current_handler; in handle_unused() [all …]
|
/dports/sysutils/lnav/lnav-0.10.1/src/ |
H A D | log_format_loader.cc | 367 static const json_path_handler_base::enum_value_t ALIGN_ENUM[] = { 371 json_path_handler_base::ENUM_TERMINATOR 379 json_path_handler_base::ENUM_TERMINATOR 388 json_path_handler_base::ENUM_TERMINATOR 440 static const json_path_handler_base::enum_value_t KIND_ENUM[] = { 450 json_path_handler_base::ENUM_TERMINATOR 458 json_path_handler_base::ENUM_TERMINATOR 564 static const json_path_handler_base::enum_value_t LEVEL_ENUM[] = { 579 json_path_handler_base::ENUM_TERMINATOR 594 static const json_path_handler_base::enum_value_t TYPE_ENUM[] = { [all …]
|
H A D | readline_possibilities.cc | 393 auto cb = [rc, &visited](const json_path_handler_base &jph, in add_config_possibilities()
|
H A D | readline_callbacks.cc | 314 const json_path_handler_base *jph = ypc.ypc_current_handler; in rl_change()
|
H A D | lnav_config.cc | 1361 const json_path_handler_base &jph, in reload_config()
|
H A D | lnav_commands.cc | 3948 const json_path_handler_base *jph = ypc.ypc_current_handler; in com_config()
|