Home
last modified time | relevance | path

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

/third_party/PyYAML/lib/yaml/
Dresolver.py57 node_check, index_check = element
60 index_check = True
65 index_check = element
76 if not isinstance(index_check, (str, int)) \
77 and index_check is not None:
78 raise ResolverError("Invalid index checker: %s" % index_check)
79 new_path.append((node_check, index_check))
122 node_check, index_check = path[depth-1]
129 if index_check is True and current_index is not None:
131 if (index_check is False or index_check is None) \
[all …]
/third_party/boost/libs/geometry/test/algorithms/detail/sections/
Dsectionalize.cpp73 std::string const& index_check, std::string const& dir_check, in test_sectionalize() argument
136 if (! index_check.empty()) in test_sectionalize()
138 BOOST_CHECK_EQUAL(out_sections.str(), index_check); in test_sectionalize()