Home
last modified time | relevance | path

Searched defs:GetType (Results 1 – 25 of 113) sorted by relevance

12345

/external/libbrillo/brillo/
Dflag_helper.cc36 const char* GetType() const override { return "bool"; } in GetType() function in brillo::HelpFlag
67 const char* BoolFlag::GetType() const { in GetType() function in brillo::BoolFlag
83 const char* Int32Flag::GetType() const { in GetType() function in brillo::Int32Flag
99 const char* Int64Flag::GetType() const { in GetType() function in brillo::Int64Flag
115 const char* UInt64Flag::GetType() const { in GetType() function in brillo::UInt64Flag
131 const char* DoubleFlag::GetType() const { in GetType() function in brillo::DoubleFlag
149 const char* StringFlag::GetType() const { in GetType() function in brillo::StringFlag
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorSycl.h39 template<bool IsConst, typename T> struct GetType{ struct
42 template<typename T> struct GetType<false, T>{ argument
/external/libchrome/sandbox/win/src/
Dcrosscall_client.h81 ArgType GetType() { in GetType() function
118 ArgType GetType() { in GetType() function
164 ArgType GetType() { in GetType() function
203 ArgType GetType() { in GetType() function
231 ArgType GetType() { in GetType() function
279 ArgType GetType() { in GetType() function
/external/pdfium/xfa/fde/css/
Dcfde_cssvalue.h14 FDE_CSSPrimitiveType GetType() const { return m_value; } in GetType() function
/external/pdfium/core/fpdfapi/parser/
Dcpdf_null.cpp12 CPDF_Object::Type CPDF_Null::GetType() const { in GetType() function in CPDF_Null
Dcpdf_name.cpp21 CPDF_Object::Type CPDF_Name::GetType() const { in GetType() function in CPDF_Name
Dcpdf_boolean.cpp16 CPDF_Object::Type CPDF_Boolean::GetType() const { in GetType() function in CPDF_Boolean
Dcpdf_number.cpp21 CPDF_Object::Type CPDF_Number::GetType() const { in GetType() function in CPDF_Number
Dcpdf_string.cpp33 CPDF_Object::Type CPDF_String::GetType() const { in GetType() function in CPDF_String
/external/pdfium/core/fxge/android/
Dcfpf_skiabufferfont.h19 int32_t GetType() const override { return FPF_SKIAFONTTYPE_Buffer; } in GetType() function
Dcfpf_skiafilefont.h22 int32_t GetType() const override { return FPF_SKIAFONTTYPE_File; } in GetType() function
Dcfpf_skiapathfont.h21 int32_t GetType() const override { return FPF_SKIAFONTTYPE_Path; } in GetType() function
Dcfpf_skiafontdescriptor.h24 virtual int32_t GetType() const { return FPF_SKIAFONTTYPE_Unknown; } in GetType() function
/external/libmojo/ipc/
Dipc_mojo_handle_attachment.cc20 MessageAttachment::Type MojoHandleAttachment::GetType() const { in GetType() function in IPC::internal::MojoHandleAttachment
Dipc_platform_file_attachment_posix.cc22 MessageAttachment::Type PlatformFileAttachment::GetType() const { in GetType() function in IPC::internal::PlatformFileAttachment
Dbrokerable_attachment.cc61 BrokerableAttachment::Type BrokerableAttachment::GetType() const { in GetType() function in IPC::BrokerableAttachment
/external/pdfium/core/fpdfapi/page/
Dcpdf_formobject.cpp32 CPDF_PageObject::Type CPDF_FormObject::GetType() const { in GetType() function in CPDF_FormObject
Dcpdf_shadingobject.cpp17 CPDF_PageObject::Type CPDF_ShadingObject::GetType() const { in GetType() function in CPDF_ShadingObject
Dcpdf_pathobject.cpp13 CPDF_PageObject::Type CPDF_PathObject::GetType() const { in GetType() function in CPDF_PathObject
Dcpdf_imageobject.cpp22 CPDF_PageObject::Type CPDF_ImageObject::GetType() const { in GetType() function in CPDF_ImageObject
/external/pdfium/core/fxge/ge/
Dcfx_cliprgn.h20 ClipType GetType() const { return m_Type; } in GetType() function
/external/pdfium/xfa/fwl/
Dcfwl_message.h28 Type GetType() const { return m_type; } in GetType() function
/external/v8/tools/clang/rewrite_to_chrome_style/
DRewriteToChromeStyle.cpp490 static const char* GetType() { return "NamedDecl"; } in GetType() function
499 static const char* GetType() { return "MemberExpr"; } in GetType() function
508 static const char* GetType() { return "DeclRefExpr"; } in GetType() function
518 static const char* GetType() { return "CXXCtorInitializer"; } in GetType() function
527 static const char* GetType() { return "UnresolvedLookupExpr"; } in GetType() function
536 static const char* GetType() { return "UnresolvedMemberExpr"; } in GetType() function
/external/pdfium/core/fxge/
Dcfx_pathdata.h40 FXPT_TYPE GetType(int index) const { return m_Points[index].m_Type; } in GetType() function
/external/pdfium/xfa/fxbarcode/
Dcbc_datamatrix.cpp64 BC_TYPE CBC_DataMatrix::GetType() { in GetType() function in CBC_DataMatrix

12345