Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.h84 int GetFamily() const { return m_Family; } in GetFamily() function
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
DPlatformiOSSimulatorCoreSimulatorSupport.h63 std::string GetFamily() const { return m_family.c_str(); } in GetFamily() function
/external/llvm-project/lldb/source/Host/common/
DSocketAddress.cpp125 sa_family_t SocketAddress::GetFamily() const { in GetFamily() function in SocketAddress