Home
last modified time | relevance | path

Searched defs:tag_context (Results 1 – 3 of 3) sorted by relevance

/dports/devel/tree-sitter/tree-sitter-0.20.1/cli/src/tests/
H A Dtags_test.rs85 let mut tag_context = TagsContext::new(); in test_tags_python() localVariable
152 let mut tag_context = TagsContext::new(); in test_tags_javascript() localVariable
186 let mut tag_context = TagsContext::new(); in test_tags_columns_measured_in_utf16_code_units() localVariable
230 let mut tag_context = TagsContext::new(); in test_tags_ruby() localVariable
272 let mut tag_context = TagsContext::new(); in test_tags_cancellation() localVariable
303 let mut tag_context = TagsContext::new(); in test_tags_with_parse_error() localVariable
/dports/devel/py-opencensus/opencensus-0.7.13/opencensus/tags/propagation/
H A Dbinary_serializer.py47 def to_byte_array(self, tag_context): argument
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_sat_coupling.c99 void *tag_context; /* Tagging context */ member
2123 void *tag_context, in cs_sat_coupling_add_internal()