/third_party/protobuf/src/google/protobuf/compiler/ |
D | annotation_test_util.cc | 105 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()
|
D | annotation_test_util.h | 86 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/ |
D | printer_unittest.cc | 234 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 …]
|
D | printer.h | 58 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);
|
D | printer.cc | 282 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/ |
D | SymbolDumper.cpp | 458 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/ |
D | pytree_utils.py | 44 class Annotation(object): class 255 attr = GetNodeAnnotation(node, Annotation.SUBTYPE) 258 SetNodeAnnotation(node, Annotation.SUBTYPE, attr) 283 indent=GetNodeAnnotation(node, Annotation.CHILD_INDENT))
|
D | split_penalty.py | 253 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,
|
D | comment_splicer.py | 332 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,
|
D | format_token.py | 193 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)
|
D | reformatter.py | 444 pytree_utils.Annotation.NEWLINES, None) 491 first_token.node, pytree_utils.Annotation.NEWLINES, None) 496 pytree_utils.Annotation.NEWLINES, None)
|
D | pytree_unwrapper.py | 328 pytree_utils.Annotation.SPLIT_PENALTY, 376 FindFirstLeaf(node), pytree_utils.Annotation.MUST_SPLIT, True)
|
D | blank_line_calculator.py | 162 pytree_utils.SetNodeAnnotation(node, pytree_utils.Annotation.NEWLINES,
|
D | subtype_assigner.py | 315 pytree_utils.GetNodeAnnotation(node, pytree_utils.Annotation.SUBTYPE, 334 pytree_utils.AppendNodeAnnotation(node, pytree_utils.Annotation.SUBTYPE,
|
/third_party/cef/libcef/common/ |
D | crash_reporter_client.cc | 239 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/ |
D | Annotation.php | 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/ |
D | metadata_test.cc | 122 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/ |
D | GeneratedCodeInfo_Annotation.php | 14 class_exists(GeneratedCodeInfo\Annotation::class);
|
D | GeneratedCodeInfo.php | 68 …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/ |
D | PDBSymbolAnnotation.h | 20 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Annotation)
|
/third_party/rust/crates/bindgen/book/src/ |
D | opaque.md | 19 ### Annotation subsection in Treating a Type as an Opaque Blob of Bytes
|
D | visibility.md | 5 ### Annotation subsection in Making fields private
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiInstPrinter.cpp | 141 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/ |
D | PDBSymbol.cpp | 73 FACTORY_SYMTAG_CASE(Annotation, PDBSymbolAnnotation) in createSymbol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 310 uint32_t Annotation = GetCompressedAnnotation(Next); in ParseCurrentAnnotation() local 311 Result.S1 = DecodeSignedOperand(Annotation >> 4); in ParseCurrentAnnotation() 312 Result.U1 = Annotation & 0xf; in ParseCurrentAnnotation()
|