Home
last modified time | relevance | path

Searched defs:Content (Results 1 – 25 of 26) sorted by relevance

12

/third_party/libexif/contrib/c++/
Dexif.hxx360 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/
Dout.rs20 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
Difndef.rs4 pub(super) fn write(out: &mut Content, needed: bool, guard: &str) { in write()
/third_party/rust/crates/serde/serde/src/private/
Dser.rs428 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 …]
Dde.rs223 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/
DTypeIndexDiscovery.cpp68 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/
DRuntimeDyldChecker.h81 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/
DELFYAML.h219 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 …]
DMinidumpYAML.h99 yaml::BinaryRef Content; member
149 yaml::BinaryRef Content; member
DWasmYAML.h119 yaml::BinaryRef Content; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFileBuilder.h77 std::unique_ptr<MemoryBuffer> Content; member
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dspan.go30 Content []byte member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dspan.go30 Content []byte member
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dspan.go30 Content []byte member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DHost.cpp1219 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/
DJITLink.h155 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/
DBUILD.md73 ### Installed Files
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h109 ArrayRef<uint8_t> Content; // Section content member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DVirtualFileSystem.h605 void addContent(std::unique_ptr<Entry> Content) { in addContent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOEmitter.cpp304 yaml::BinaryRef Content = *Sec.content; in writeSectionData() local
DMinidumpYAML.cpp354 IO &IO, MemoryDescriptor &Memory, BinaryRef &Content) { in mapping()
DELFEmitter.cpp512 const Optional<yaml::BinaryRef> &Content, in writeContent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h144 ArrayRef<uint8_t> Content; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp676 std::vector<std::string> Content; in populateFileContent() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h213 static ISD::NodeType getExtendForContent(BooleanContent Content) { in getExtendForContent()

12