Home
last modified time | relevance | path

Searched refs:Annotation (Results 1 – 25 of 56) sorted by relevance

123

/third_party/protobuf/src/google/protobuf/compiler/
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()
Dannotation_test_util.h86 std::vector<const GeneratedCodeInfo::Annotation*>* annotations);
93 const GeneratedCodeInfo::Annotation* FindAnnotationOnPath(
101 const std::vector<const GeneratedCodeInfo::Annotation*>& annotations,
107 const GeneratedCodeInfo::Annotation* annotation,
/third_party/protobuf/src/google/protobuf/io/
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* braces = &info.annotation(2); in TEST()
[all …]
Dprinter.h58 typedef std::pair<std::pair<size_t, size_t>, std::string> Annotation; typedef
68 virtual void AddAnnotationNew(Annotation& a) {} in AddAnnotationNew()
88 typename AnnotationProto::Annotation* annotation = in AddAnnotation()
98 virtual void AddAnnotationNew(Annotation& a) { in AddAnnotationNew()
335 std::vector<AnnotationCollector::Annotation>* annotations);
Dprinter.cc282 std::vector<AnnotationCollector::Annotation> annotations; in FormatInternal()
310 int* arg_index, std::vector<AnnotationCollector::Annotation>* annotations) { in WriteVariable()
/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
459 switch (Annotation.OpCode) { 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.U1), in visitKnownRecord()
483 Annotation.U1); in visitKnownRecord()
485 W.printHex("ChangeFile", Annotation.U1); in visitKnownRecord()
491 << W.hex(Annotation.U1) << ", LineOffset: " << Annotation.S1 in visitKnownRecord()
497 << W.hex(Annotation.U2) in visitKnownRecord()
[all …]
/third_party/cef/tools/yapf/yapf/yapflib/
Dpytree_utils.py44 class Annotation(object): class
255 attr = GetNodeAnnotation(node, Annotation.SUBTYPE)
258 SetNodeAnnotation(node, Annotation.SUBTYPE, attr)
283 indent=GetNodeAnnotation(node, Annotation.CHILD_INDENT))
Dsplit_penalty.py253 trailer.children[0], pytree_utils.Annotation.SUBTYPE)
428 _RecAnnotate(node, pytree_utils.Annotation.SPLIT_PENALTY, UNBREAKABLE)
434 _RecAnnotate(node, pytree_utils.Annotation.SPLIT_PENALTY,
441 _RecAnnotate(node, pytree_utils.Annotation.SPLIT_PENALTY,
456 node, pytree_utils.Annotation.SPLIT_PENALTY, default=0)
477 node, pytree_utils.Annotation.SPLIT_PENALTY, default=0)
520 node, pytree_utils.Annotation.SPLIT_PENALTY, default=amt)
526 pytree_utils.SetNodeAnnotation(node, pytree_utils.Annotation.SPLIT_PENALTY,
Dcomment_splicer.py332 node.parent, pytree_utils.Annotation.CHILD_INDENT)
364 pytree_utils.SetNodeAnnotation(tree, pytree_utils.Annotation.CHILD_INDENT,
369 tree, pytree_utils.Annotation.CHILD_INDENT)
372 pytree_utils.SetNodeAnnotation(tree, pytree_utils.Annotation.CHILD_INDENT,
Dformat_token.py193 self.node, pytree_utils.Annotation.SPLIT_PENALTY, default=0)
199 pytree_utils.Annotation.NEWLINES)
205 pytree_utils.Annotation.MUST_SPLIT)
222 pytree_utils.Annotation.SUBTYPE)
Dreformatter.py444 pytree_utils.Annotation.NEWLINES, None)
491 first_token.node, pytree_utils.Annotation.NEWLINES, None)
496 pytree_utils.Annotation.NEWLINES, None)
Dpytree_unwrapper.py328 pytree_utils.Annotation.SPLIT_PENALTY,
376 FindFirstLeaf(node), pytree_utils.Annotation.MUST_SPLIT, True)
Dblank_line_calculator.py162 pytree_utils.SetNodeAnnotation(node, pytree_utils.Annotation.NEWLINES,
Dsubtype_assigner.py315 pytree_utils.GetNodeAnnotation(node, pytree_utils.Annotation.SUBTYPE,
334 pytree_utils.AppendNodeAnnotation(node, pytree_utils.Annotation.SUBTYPE,
/third_party/cef/libcef/common/
Dcrash_reporter_client.cc239 if (str.length() > crashpad::Annotation::kNameMaxLength) { in NormalizeCrashKey()
240 return str.substr(0, crashpad::Annotation::kNameMaxLength); in NormalizeCrashKey()
490 crash_reporter::CrashKeyString<crashpad::Annotation::kValueMaxSize>; in ReadCrashConfigFile()
498 static_assert(base::size(ids) * crashpad::Annotation::kValueMaxSize >= in ReadCrashConfigFile()
501 + crashpad::Annotation::kNameMaxLength), in ReadCrashConfigFile()
507 crashpad::Annotation::kValueMaxSize); in ReadCrashConfigFile()
749 static_assert(size_ <= crashpad::Annotation::kValueMaxSize, \
751 bool Set##name##Annotation(size_t index, const base::StringPiece& value) { \
/third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/
DAnnotation.php16 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/
Dmetadata_test.cc122 const GeneratedCodeInfo::Annotation* enum_annotation = in TEST_F()
151 const GeneratedCodeInfo::Annotation* message_annotation = in TEST_F()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGeneratedCodeInfo_Annotation.php14 class_exists(GeneratedCodeInfo\Annotation::class);
DGeneratedCodeInfo.php68 …Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\GeneratedCodeInfo\Annotation::class);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolAnnotation.h20 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Annotation)
/third_party/rust/crates/bindgen/book/src/
Dopaque.md19 ### Annotation subsection in Treating a Type as an Opaque Blob of Bytes
Dvisibility.md5 ### Annotation subsection in Making fields private
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiInstPrinter.cpp141 StringRef Annotation, in printInst() argument
146 printAnnotation(OS, Annotation); in printInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbol.cpp73 FACTORY_SYMTAG_CASE(Annotation, PDBSymbolAnnotation) in createSymbol()
/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
311 Result.S1 = DecodeSignedOperand(Annotation >> 4); in ParseCurrentAnnotation()
312 Result.U1 = Annotation & 0xf; in ParseCurrentAnnotation()

123