/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | assembly_builder.h | 88 annotations_(), 153 annotations_.insert(annotations_.end(), vec_annotations.begin(), in AppendAnnotations() 176 for (const auto& line : annotations_) { in GetCode() 223 annotations_.emplace_back(decorate_inst.str()); in AddSpecIDFor() 251 std::vector<std::string> annotations_; variable
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | assembly_builder.h | 88 annotations_(), 153 annotations_.insert(annotations_.end(), vec_annotations.begin(), in AppendAnnotations() 176 for (const auto& line : annotations_) { in GetCode() 223 annotations_.emplace_back(decorate_inst.str()); in AddSpecIDFor() 251 std::vector<std::string> annotations_; variable
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
D | assembly_builder.h | 88 annotations_(), 153 annotations_.insert(annotations_.end(), vec_annotations.begin(), in AppendAnnotations() 176 for (const auto& line : annotations_) { in GetCode() 223 annotations_.emplace_back(decorate_inst.str()); in AddSpecIDFor() 251 std::vector<std::string> annotations_; variable
|
/external/tensorflow/tensorflow/java/src/gen/cc/ |
D | java_defs.h | 140 const std::list<Annotation>& annotations() const { return annotations_; } in annotations() 142 annotations_.push_back(annotation); in add_annotation() 164 std::list<Annotation> annotations_; variable 235 const std::list<Annotation>& annotations() const { return annotations_; } in annotations() 237 annotations_.push_back(annotation); in add_annotation() 246 std::list<Annotation> annotations_; variable
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | module.h | 295 InstructionList annotations_; variable 352 annotations_.push_back(std::move(a)); in AddAnnotationInst() 474 return annotations_.begin(); in annotation_begin() 477 return annotations_.end(); in annotation_end() 481 return make_range(annotations_.begin(), annotations_.end()); in annotations() 485 return make_range(annotations_.begin(), annotations_.end()); in annotations()
|
D | module.cpp | 99 DELEGATE(annotations_); in ForEachInst() 122 for (auto& i : annotations_) DELEGATE(i); in ForEachInst()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | module.h | 295 InstructionList annotations_; variable 352 annotations_.push_back(std::move(a)); in AddAnnotationInst() 474 return annotations_.begin(); in annotation_begin() 477 return annotations_.end(); in annotation_end() 481 return make_range(annotations_.begin(), annotations_.end()); in annotations() 485 return make_range(annotations_.begin(), annotations_.end()); in annotations()
|
D | module.cpp | 99 DELEGATE(annotations_); in ForEachInst() 122 for (auto& i : annotations_) DELEGATE(i); in ForEachInst()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | module.h | 295 InstructionList annotations_; variable 352 annotations_.push_back(std::move(a)); in AddAnnotationInst() 474 return annotations_.begin(); in annotation_begin() 477 return annotations_.end(); in annotation_end() 481 return make_range(annotations_.begin(), annotations_.end()); in annotations() 485 return make_range(annotations_.begin(), annotations_.end()); in annotations()
|
D | module.cpp | 99 DELEGATE(annotations_); in ForEachInst() 122 for (auto& i : annotations_) DELEGATE(i); in ForEachInst()
|
/external/libtextclassifier/native/utils/grammar/utils/ |
D | ir.h | 197 return annotations_; in annotations() 239 std::vector<std::pair<std::string, Nonterm>> annotations_; variable
|
D | ir.cc | 260 annotations_.emplace_back(annotation, lhs); in AddAnnotation() 417 for (const auto& [annotation, annotation_nt] : annotations_) { in Serialize()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/visitor/ |
D | CloneVisitor.java | 264 List<AnnotationExpr> annotations_ = visit(_n.getAnnotations(), _arg); in visit() local 273 annotations_, in visit() 330 List<AnnotationExpr> annotations_ = visit(_n.getAnnotations(), _arg); in visit() local 344 annotations_, in visit()
|