Home
last modified time | relevance | path

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

123

/external/pdfium/xfa/include/fxbarcode/
DBC_BarCode.h118 BC_TYPE GetType() { return BC_CODE39; } in GetType() function
136 BC_TYPE GetType() { return BC_CODABAR; } in GetType() function
156 BC_TYPE GetType() { return BC_CODE128; } in GetType() function
173 BC_TYPE GetType() { return BC_EAN8; } in GetType() function
190 BC_TYPE GetType() { return BC_EAN13; } in GetType() function
207 BC_TYPE GetType() { return BC_UPCA; } in GetType() function
224 BC_TYPE GetType() { return BC_QR_CODE; } in GetType() function
239 BC_TYPE GetType() { return BC_PDF417; } in GetType() function
254 BC_TYPE GetType() { return BC_DATAMATRIX; } in GetType() function
/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.h29 virtual int32_t GetType() const { return FPF_SKIAFONTTYPE_Unknown; } in GetType() function
51 int32_t GetType() const override { return FPF_SKIAFONTTYPE_Path; } in GetType() function
68 int32_t GetType() const override { return FPF_SKIAFONTTYPE_File; } in GetType() function
77 int32_t GetType() const override { return FPF_SKIAFONTTYPE_Buffer; } in GetType() function
/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/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/opencv3/modules/cudev/include/opencv2/cudev/warp/detail/
Dreduce.hpp61 template <typename T> struct GetType<T*> struct
63 typedef T type;
66 template <typename T> struct GetType<volatile T*> struct
68 typedef T type;
71 template <typename T> struct GetType<T&> struct
73 typedef T type;
Dreduce_key_val.hpp60 template <typename T> struct GetType<T*> struct
62 typedef T type;
65 template <typename T> struct GetType<volatile T*> struct
67 typedef T type;
70 template <typename T> struct GetType<T&> struct
72 typedef T type;
/external/opencv3/modules/cudev/include/opencv2/cudev/block/detail/
Dreduce.hpp63 template <typename T> struct GetType<T*> struct
65 typedef T type;
68 template <typename T> struct GetType<volatile T*> struct
70 typedef T type;
73 template <typename T> struct GetType<T&> struct
75 typedef T type;
Dreduce_key_val.hpp62 template <typename T> struct GetType<T*> struct
64 typedef T type;
67 template <typename T> struct GetType<volatile T*> struct
69 typedef T type;
72 template <typename T> struct GetType<T&> struct
74 typedef T type;
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dreduce.hpp57 template <typename T> struct GetType<T*> struct
59 typedef T type;
61 template <typename T> struct GetType<volatile T*> struct
63 typedef T type;
65 template <typename T> struct GetType<T&> struct
67 typedef T type;
Dreduce_key_val.hpp57 template <typename T> struct GetType<T*> struct
59 typedef T type;
61 template <typename T> struct GetType<volatile T*> struct
63 typedef T type;
65 template <typename T> struct GetType<T&> struct
67 typedef T type;
/external/pdfium/xfa/src/fdp/src/xml/
Dfde_xml.h26 virtual FDE_XMLNODETYPE GetType() const { return FDE_XMLNODE_Unknown; } in GetType() function
56 virtual FDE_XMLNODETYPE GetType() const { return FDE_XMLNODE_Instruction; } in GetType() function
93 virtual FDE_XMLNODETYPE GetType() const { return FDE_XMLNODE_Element; } in GetType() function
128 virtual FDE_XMLNODETYPE GetType() const { return FDE_XMLNODE_Text; } in GetType() function
146 virtual FDE_XMLNODETYPE GetType() const { return FDE_XMLNODE_CharData; } in GetType() function
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_object.h28 virtual int32_t GetType() const { in GetType() function
90 virtual int32_t GetType() const { return FDE_BRUSHTYPE_Solid; } in GetType() function
115 virtual int32_t GetType() const { return FDE_BRUSHTYPE_Hatch; } in GetType() function
155 virtual int32_t GetType() const { return FDE_BRUSHTYPE_Texture; } in GetType() function
187 virtual int32_t GetType() const { return FDE_BRUSHTYPE_LinearGradient; } in GetType() function
/external/pdfium/core/src/fpdfdoc/
Dtagged_int.h49 const CFX_ByteString& GetType() const override { return m_Type; } in GetType() function
/external/pdfium/fpdfsdk/include/
Dfsdk_annothandler.h143 CFX_ByteString GetType() override { return CFX_ByteString("Widget"); } in GetType() function
245 virtual CFX_ByteString GetType() { return FSDK_XFAWIDGET_TYPENAME; } in GetType() function
Dfsdk_baseannot.h89 virtual CFX_ByteString GetType() const { return ""; } in GetType() function
/external/v8/src/compiler/
Dnode-properties.h146 static Type* GetType(Node* node) { in GetType() function
/external/pdfium/fpdfsdk/src/javascript/
DJS_Object.h89 int GetType() const { return m_nType; } in GetType() function
/external/gptfdisk/
Dgptpart.h59 PartType & GetType(void) {return partitionType;} in GetType() function
/external/webrtc/webrtc/modules/video_coding/test/
Dvideo_source.h68 webrtc::VideoType GetType() const { return _type; } in GetType() function
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_header_extension_unittest.cc92 TEST_F(RtpHeaderExtensionTest, GetType) { in TEST_F() argument
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DCommonTreeAdaptor.cs154 public override int GetType(object t) { in GetType() method in Antlr.Runtime.Tree.CommonTreeAdaptor
/external/libweave/third_party/chromium/base/
Dvalues.h75 Type GetType() const { return type_; } in GetType() function
/external/libchrome/base/
Dvalues.h76 Type GetType() const { return type_; } in GetType() function
/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstylesheet.h19 virtual FDE_CSSSELECTORTYPE GetType() const { return m_eType; } in GetType() function
/external/google-breakpad/src/common/linux/
Delf_core_dump.cc54 ElfCoreDump::Word ElfCoreDump::Note::GetType() const { in GetType() function in google_breakpad::ElfCoreDump::Note

123