Home
last modified time | relevance | path

Searched refs:setTagType (Results 1 – 22 of 22) sorted by relevance

/dports/databases/akonadi/akonadi-21.12.3/autotests/server/
H A Dfakeentities.h46 void setTagType(const TagType &tagType) in setTagType() function
49 Tag::setTagType(tagType); in setTagType()
H A Dtaghandlertest.cpp114 tag.setTagType(type); in testStoreTag_data()
151 tag.setTagType(type); in testStoreTag_data()
226 tag.setTagType(type); in testModifyTag_data()
374 tag.setTagType(type); in testRemoveTag_data()
H A Dfetchhandlertest.cpp113 tag.setTagType(type); in testFetchByTag_data()
178 tag.setTagType(type); in testFetchCommandContext_data()
H A Ditemcreatehandlertest.cpp129 tag.setTagType(tagType); in updateTags()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/support_data/
H A DossimNitfTagInformation.h57 void setTagType(const ossimString& tagType) const;
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/support_data/
H A DossimNitfTagInformation.cpp200 void ossimNitfTagInformation::setTagType(const ossimString& tagType) const in setTagType() function in ossimNitfTagInformation
H A DossimNitfFileHeaderV2_0.cpp336 headerTag.setTagType("UDHD"); in parseStream()
371 headerTag.setTagType("XHD"); in parseStream()
410 iter->setTagType("UDHD"); in readOverflowTags()
426 iter->setTagType("XHD"); in readOverflowTags()
H A DossimNitfImageHeaderV2_1.cpp187 headerTag.setTagType("UDID"); in parseStream()
202 iter->setTagType("UDID"); in parseStream()
221 headerTag.setTagType("IXSHD"); in parseStream()
238 iter->setTagType("IXSHD"); in parseStream()
H A DossimNitfFileHeaderV2_1.cpp361 headerTag.setTagType("UDHD"); in parseStream()
384 headerTag.setTagType("XHD"); in parseStream()
426 iter->setTagType("UDHD"); in readOverflowTags()
442 iter->setTagType("XHD"); in readOverflowTags()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCSymbolWasm.h150 void setTagType(wasm::WasmTagType ET) { TagType = ET; } in setTagType() function
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/MC/
H A DMCSymbolWasm.h150 void setTagType(wasm::WasmTagType ET) { TagType = ET; } in setTagType() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h150 void setTagType(wasm::WasmTagType ET) { TagType = ET; } in setTagType() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCSymbolWasm.h150 void setTagType(wasm::WasmTagType ET) { TagType = ET; } in setTagType() function
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCSymbolWasm.h150 void setTagType(wasm::WasmTagType ET) { TagType = ET; } in setTagType() function
/dports/databases/akonadi/akonadi-21.12.3/src/server/handler/
H A Dtagmodifyhandler.cpp59 changedTag.setTagType(newType); in parseStream()
/dports/databases/akonadi/akonadi-21.12.3/src/server/
H A Dhandlerhelper.cpp322 tag.setTagType(type); in resolveTagsByGID()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp243 WasmSym->setTagType( in getOrCreateWasmSymbol()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp243 WasmSym->setTagType( in getOrCreateWasmSymbol()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp243 WasmSym->setTagType( in getOrCreateWasmSymbol()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp243 WasmSym->setTagType( in getOrCreateWasmSymbol()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp243 WasmSym->setTagType( in getOrCreateWasmSymbol()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimNitfWriter.cpp762 tagInfo.setTagType(tagType); in addRegisteredTag()