Home
last modified time | relevance | path

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

/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/test/resources/analysis/sql/
H A Dsample.pls444 l_suites_by_path tt_schema_suites; local
446 l_suites_by_path := a_suites_by_path;
449 l_suite_path := l_suites_by_path.last;
450 ut_utils.debug_log('Input suites to process = '||l_suites_by_path.count);
458 l_result(l_suite_path) := l_suites_by_path(l_suite_path);
462 if not l_suites_by_path.exists(l_parent_path) then
465 l_suites_by_path(l_parent_path) :=
467 a_object_owner => l_suites_by_path(l_suite_path).object_owner,
474 l_suites_by_path(l_parent_path).add_item( l_suites_by_path(l_suite_path) );
476 l_suite_path := l_suites_by_path.prior(l_suite_path);
H A Dsampleplstags87 l_suites_by_path grok.pls /^ l_suites_by_path tt_schema_suites;$/;" local line:444 function:u…