Home
last modified time | relevance | path

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

/external/v8/tools/clang/traffic_annotation_extractor/
Dtraffic_annotation_extractor.cpp64 struct NetworkAnnotationInstance { struct
67 struct Annotation {
78 Location location;
79 Annotation annotation;
82 enum FunctionType {
89 FunctionType function_type;
91 const char* GetTypeName() const { in GetTypeName()