Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dtypo-correction-cxx11.cpp53 map new_annotations; in run() local
56 auto new_it = new_annotations.find(5); in run()
/external/tensorflow/tensorflow/python/debug/cli/
Ddebugger_cli_common.py325 new_annotations = {}
328 new_annotations[other_num_lines + key] = (self.annotations[key])
330 new_annotations[key] = other.annotations[key]
332 new_annotations.update(other.annotations)
333 self._annotations = new_annotations