Home
last modified time | relevance | path

Searched refs:TYPE_NONE (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_library_view.h24 TYPE_NONE = 0xbaadbaad, enumerator
30 : type_(TYPE_NONE), crazy_(NULL), system_(NULL), name_(), ref_count_(1) {} in LibraryView()
Dcrazy_linker_library_view.cpp24 type_ = TYPE_NONE; in ~LibraryView()