Searched defs:Annotate (Results 1 – 9 of 9) sorted by relevance
/external/protobuf/src/google/protobuf/io/ |
D | printer.h | 182 void Annotate(const char* varname, const SomeDescriptor* descriptor) { in Annotate() function 191 void Annotate(const char* begin_varname, const char* end_varname, in Annotate() function
|
D | printer.cc | 89 void Printer::Annotate(const char* begin_varname, const char* end_varname, in Annotate() function in google::protobuf::io::Printer
|
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/ |
D | __init__.py | 49 def Annotate(f): function
|
D | import_statement.py | 25 def Annotate(cls, symbol_type, children): member in DottedName 60 def Annotate(cls, symbol_type, children): member in AsName 163 def Annotate(cls, symbol_type, children): member in ImportName 223 def Annotate(cls, symbol_type, children): member in ImportFrom
|
D | reference.py | 20 def Annotate(cls, nodes): member in Reference
|
D | class_definition.py | 17 def Annotate(cls, symbol_type, children): member in Class
|
D | function_definition.py | 17 def Annotate(cls, symbol_type, children): member in Function
|
/external/libtextclassifier/annotator/ |
D | annotator.cc | 1772 std::vector<AnnotatedSpan> Annotator::Annotate( in Annotate() function in libtextclassifier3::Annotator
|
/external/golang-protobuf/protoc-gen-go/generator/ |
D | generator.go | 988 func Annotate(file *FileDescriptor, path string, atoms ...interface{}) *AnnotatedAtoms { func
|