| /third_party/libexif/contrib/c++/ |
| D | exif.hxx | 360 struct Content struct 362 ExifContent *content_; 364 Content() in Content() function 368 Content(Content const &other) in Content() function 375 Content(ExifContent *content) in Content() argument 401 "Exif::Content: IFD does not contain given tag"); in operator []() 412 "Exif::Content: numeric entry index out of range"); in operator []() 417 unsigned int size() const in size() 423 void add(Entry &entry) in add() 428 void remove(Entry &entry) in remove() [all …]
|
| /third_party/rust/crates/cxx/gen/src/ |
| D | out.rs | 20 pub struct Content<'a> { struct 42 content: RefCell::new(Content::new()), in new() argument 97 impl<'a> Write for Content<'a> { implementation 104 impl<'a> PartialEq for Content<'a> { implementation 110 impl<'a> Content<'a> { impl
|
| D | ifndef.rs | 4 pub(super) fn write(out: &mut Content, needed: bool, guard: &str) { in write()
|
| /third_party/rust/crates/serde/serde/src/private/ |
| D | ser.rs | 428 pub enum Content { enum 471 impl Serialize for Content { implementation 578 fn serialize_bool(self, v: bool) -> Result<Content, E> { in serialize_bool() 582 fn serialize_i8(self, v: i8) -> Result<Content, E> { in serialize_i8() 586 fn serialize_i16(self, v: i16) -> Result<Content, E> { in serialize_i16() 590 fn serialize_i32(self, v: i32) -> Result<Content, E> { in serialize_i32() 594 fn serialize_i64(self, v: i64) -> Result<Content, E> { in serialize_i64() 598 fn serialize_u8(self, v: u8) -> Result<Content, E> { in serialize_u8() 602 fn serialize_u16(self, v: u16) -> Result<Content, E> { in serialize_u16() 606 fn serialize_u32(self, v: u32) -> Result<Content, E> { in serialize_u32() [all …]
|
| D | de.rs | 223 pub enum Content<'de> { enum 254 impl<'de> Content<'de> { implementation 293 impl<'de> Deserialize<'de> for Content<'de> { implementation 305 impl<'de, E> de::IntoDeserializer<'de, E> for Content<'de> implementation 528 Content(Content<'de>), enumerator 895 Content, enumerator 969 Content, enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
| D | TypeIndexDiscovery.cpp | 68 static void handleMethodOverloadList(ArrayRef<uint8_t> Content, in handleMethodOverloadList() 208 static void handleFieldList(ArrayRef<uint8_t> Content, in handleFieldList() 264 static void handlePointer(ArrayRef<uint8_t> Content, in handlePointer() 273 static void discoverTypeIndices(ArrayRef<uint8_t> Content, TypeLeafKind Kind, in discoverTypeIndices() 359 static bool discoverTypeIndices(ArrayRef<uint8_t> Content, SymbolKind Kind, in discoverTypeIndices()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
| D | RuntimeDyldChecker.h | 81 MemoryRegionInfo(StringRef Content, JITTargetAddress TargetAddress) in MemoryRegionInfo() 96 void setContent(StringRef Content) { in setContent()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
| D | ELFYAML.h | 219 Optional<yaml::BinaryRef> Content; member 236 Optional<yaml::BinaryRef> Content; member 244 Optional<yaml::BinaryRef> Content; member 264 Optional<yaml::BinaryRef> Content; member 274 Optional<yaml::BinaryRef> Content; member 305 Optional<yaml::BinaryRef> Content; member 331 Optional<yaml::BinaryRef> Content; member 352 Optional<yaml::BinaryRef> Content; member 368 Optional<yaml::BinaryRef> Content; member 379 Optional<yaml::BinaryRef> Content; member [all …]
|
| D | MinidumpYAML.h | 99 yaml::BinaryRef Content; member 149 yaml::BinaryRef Content; member
|
| D | WasmYAML.h | 119 yaml::BinaryRef Content; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | PDBFileBuilder.h | 77 std::unique_ptr<MemoryBuffer> Content; member
|
| /third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
| D | span.go | 30 Content []byte member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
| D | span.go | 30 Content []byte member
|
| /third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
| D | span.go | 30 Content []byte member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | Host.cpp | 1219 StringRef Content = P ? P->getBuffer() : ""; in getHostCPUName() local 1225 StringRef Content = P ? P->getBuffer() : ""; in getHostCPUName() local 1231 StringRef Content = P ? P->getBuffer() : ""; in getHostCPUName() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
| D | JITLink.h | 155 Block(Section &Parent, StringRef Content, JITTargetAddress Address, in Block() 199 void setContent(StringRef Content) { in setContent() 803 Block &createContentBlock(Section &Parent, StringRef Content, in createContentBlock() 883 Symbol &addAnonymousSymbol(Block &Content, JITTargetAddress Offset, in addAnonymousSymbol() 893 Symbol &addDefinedSymbol(Block &Content, JITTargetAddress Offset, in addDefinedSymbol()
|
| /third_party/vulkan-loader/ |
| D | BUILD.md | 73 ### Installed Files
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
| D | Wasm.h | 109 ArrayRef<uint8_t> Content; // Section content member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | VirtualFileSystem.h | 605 void addContent(std::unique_ptr<Entry> Content) { in addContent()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| D | MachOEmitter.cpp | 304 yaml::BinaryRef Content = *Sec.content; in writeSectionData() local
|
| D | MinidumpYAML.cpp | 354 IO &IO, MemoryDescriptor &Memory, BinaryRef &Content) { in mapping()
|
| D | ELFEmitter.cpp | 512 const Optional<yaml::BinaryRef> &Content, in writeContent()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
| D | Wasm.h | 144 ArrayRef<uint8_t> Content; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
| D | BTFDebug.cpp | 676 std::vector<std::string> Content; in populateFileContent() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | TargetLowering.h | 213 static ISD::NodeType getExtendForContent(BooleanContent Content) { in getExtendForContent()
|