Home
last modified time | relevance | path

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

1234567

/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/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis_nodes.h218 SENodeType GetType() const final { return Constant; } in GetType() function
244 SENodeType GetType() const final { return RecurrentAddExpr; } in GetType() function
280 SENodeType GetType() const final { return Add; } in GetType() function
292 SENodeType GetType() const final { return Multiply; } in GetType() function
304 SENodeType GetType() const final { return Negative; } in GetType() function
320 SENodeType GetType() const final { return ValueUnknown; } in GetType() function
337 SENodeType GetType() const final { return CanNotCompute; } in GetType() function
Dloop_dependence.h203 ConstraintType GetType() const final { return Line; } in GetType() function
223 ConstraintType GetType() const final { return Distance; } in GetType() function
239 ConstraintType GetType() const final { return Point; } in GetType() function
255 ConstraintType GetType() const final { return None; } in GetType() function
264 ConstraintType GetType() const final { return Empty; } in GetType() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dscalar_analysis_nodes.h218 SENodeType GetType() const final { return Constant; } in GetType() function
244 SENodeType GetType() const final { return RecurrentAddExpr; } in GetType() function
280 SENodeType GetType() const final { return Add; } in GetType() function
292 SENodeType GetType() const final { return Multiply; } in GetType() function
304 SENodeType GetType() const final { return Negative; } in GetType() function
320 SENodeType GetType() const final { return ValueUnknown; } in GetType() function
337 SENodeType GetType() const final { return CanNotCompute; } in GetType() function
Dloop_dependence.h203 ConstraintType GetType() const final { return Line; } in GetType() function
223 ConstraintType GetType() const final { return Distance; } in GetType() function
239 ConstraintType GetType() const final { return Point; } in GetType() function
255 ConstraintType GetType() const final { return None; } in GetType() function
264 ConstraintType GetType() const final { return Empty; } in GetType() function
/external/pdfium/core/fxge/android/
Dcfpf_skiafilefont.cpp15 int32_t CFPF_SkiaFileFont::GetType() const { in GetType() function in CFPF_SkiaFileFont
Dcfpf_skiabufferfont.cpp14 int32_t CFPF_SkiaBufferFont::GetType() const { in GetType() function in CFPF_SkiaBufferFont
Dcfpf_skiafontdescriptor.cpp22 int32_t CFPF_SkiaFontDescriptor::GetType() const { in GetType() function in CFPF_SkiaFontDescriptor
Dcfpf_skiapathfont.cpp17 int32_t CFPF_SkiaPathFont::GetType() const { in GetType() function in CFPF_SkiaPathFont
/external/pdfium/fxbarcode/oned/
DBC_OnedCode128Writer.h39 BC_TYPE GetType() const { return m_codeFormat; } in GetType() function
/external/pdfium/core/fxcrt/css/
Dcfx_cssvalue.h14 CFX_CSSPrimitiveType GetType() const { return m_value; } in GetType() function
/external/pdfium/core/fxcrt/xml/
Dcfx_xmlchardata.cpp16 FX_XMLNODETYPE CFX_XMLCharData::GetType() const { in GetType() function in CFX_XMLCharData
Dcfx_xmltext.cpp16 FX_XMLNODETYPE CFX_XMLText::GetType() const { in GetType() function in CFX_XMLText
Dcfx_xmlinstruction.cpp20 FX_XMLNODETYPE CFX_XMLInstruction::GetType() const { in GetType() function in CFX_XMLInstruction
/external/perfetto/src/trace_processor/
Dargs_table.h56 Table::ColumnType GetType() const override { in GetType() function
/external/pdfium/core/fpdfapi/parser/
Dcpdf_null.cpp13 CPDF_Object::Type CPDF_Null::GetType() const { in GetType() function in CPDF_Null
/external/libchrome/ipc/
Dipc_mojo_handle_attachment.cc19 MessageAttachment::Type MojoHandleAttachment::GetType() const { in GetType() function in IPC::internal::MojoHandleAttachment
Dipc_platform_file_attachment_posix.cc21 MessageAttachment::Type PlatformFileAttachment::GetType() const { in GetType() function in IPC::internal::PlatformFileAttachment
/external/pdfium/core/fxge/
Dcfx_cliprgn.h23 ClipType GetType() const { return m_Type; } in GetType() function
/external/pdfium/xfa/fwl/
Dcfwl_message.h27 Type GetType() const { return m_type; } in GetType() function
/external/pdfium/core/fpdfapi/page/
Dcpdf_pathobject.cpp13 CPDF_PageObject::Type CPDF_PathObject::GetType() const { in GetType() function in CPDF_PathObject
Dcpdf_shadingobject.cpp18 CPDF_PageObject::Type CPDF_ShadingObject::GetType() const { in GetType() function in CPDF_ShadingObject
Dcpdf_formobject.cpp36 CPDF_PageObject::Type CPDF_FormObject::GetType() const { in GetType() function in CPDF_FormObject
/external/pdfium/fxbarcode/
Dcbc_datamatrix.cpp51 BC_TYPE CBC_DataMatrix::GetType() { in GetType() function in CBC_DataMatrix

1234567