Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/ADT/
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
/frameworks/native/libs/ftl/
Dsmall_vector_test.cpp264 struct Word { in TEST() struct
265 explicit Word(std::string str) : str(std::move(str)) {} in TEST() function
266 const std::string str; in TEST()
268 bool operator==(const Word& other) const { return other.str == str; } in TEST()
Dstatic_vector_test.cpp256 struct Word { in TEST() struct
257 explicit Word(std::string str) : str(std::move(str)) {} in TEST() function
258 const std::string str; in TEST()