HomeSort by relevance Sort by last modified time
    Searched refs:GetType (Results 1 - 25 of 615) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/core/fxge/android/
cfpf_skiafilefont.cpp 15 int32_t CFPF_SkiaFileFont::GetType() const {
cfpf_skiabufferfont.cpp 14 int32_t CFPF_SkiaBufferFont::GetType() const {
cfpf_skiabufferfont.h 20 int32_t GetType() const override;
cfpf_skiapathfont.h 21 int32_t GetType() const override;
cfpf_skiafilefont.h 23 int32_t GetType() const override;
cfpf_skiafontdescriptor.h 19 virtual int32_t GetType() const;
cfpf_skiapathfont.cpp 17 int32_t CFPF_SkiaPathFont::GetType() const {
  /external/pdfium/core/fxcrt/css/
cfx_cssvalue.h 14 CFX_CSSPrimitiveType GetType() const { return m_value; }
  /art/runtime/
java_frame_root_info.cc 26 os << "Type=" << GetType() << " thread_id=" << GetThreadId() << " location=" <<
  /external/pdfium/core/fpdfapi/parser/
cpdf_null.h 19 Type GetType() const override;
cpdf_null.cpp 13 CPDF_Object::Type CPDF_Null::GetType() const {
  /external/pdfium/core/fxcrt/xml/
cfx_xmlchardata.h 20 FX_XMLNODETYPE GetType() const override;
cfx_xmlchardata.cpp 16 FX_XMLNODETYPE CFX_XMLCharData::GetType() const {
cfx_xmlelement.h 22 FX_XMLNODETYPE GetType() const override;
cfx_xmltext.cpp 16 FX_XMLNODETYPE CFX_XMLText::GetType() const {
cfx_xmltext.h 21 FX_XMLNODETYPE GetType() const override;
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorSycl.h 39 template<bool IsConst, typename T> struct GetType{
42 template<typename T> struct GetType<false, T>{
  /external/libmojo/ipc/
ipc_platform_file_attachment_posix.cc 22 MessageAttachment::Type PlatformFileAttachment::GetType() const {
33 DCHECK_EQ(attachment->GetType(), MessageAttachment::Type::PLATFORM_FILE);
ipc_message_attachment.h 19 // or a mojo |MessagePipe|. |GetType()| returns the type of the subclass.
24 virtual Type GetType() const = 0;
ipc_mojo_handle_attachment.cc 20 MessageAttachment::Type MojoHandleAttachment::GetType() const {
ipc_mojo_handle_attachment.h 27 Type GetType() const override;
  /external/pdfium/core/fpdfapi/page/
cpdf_pathobject.h 21 Type GetType() const override;
  /external/pdfium/fxbarcode/
cbc_code128.h 26 BC_TYPE GetType() override;
cbc_code39.h 27 BC_TYPE GetType() override;
cbc_datamatrix.h 26 BC_TYPE GetType() override;

Completed in 767 milliseconds

1 2 3 4 5 6 7 8 91011>>