Home
last modified time | relevance | path

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

/system/teeui/libteeui/include/teeui/
Dutils.h86 template <typename T> struct has_data { struct
87 template <typename U> static int f(const U*, const void*) { return 0; } in f()
89 static constexpr bool value = std::is_pointer<decltype(f((T*)nullptr, ""))>::value;
/system/extras/simpleperf/
DRecordReadThread.cpp475 bool has_data = false; in ReadRecordsFromKernelBuffer() local
623 void RecordReadThread::ReadAuxDataFromKernelBuffer(bool* has_data) { in ReadAuxDataFromKernelBuffer()
/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h58220 u8 has_data: 1; member
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h67978 u8 has_data: 1; member