Home
last modified time | relevance | path

Searched defs:Word (Results 1 – 4 of 4) 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.cpp374 struct Word { in TEST() struct
375 explicit Word(std::string str) : str(std::move(str)) {} in TEST() argument
376 const std::string str; in TEST()
378 bool operator==(const Word& other) const { return other.str == str; } in TEST()
Dstatic_vector_test.cpp314 struct Word { in TEST() struct
315 explicit Word(std::string str) : str(std::move(str)) {} in TEST() function
316 const std::string str; in TEST()
/frameworks/libs/binary_translation/tools/nogrod/
Delf_reader.cc49 using Word = Elf32_Word; typedef in nogrod::__anon29cf30440111::Elf32
63 using Word = Elf64_Word; typedef in nogrod::__anon29cf30440111::Elf64