Searched defs:Word (Results 1 – 4 of 4) sorted by relevance
25 typedef uint32_t Word; typedef34 typedef uint64_t Word; typedef48 typedef llvm::ELF::Elf32_Word Word; typedef66 typedef llvm::ELF::Elf64_Word Word; typedef
374 struct Word { in TEST() struct375 explicit Word(std::string str) : str(std::move(str)) {} in TEST() argument376 const std::string str; in TEST()378 bool operator==(const Word& other) const { return other.str == str; } in TEST()
314 struct Word { in TEST() struct315 explicit Word(std::string str) : str(std::move(str)) {} in TEST() argument316 const std::string str; in TEST()
49 using Word = Elf32_Word; typedef in nogrod::__anon29cf30440111::Elf3263 using Word = Elf64_Word; typedef in nogrod::__anon29cf30440111::Elf64