Home
last modified time | relevance | path

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

/dports/sysutils/lnav/lnav-0.10.1/src/yajlpp/
H A Dyajlpp.cc915 if (!this->ygc_schema_definitions.empty()) { in gen_schema()
919 for (auto &container : this->ygc_schema_definitions) { in gen_schema()
960 ygc.ygc_schema_definitions[this->jpc_definition_id] = this; in gen_schema()
H A Dyajlpp.hh542 std::map<std::string, const json_path_container *> ygc_schema_definitions; member in yajlpp_gen_context