Home
last modified time | relevance | path

Searched defs:Annotation (Results 1 – 25 of 38) sorted by relevance

12

/third_party/rust/rust/compiler/rustc_errors/src/
Dsnippet.rs62 pub fn as_start(&self) -> Annotation { in as_start()
77 pub fn as_end(&self) -> Annotation { in as_end()
92 pub fn as_line(&self) -> Annotation { in as_line()
130 pub struct Annotation { struct
135 pub start_col: AnnotationColumn, argument
138 pub end_col: AnnotationColumn, argument
148 pub annotation_type: AnnotationType, argument
151 impl Annotation { argument
Demitter.rs2345 ann: Annotation, in collect_annotations()
2603 fn overlaps(a1: &Annotation, a2: &Annotation, padding: usize) -> bool { in overlaps()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
DVK_EXT_debug_utils.adoc46 [[debugging-object-naming]]
47 ==== Object Naming
134 ==== Object Data Association
DVK_EXT_debug_marker.adoc132 [[debugging-command-buffer-markers]]
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Dannotations.rs27 pub struct Annotation { struct
29 pub kind: AnnotationKind, argument
58 ) -> Vec<Annotation> { in annotations()
178 pub(crate) fn resolve_annotation(db: &RootDatabase, mut annotation: Annotation) -> Annotation { in resolve_annotation()
Dlib.rs711 ) -> Cancellable<Vec<Annotation>> { in annotations()
715 pub fn resolve_annotation(&self, annotation: Annotation) -> Cancellable<Annotation> { in resolve_annotation()
/third_party/rust/crates/bindgen/book/src/
Dvisibility.md5 ### Annotation subsection in Making fields private
Dopaque.md19 ### Annotation subsection in Treating a Type as an Opaque Blob of Bytes
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dkitti_op.h42 using Annotation = std::vector<std::pair<std::string, std::vector<float>>>; variable
Dvoc_op.h47 using Annotation = std::vector<std::pair<std::string, std::vector<float>>>; variable
/third_party/grpc/src/cpp/ext/otel/
Dotel_client_call_tracer.cc212 RecordAnnotation(const Annotation& /*annotation*/) { in RecordAnnotation()
301 const Annotation& /*annotation*/) { in RecordAnnotation()
Dotel_server_call_tracer.h111 void RecordAnnotation(const Annotation& /*annotation*/) override { in RecordAnnotation()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dcall_tracer_wrapper.h61 void RecordAnnotation(const Annotation& /*annotation*/) override {} in RecordAnnotation()
/third_party/grpc/test/core/end2end/tests/
Dhttp2_stats.cc124 void RecordAnnotation(const Annotation& /*annotation*/) override {} in RecordAnnotation()
156 void RecordAnnotation(const Annotation& /*annotation*/) override {} in RecordAnnotation()
221 void RecordAnnotation(const Annotation& /*annotation*/) override {} in RecordAnnotation()
/third_party/grpc/src/python/grpcio_observability/grpc_observability/
Dpython_observability_context.h110 struct Annotation { struct
124 std::vector<Annotation> span_annotations; argument
/third_party/grpc/src/core/telemetry/
Dcall_tracer.h63 explicit Annotation(AnnotationType type) : type_(type) {} in Annotation() function
/third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/
DAnnotation.php16 class Annotation extends \Google\Protobuf\Internal\Message class
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dfrom_proto.rs104 ) -> Result<Option<Annotation>> { in annotation()
/third_party/grpc/test/core/test_util/
Dfake_stats_plugin.h96 void RecordAnnotation(const Annotation& /*annotation*/) override {} in RecordAnnotation()
131 void RecordAnnotation(const Annotation& /*annotation*/) override {} in RecordAnnotation()
193 void RecordAnnotation(const Annotation& /*annotation*/) override {} in RecordAnnotation()
/third_party/protobuf/src/google/protobuf/io/
Dprinter.h79 virtual void AddAnnotationNew(Annotation&) {} in AddAnnotationNew() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiInstPrinter.cpp141 StringRef Annotation, in printInst()
/third_party/rust/rust/src/tools/rust-analyzer/crates/test-utils/src/
Dlib.rs286 Annotation { range: TextRange, content: String, file: bool }, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp410 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation, in compressAnnotation()
/third_party/protobuf/benchmarks/
Ddescriptor_sv.proto850 message Annotation { message
Ddescriptor.proto848 message Annotation { message

12