Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dprinter.h199 void Annotate(const char* varname, const SomeDescriptor* descriptor) { in Annotate() function
208 void Annotate(const char* begin_varname, const char* end_varname, in Annotate() function
222 void Annotate(const char* varname, const std::string& file_name) { in Annotate() function
230 void Annotate(const char* begin_varname, const char* end_varname, in Annotate() function
Dprinter.cc91 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/
Dimport_statement.py30 def Annotate(cls, symbol_type, children): member in DottedName
64 def Annotate(cls, symbol_type, children): member in AsName
167 def Annotate(cls, symbol_type, children): member in ImportName
227 def Annotate(cls, symbol_type, children): member in ImportFrom
D__init__.py49 def Annotate(f): function
Dreference.py26 def Annotate(cls, nodes): member in Reference
Dclass_definition.py17 def Annotate(cls, symbol_type, children): member in Class
Dfunction_definition.py17 def Annotate(cls, symbol_type, children): member in Function
/external/icing/icing/absl_ports/
Dannotate.cc28 libtextclassifier3::Status Annotate(const libtextclassifier3::Status& s, in Annotate() function
/external/libtextclassifier/native/annotator/experimental/
Dexperimental-dummy.h40 bool Annotate(const UnicodeText& context, in Annotate() function
/external/libtextclassifier/native/annotator/vocab/
Dvocab-annotator-impl.cc60 bool VocabAnnotator::Annotate( in Annotate() function in libtextclassifier3::VocabAnnotator
/external/libtextclassifier/native/annotator/grammar/
Dgrammar-annotator.cc201 bool GrammarAnnotator::Annotate(const std::vector<Locale>& locales, in Annotate() function in libtextclassifier3::GrammarAnnotator
/external/libtextclassifier/native/annotator/pod_ner/
Dpod-ner-impl.cc390 bool PodNerAnnotator::Annotate(const UnicodeText &context, in Annotate() function in libtextclassifier3::PodNerAnnotator
/external/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go988 func Annotate(file *FileDescriptor, path string, atoms ...interface{}) *AnnotatedAtoms { func
/external/libtextclassifier/native/annotator/
Dannotator.cc2451 std::vector<AnnotatedSpan> Annotator::Annotate( in Annotate() function in libtextclassifier3::Annotator
Dannotator_test-include.cc1206 TEST_F(AnnotatorTest, Annotate) { in TEST_F() argument
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp612 if (const auto *Annotate = dyn_cast<AnnotateAttr>(TmplAttr)) { in InstantiateAttrs() local