Home
last modified time | relevance | path

Searched refs:annotations_ (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dassembly_builder.h88 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/
Dassembly_builder.h88 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/
Dassembly_builder.h88 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/
Djava_defs.h140 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/
Dmodule.h295 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()
Dmodule.cpp99 DELEGATE(annotations_); in ForEachInst()
122 for (auto& i : annotations_) DELEGATE(i); in ForEachInst()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.h295 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()
Dmodule.cpp99 DELEGATE(annotations_); in ForEachInst()
122 for (auto& i : annotations_) DELEGATE(i); in ForEachInst()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dmodule.h295 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()
Dmodule.cpp99 DELEGATE(annotations_); in ForEachInst()
122 for (auto& i : annotations_) DELEGATE(i); in ForEachInst()
/external/libtextclassifier/native/utils/grammar/utils/
Dir.h197 return annotations_; in annotations()
239 std::vector<std::pair<std::string, Nonterm>> annotations_; variable
Dir.cc260 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/
DCloneVisitor.java264 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()