| /third_party/libexif/contrib/c++/ |
| D | exif.hxx | 360 struct Content struct 362 ExifContent *content_; 364 Content() in Content() argument 368 Content(Content const &other) in Content() function 375 Content(ExifContent *content) in Content() function 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/vulkan-headers/ |
| D | README.md | 25 ### Specification repository (https://github.com/KhronosGroup/Vulkan-Docs) 39 ### This repository (https://github.com/KhronosGroup/Vulkan-Headers) 55 ### Vulkan C++ Binding Repository (https://github.com/KhronosGroup/Vulkan-Hpp)
|
| D | BUILD.md | 35 ### Installed Files
|
| /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 | 220 pub enum Content<'de> { enum 251 impl<'de> Content<'de> { implementation 290 impl<'de> Deserialize<'de> for Content<'de> { implementation 510 Content(Content<'de>), enumerator 902 Content, enumerator 949 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/node/deps/npm/docs/src/templates/ |
| D | Page.js | 8 const Content = styled.div` constant
|
| /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 | 48 ### 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/flutter/skia/gm/ |
| D | multipicturedraw.cpp | 453 enum Content { enum in skiagm::MultiPictureDraw
|
| /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()
|