Home
last modified time | relevance | path

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

/third_party/boost/tools/quickbook/src/
Dbb2html.cpp162 boost::unordered_map<string_view, callout_data> callout_numbers; member
441 gen.chunk.callout_numbers.clear(); in generate_chunk_body()
567 gen.chunk.callout_numbers[linkends].link_id = in number_callouts()
584 gen.chunk.callout_numbers[it->get_attribute("id")] in number_calloutlist_children()
1312 data = gen.chunk.callout_numbers.end(); in NODE_MAP()
1315 data = gen.chunk.callout_numbers.find(x->get_attribute("id")); in NODE_MAP()
1317 if (data != gen.chunk.callout_numbers.end() && in NODE_MAP()
1348 data = gen.chunk.callout_numbers.end(); in NODE_RULE()
1352 data = gen.chunk.callout_numbers.find(linkends); in NODE_RULE()
1363 if (data != gen.chunk.callout_numbers.end()) { in NODE_RULE()