Home
last modified time | relevance | path

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

/external/v8/tools/clang/traffic_annotation_extractor/
Dtraffic_annotation_extractor.cpp64 struct NetworkAnnotationInstance { struct
123 std::vector<NetworkAnnotationInstance> annotations;
241 NetworkAnnotationInstance instance; in AddAnnotation()
255 instance.function_type = NetworkAnnotationInstance::kDefinition; in AddAnnotation()
258 instance.function_type = NetworkAnnotationInstance::kPartial; in AddAnnotation()
263 instance.function_type = NetworkAnnotationInstance::kCompleting; in AddAnnotation()
266 instance.function_type = NetworkAnnotationInstance::kBranchedCompleting; in AddAnnotation()
412 for (const NetworkAnnotationInstance& instance : collector.annotations) { in main()