Searched refs:getDecoder (Results 1 – 13 of 13) sorted by relevance
84 void Ty::decode(std::istream &I) { getDecoder(I) >> x;}87 void Ty::decode(std::istream &I) { getDecoder(I) >> x >> y;}90 void Ty::decode(std::istream &I) { getDecoder(I) >> x >> y >> z;}94 void Ty::decode(std::istream &I) { getDecoder(I) >> x >> y >> z >> u;}98 void Ty::decode(std::istream &I) { getDecoder(I) >> x >> y >> z >> u >> v;}102 void Ty::decode(std::istream &I) { getDecoder(I) >> x >> y >> z >> u >> \107 void Ty::decode(std::istream &I) { getDecoder(I) >> x >> y >> z >> u >> \112 void Ty::decode(std::istream &I) { getDecoder(I) >> x >> y >> z >> u >> \117 void Ty::decode(std::istream &I) { getDecoder(I) >> x >> y >> z >> u >> \127 void decode(std::istream &I) { getDecoder(I) >> x;}[all …]
141 SPIRVEntry::getDecoder(std::istream& I){ in getDecoder() function in SPIRV::SPIRVEntry429 getDecoder(I) >> ExecModel >> Target >> Name; in decode()441 getDecoder(I) >> Target >> ExecMode; in decode()456 getDecoder(I) >> WordLiterals; in decode()482 getDecoder(I) >> Target >> Str; in decode()501 getDecoder(I) >> Target >> FileName >> Line >> Column; in decode()536 getDecoder(I) >> Id >> Str; in decode()556 getDecoder(I) >> AddrModel >> MemModel; in decode()580 getDecoder(I) >> Lang >> Ver; in decode()595 getDecoder(I) >> S; in decode()[all …]
114 SPIRVDecoder Decoder = getDecoder(I); in decode()136 getDecoder(I) >> Target >> MemberNumber >> Dec >> Literals; in decode()147 getDecoder(I) >> Id; in decode()164 getDecoder(I) >> DecorationGroup >> Targets; in decode()
71 SPIRVFunction::getDecoder(std::istream &IS) { in getDecoder() function in SPIRVFunction99 SPIRVDecoder Decoder = getDecoder(I); in decode()
58 SPIRVBasicBlock::getDecoder(std::istream &IS){ in getDecoder() function in SPIRVBasicBlock
59 SPIRVDecoder getDecoder(std::istream &IS);
177 getDecoder(I) >> Type >> Id; in decode()179 getDecoder(I) >> Union.Words[i]; in decode()
379 auto D = getDecoder(I); in decode()548 getDecoder(I) >> PtrId >> ValId >> MemoryAccess;595 getDecoder(I) >> Type >> Id >> PtrId >> MemoryAccess;1243 getDecoder(I) >> Type >> Id >> ExtSetId;1247 getDecoder(I) >> ExtOpOCL;1251 getDecoder(I) >> ExtOp;1253 getDecoder(I) >> Args;1429 getDecoder(I) >> Target >> Source >> MemoryAccess;1485 getDecoder(I) >> Target >> Source >> Size >> MemoryAccess;
97 SPIRVDecoder getDecoder(std::istream &IS);
288 auto Decoder = getDecoder(I); in decode()
122 byte[] dexBytes = Base64.getDecoder().decode(base64DexWithExtensionClass); in getClassLoaderInitializedWithDexFile()137 byte[] jarBytes = Base64.getDecoder().decode(base64JarWithExtensionClass); in getClassLoaderInitializedWithClassFile()
136 .addClassProgramData(Base64.getDecoder().decode(javaLangObjectClassFile)) in test()
114 public GifDecoder getDecoder() { in getDecoder() method in GifDrawable