Home
last modified time | relevance | path

Searched defs:annotations (Results 1 – 25 of 45) sorted by relevance

12

/third_party/protobuf/src/google/protobuf/compiler/
Dannotation_test_util.cc105 std::vector<const GeneratedCodeInfo::Annotation*>* annotations) { in FindAnnotationsOnPath()
127 std::vector<const GeneratedCodeInfo::Annotation*> annotations; in FindAnnotationOnPath() local
137 const std::vector<const GeneratedCodeInfo::Annotation*>& annotations, in AtLeastOneAnnotationMatchesSubstring()
159 std::vector<const GeneratedCodeInfo::Annotation*> annotations; in AnnotationMatchesSubstring() local
Dmock_code_generator.cc171 GeneratedCodeInfo annotations; in CheckGeneratedAnnotations() local
267 GeneratedCodeInfo annotations; in Generate() local
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_generator.cc141 GeneratedCodeInfo annotations; in Generate() local
160 GeneratedCodeInfo annotations; in Generate() local
/third_party/ffmpeg/libavformat/
Dau.c249 static int au_get_annotations(AVFormatContext *s, AVBPrint *annotations) in au_get_annotations()
282 AVBPrint annotations; in au_write_header() local
/third_party/rust/crates/bindgen/bindgen/ir/
Dmod.rs7 pub mod annotations; module
Denum_ty.rs103 let annotations = Annotations::new(&cursor); in from_ty() localVariable
111 let annotations = annotations.as_ref()?; in from_ty() localVariable
Dcomp.rs153 fn annotations(&self) -> &Annotations; in annotations() method
420 fn annotations(&self) -> &Annotations { in annotations() method
480 fn annotations(&self) -> &Annotations { in annotations() method
880 annotations: Annotations, field
913 fn annotations(&self) -> &Annotations { in annotations() method
1348 let annotations = Annotations::new(&cur); in from_ty() localVariable
/third_party/typescript/tests/cases/compiler/
DAPISample_jsdoc.ts71 …const annotations: Annotations = jsDocTags.reduce((result: Annotations, jsDocTag: ts.JSDocTagInfo)… constant
/third_party/protobuf/src/google/protobuf/io/
Dprinter.cc282 std::vector<AnnotationCollector::Annotation> annotations; in FormatInternal() local
310 int* arg_index, std::vector<AnnotationCollector::Annotation>* annotations) { in WriteVariable()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dflatten_decoration_pass.cpp46 auto annotations = context()->annotations(); in Process() local
Dmodule.h480 inline IteratorRange<Module::inst_iterator> Module::annotations() { in annotations() function
484 inline IteratorRange<Module::const_inst_iterator> Module::annotations() const { in annotations() function
Dir_context.h887 IteratorRange<Module::inst_iterator> IRContext::annotations() { in annotations() function
891 IteratorRange<Module::const_inst_iterator> IRContext::annotations() const { in annotations() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dflatten_decoration_pass.cpp46 auto annotations = context()->annotations(); in Process() local
Dmodule.h480 inline IteratorRange<Module::inst_iterator> Module::annotations() { in annotations() function
484 inline IteratorRange<Module::const_inst_iterator> Module::annotations() const { in annotations() function
Dir_context.h887 IteratorRange<Module::inst_iterator> IRContext::annotations() { in annotations() function
891 IteratorRange<Module::const_inst_iterator> IRContext::annotations() const { in annotations() function
/third_party/spirv-tools/source/opt/
Dflatten_decoration_pass.cpp46 auto annotations = context()->annotations(); in Process() local
Dmodule.h499 inline IteratorRange<Module::inst_iterator> Module::annotations() { in annotations() function
503 inline IteratorRange<Module::const_inst_iterator> Module::annotations() const { in annotations() function
Dir_context.h903 IteratorRange<Module::inst_iterator> IRContext::annotations() { in annotations() function
907 IteratorRange<Module::const_inst_iterator> IRContext::annotations() const { in annotations() function
/third_party/typescript/tests/baselines/reference/
DAPISample_jsdoc.js68 …const annotations: Annotations = jsDocTags.reduce((result: Annotations, jsDocTag: ts.JSDocTagInfo)… constant
/third_party/python/Lib/
D__future__.py145 annotations = _Feature((3, 7, 0, "beta", 1), variable
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_generator.cc155 GeneratedCodeInfo annotations; in Generate() local
Djava_shared_code_generator.cc69 GeneratedCodeInfo annotations; in Generate() local
/third_party/mesa3d/src/compiler/nir/
Dnir_print.c61 struct hash_table *annotations; member
1690 struct hash_table *annotations) in nir_print_shader_annotated()
1766 nir_shader_as_str_annotated(nir_shader *nir, struct hash_table *annotations, void *mem_ctx) in nir_shader_as_str_annotated()
1817 nir_shader *shader, struct hash_table *annotations) in nir_log_shader_annotated_tagged()
/third_party/cups-filters/filter/
Dpdf.cxx414 std::vector<QPDFAnnotationObjectHelper> annotations = in pdf_fill_form() local
/third_party/node/deps/v8/src/torque/
Dtorque-parser.cc614 auto annotations = child_results->NextAs<std::vector<Annotation>>(); in HasAnnotation() local
862 AnnotationSet annotations(child_results, {}, in ProcessIfAnnotation() local
944 int GetAnnotationValue(const AnnotationSet& annotations, const char* name, in GetAnnotationValue()
951 const AnnotationSet& annotations) { in MakeInstanceTypeConstraints()
970 AnnotationSet annotations( in MakeClassDeclaration() local
2069 AnnotationSet annotations( in MakeClassField() local
2375 Symbol* annotations = List<Annotation>(&annotation); member

12