Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/protobuf/src/google/protobuf/io/
Dprinter.h202 void Annotate(const char* varname, const SomeDescriptor* descriptor) { in Annotate() function
211 void Annotate(const char* begin_varname, const char* end_varname, in Annotate() function
225 void Annotate(const char* varname, const std::string& file_name) { in Annotate() function
233 void Annotate(const char* begin_varname, const char* end_varname, in Annotate() function
Dprinter.cc95 void Printer::Annotate(const char* begin_varname, const char* end_varname, in Annotate() function in google::protobuf::io::Printer
/external/protobuf/src/google/protobuf/io/
Dprinter.h202 void Annotate(const char* varname, const SomeDescriptor* descriptor) { in Annotate() function
211 void Annotate(const char* begin_varname, const char* end_varname, in Annotate() function
225 void Annotate(const char* varname, const std::string& file_name) { in Annotate() function
233 void Annotate(const char* begin_varname, const char* end_varname, in Annotate() function
Dprinter.cc95 void Printer::Annotate(const char* begin_varname, const char* end_varname, in Annotate() function in google::protobuf::io::Printer
/external/cronet/stable/third_party/protobuf/src/google/protobuf/io/
Dprinter.h202 void Annotate(const char* varname, const SomeDescriptor* descriptor) { in Annotate() function
211 void Annotate(const char* begin_varname, const char* end_varname, in Annotate() function
225 void Annotate(const char* varname, const std::string& file_name) { in Annotate() function
233 void Annotate(const char* begin_varname, const char* end_varname, in Annotate() function
Dprinter.cc95 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
Dfunction_definition.py17 def Annotate(cls, symbol_type, children): member in Function
Dclass_definition.py17 def Annotate(cls, symbol_type, children): member in Class
/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/cronet/stable/net/third_party/quiche/src/quiche/common/
Dlifetime_tracking.h146 void Annotate(std::string annotation) { in Annotate() function
/external/cronet/tot/net/third_party/quiche/src/quiche/common/
Dlifetime_tracking.h146 void Annotate(std::string annotation) { 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/mesa3d/src/nouveau/compiler/nak/
Dapi.rs25 Annotate, enumerator
Dir.rs6257 Annotate(OpAnnotate), enumerator
/external/libtextclassifier/native/annotator/pod_ner/
Dpod-ner-impl.cc390 bool PodNerAnnotator::Annotate(const UnicodeText &context, in Annotate() function in libtextclassifier3::PodNerAnnotator
/external/flatbuffers/src/
Dbinary_annotator.cpp122 std::map<uint64_t, BinarySection> BinaryAnnotator::Annotate() { in Annotate() function in flatbuffers::BinaryAnnotator
/external/golang-protobuf/compiler/protogen/
Dprotogen.go1015 func (g *GeneratedFile) Annotate(symbol string, loc Location) { func
/external/libtextclassifier/native/annotator/
Dannotator.cc2468 std::vector<AnnotatedSpan> Annotator::Annotate( in Annotate() function in libtextclassifier3::Annotator
Dannotator_test-include.cc1206 TEST_F(AnnotatorTest, Annotate) { in TEST_F() argument