Searched refs:NetworkAnnotationInstance (Results 1 – 1 of 1) sorted by relevance
64 struct NetworkAnnotationInstance { struct123 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()