Home
last modified time | relevance | path

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

/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/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiInstPrinter.cpp141 StringRef Annotation, in printInst()
/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/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/DebugInfo/CodeView/
DSymbolDumper.cpp458 for (auto &Annotation : InlineSite.annotations()) { in visitKnownRecord() local
/third_party/node/deps/v8/src/torque/
Dast.h936 struct Annotation { struct
938 base::Optional<AnnotationParameter> param; argument
/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