Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/traffic_annotation/scripts/
H A Dupdate_annotations_doc.py32 from generator_utils import (XMLParser, map_annotations, load_tsv_file,
530 map_annotations(tsv_contents))
H A Dgenerator_utils_tests.py100 generator_utils.map_annotations(self.TSV_CONTENTS))
H A Dgenerator_utils.py96 def map_annotations(tsv_contents): function
/dports/games/alephone/alephone-release-20190331/Source_Files/Files/
H A Dgame_wad.cpp1082 unpack_map_annotation(annotations,map_annotations,count); in load_annotations()
2370 pack_map_annotation(array,map_annotations,count); in tag_to_global_array_and_size()
/dports/games/alephone/alephone-release-20190331/Source_Files/GameWorld/
H A Dmap.h1047 #define map_annotations (MapAnnotationList.data()) macro
H A Dmap.cpp2000 if (*count<dynamic_world->default_annotation_count) annotation= map_annotations + (*count)++; in get_next_map_annotation()