Home
last modified time | relevance | path

Searched defs:Word (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DSizeTraits.h25 typedef uint32_t Word; typedef
34 typedef uint64_t Word; typedef
48 typedef llvm::ELF::Elf32_Word Word; typedef
66 typedef llvm::ELF::Elf64_Word Word; typedef
/aosp12/frameworks/native/libs/ftl/
H A Dsmall_vector_test.cpp264 struct Word { in TEST() struct
265 explicit Word(std::string str) : str(std::move(str)) {} in TEST() argument
266 const std::string str; in TEST()
268 bool operator==(const Word& other) const { return other.str == str; } in TEST()
H A Dstatic_vector_test.cpp256 struct Word { in TEST() struct
257 explicit Word(std::string str) : str(std::move(str)) {} in TEST() argument
258 const std::string str; in TEST()
/aosp12/art/libelffile/elf/
H A Delf_utils.h32 typedef Elf32_Word Word; typedef
47 typedef Elf64_Word Word; typedef