Searched defs:Word (Results 1 – 3 of 3) 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
264 struct Word { in TEST() struct265 explicit Word(std::string str) : str(std::move(str)) {} in TEST() function266 const std::string str; in TEST()268 bool operator==(const Word& other) const { return other.str == str; } in TEST()
256 struct Word { in TEST() struct257 explicit Word(std::string str) : str(std::move(str)) {} in TEST() function258 const std::string str; in TEST()