Home
last modified time | relevance | path

Searched refs:Annotation (Results 1 - 25 of 27) sorted by relevance

12

/third_party/protobuf/src/google/protobuf/compiler/
H A Dannotation_test_util.cc105 std::vector<const GeneratedCodeInfo::Annotation*>* annotations) { in FindAnnotationsOnPath()
107 const GeneratedCodeInfo::Annotation* annotation = &info.annotation(i); in FindAnnotationsOnPath()
124 const GeneratedCodeInfo::Annotation* FindAnnotationOnPath( in FindAnnotationOnPath()
127 std::vector<const GeneratedCodeInfo::Annotation*> annotations; in FindAnnotationOnPath()
137 const std::vector<const GeneratedCodeInfo::Annotation*>& annotations, in AtLeastOneAnnotationMatchesSubstring()
139 for (std::vector<const GeneratedCodeInfo::Annotation*>::const_iterator in AtLeastOneAnnotationMatchesSubstring()
143 const GeneratedCodeInfo::Annotation* annotation = *i; in AtLeastOneAnnotationMatchesSubstring()
157 const GeneratedCodeInfo::Annotation* annotation, in AnnotationMatchesSubstring()
159 std::vector<const GeneratedCodeInfo::Annotation*> annotations; in AnnotationMatchesSubstring()
H A Dannotation_test_util.h86 std::vector<const GeneratedCodeInfo::Annotation*>* annotations);
88 // Finds the Annotation for a given source file and path (or returns null if it
93 const GeneratedCodeInfo::Annotation* FindAnnotationOnPath(
101 const std::vector<const GeneratedCodeInfo::Annotation*>& annotations,
107 const GeneratedCodeInfo::Annotation* annotation,
H A Dmock_code_generator.cc149 const GeneratedCodeInfo::Annotation& annotation) { in CheckSingleAnnotation()
/third_party/protobuf/src/google/protobuf/io/
H A Dprinter_unittest.cc234 const GeneratedCodeInfo::Annotation* foo = info.annotation(0).path_size() == 1 in TEST()
237 const GeneratedCodeInfo::Annotation* bar = info.annotation(0).path_size() == 1 in TEST()
274 const GeneratedCodeInfo::Annotation* foo = info.annotation(0).path_size() == 1 in TEST()
277 const GeneratedCodeInfo::Annotation* bar = info.annotation(0).path_size() == 1 in TEST()
309 const GeneratedCodeInfo::Annotation* foobar = &info.annotation(0); in TEST()
334 const GeneratedCodeInfo::Annotation* bazbam = &info.annotation(0); in TEST()
358 const GeneratedCodeInfo::Annotation* bar = &info.annotation(0); in TEST()
395 const GeneratedCodeInfo::Annotation* foo = &info.annotation(0); in TEST()
401 const GeneratedCodeInfo::Annotation* bar = &info.annotation(1); in TEST()
407 const GeneratedCodeInfo::Annotation* brace in TEST()
[all...]
H A Dprinter.h57 // Annotation is a offset range and a payload pair.
58 typedef std::pair<std::pair<size_t, size_t>, std::string> Annotation; typedef in google::protobuf::io::AnnotationCollector
68 virtual void AddAnnotationNew(Annotation& a) {} in AddAnnotationNew()
74 // assuming that the buffer has an ::Annotation message exposing path,
88 typename AnnotationProto::Annotation* annotation = in AddAnnotation()
98 virtual void AddAnnotationNew(Annotation& a) { in AddAnnotationNew()
335 std::vector<AnnotationCollector::Annotation>* annotations);
H A Dprinter.cc105 GOOGLE_LOG(DFATAL) << " Annotation has negative length from " << begin_varname in Annotate()
282 std::vector<AnnotationCollector::Annotation> annotations; in FormatInternal()
303 GOOGLE_LOG(FATAL) << " Annotation range is not-closed, expect $}$. " << save; in FormatInternal()
310 int* arg_index, std::vector<AnnotationCollector::Annotation>* annotations) { in WriteVariable()
328 GOOGLE_LOG(FATAL) << "Annotation ${" << idx + 1 << "$ is out of bounds."; in WriteVariable()
331 GOOGLE_LOG(FATAL) << "Annotation arg must be in correct order as given. Expected" in WriteVariable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp458 for (auto &Annotation : InlineSite.annotations()) { in visitKnownRecord()
459 switch (Annotation.OpCode) { in visitKnownRecord()
461 W.printString("(Annotation Padding)"); in visitKnownRecord()
466 W.printHex(Annotation.Name, Annotation.U1); in visitKnownRecord()
473 W.printNumber(Annotation.Name, Annotation.U1); in visitKnownRecord()
477 W.printNumber(Annotation.Name, Annotation.S1); in visitKnownRecord()
482 ObjDelegate->getFileNameForFileOffset(Annotation in visitKnownRecord()
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/
H A DAnnotation.php14 * Generated from protobuf message <code>google.protobuf.GeneratedCodeInfo.Annotation</code>
16 class Annotation extends \Google\Protobuf\Internal\Message class
217 class_alias(Annotation::class, \Google\Protobuf\Internal\GeneratedCodeInfo_Annotation::class);
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dmetadata_test.cc122 const GeneratedCodeInfo::Annotation* enum_annotation = in TEST_F()
151 const GeneratedCodeInfo::Annotation* message_annotation = in TEST_F()
H A Dcpp_helpers.h748 GeneratedCodeInfo::Annotation annotation; in Payload()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGeneratedCodeInfo_Annotation.php9 * This class is deprecated. Use Google\Protobuf\Internal\GeneratedCodeInfo\Annotation instead.
14 class_exists(GeneratedCodeInfo\Annotation::class);
15 @trigger_error('Google\Protobuf\Internal\GeneratedCodeInfo_Annotation is deprecated and will be removed in the next major release. Use Google\Protobuf\Internal\GeneratedCodeInfo\Annotation instead', E_USER_DEPRECATED);
H A DGeneratedCodeInfo.php23 * An Annotation connects some span of text in generated code to an element
26 * Generated from protobuf field <code>repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1;</code>
36 * @type \Google\Protobuf\Internal\GeneratedCodeInfo\Annotation[]|\Google\Protobuf\Internal\RepeatedField $annotation
37 * An Annotation connects some span of text in generated code to an element
47 * An Annotation connects some span of text in generated code to an element
50 * Generated from protobuf field <code>repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1;</code>
59 * An Annotation connects some span of text in generated code to an element
62 * Generated from protobuf field <code>repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1;</code>
63 * @param \Google\Protobuf\Internal\GeneratedCodeInfo\Annotation[]|\Google\Protobuf\Internal\RepeatedField $var
68 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\GeneratedCodeInfo\Annotation
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolAnnotation.h20 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Annotation)
H A DPDBTypes.h250 Annotation, member in llvm::pdb::PDB_Checksum::PDB_SymType
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djcommander-1.27.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/jcommander/ com/beust/jcommander/converters/ ...
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.cpp141 StringRef Annotation, in printInst()
146 printAnnotation(OS, Annotation); in printInst()
140 printInst(const MCInst *MI, uint64_t Address, StringRef Annotation, const MCSubtargetInfo & , raw_ostream &OS) printInst() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h310 uint32_t Annotation = GetCompressedAnnotation(Next); in ParseCurrentAnnotation() local
311 Result.S1 = DecodeSignedOperand(Annotation >> 4); in ParseCurrentAnnotation()
312 Result.U1 = Annotation & 0xf; in ParseCurrentAnnotation()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs186 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.GeneratedCodeInfo), global::Google.Protobuf.Reflection.GeneratedCodeInfo.Parser, new[]{ "Annotation" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation), global::Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation.Parser, new[]{ "Path", "SourceFile", "Begin", "End" }, null, null, null, null)}) in DescriptorReflection()
9833 private static readonly pb::FieldCodec<global::Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation> _repeated_annotation_codec
9834 = pb::FieldCodec.ForMessage(10, global::Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation.Parser);
9835 private readonly pbc::RepeatedField<global::Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation> annotation_ = new pbc::RepeatedField<global::Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation>();
9837 /// An Annotation connects some span of text in generated code to an element
9841 public pbc::RepeatedField<global::Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation> Annotation { property in Google.Protobuf.Reflection.GeneratedCodeInfo
9960 public sealed partial class Annotation : pb::IMessage<Annotation> global() class in Google.Protobuf.Reflection.GeneratedCodeInfo.Types
9982 public Annotation() { Annotation() method in Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation
9989 public Annotation(Annotation other) : this() { Annotation() method in Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp73 FACTORY_SYMTAG_CASE(Annotation, PDBSymbolAnnotation) in createSymbol()
H A DPDBExtras.cpp233 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Annotation, OS) in operator <<()
/third_party/node/deps/v8/src/torque/
H A Dtorque-parser.cc148 V8_EXPORT_PRIVATE const ParseResultTypeId ParseResultHolder<Annotation>::id =
152 ParseResultHolder<std::vector<Annotation>>::id =
614 auto annotations = child_results->NextAs<std::vector<Annotation>>(); in HasAnnotation()
797 auto list = iter->NextAs<std::vector<Annotation>>(); in AnnotationSet()
798 for (const Annotation& a : list) { in AnnotationSet()
807 Lint("Annotation ", a.name->value, error_message) in AnnotationSet()
820 Lint("Annotation ", a.name->value, error_message) in AnnotationSet()
839 Error("Annotation ", s, " requires a string parameter but has an int") in GetStringParam()
850 Error("Annotation ", s, " requires an int parameter but has a string") in GetIntParam()
1065 Lint("Annotation in MakeClassDeclaration()
[all...]
H A Dast.h936 struct Annotation { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCCodeView.cpp410 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation, in compressAnnotation() argument
412 return compressAnnotation(static_cast<uint32_t>(Annotation), Buffer); in compressAnnotation()
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/
H A DDescriptor.php264 ->repeated('annotation', \Google\Protobuf\Internal\GPBType::MESSAGE, 1, 'google.protobuf.internal.GeneratedCodeInfo.Annotation')
267 $pool->addMessage('google.protobuf.internal.GeneratedCodeInfo.Annotation', \Google\Protobuf\Internal\GeneratedCodeInfo\Annotation::class)

Completed in 36 milliseconds

12