Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dvoc_op.h47 using Annotation = std::vector<std::pair<std::string, std::vector<float>>>; variable
/third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/
DAnnotation.php16 class Annotation extends \Google\Protobuf\Internal\Message class
/third_party/cef/tools/yapf/yapf/yapflib/
Dpytree_utils.py44 class Annotation(object): class
/third_party/protobuf/src/google/protobuf/io/
Dprinter.h58 typedef std::pair<std::pair<size_t, size_t>, std::string> Annotation; typedef
/third_party/glib/gio/gdbus-2.0/codegen/
Ddbustypes.py26 class Annotation: class
/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/protobuf/src/google/protobuf/
Ddescriptor.proto892 message Annotation { message
Ddescriptor.pb.h6554 typedef GeneratedCodeInfo_Annotation Annotation; typedef
/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/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto873 message Annotation { message
Ddescriptor.proto888 message Annotation { message
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp458 for (auto &Annotation : InlineSite.annotations()) { in visitKnownRecord() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h250 Annotation, enumerator
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs9841 …public pbc::RepeatedField<global::Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation> A… property in Google.Protobuf.Reflection.GeneratedCodeInfo
9960 public sealed partial class Annotation : pb::IMessage<Annotation> class in Google.Protobuf.Reflection.GeneratedCodeInfo.Types
9982 public Annotation() { in Annotation() method in Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation
9989 public Annotation(Annotation other) : this() { in Annotation() method in Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h310 uint32_t Annotation = GetCompressedAnnotation(Next); in ParseCurrentAnnotation() local