Home
last modified time | relevance | path

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

12345

/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/lldb/include/lldb/Interpreter/
DOptionValueArgs.h38 GetType() const in GetType() function
DOptionValuePathMappings.h42 GetType () const in GetType() function
DOptionValueRegex.h43 GetType () const in GetType() function
DOptionValueUUID.h47 GetType () const in GetType() function
DOptionValueDictionary.h44 GetType () const in GetType() function
DOptionValueFileSpecList.h48 GetType () const in GetType() function
DOptionValueProperties.h51 GetType () const in GetType() function
DOptionValueFormat.h49 GetType () const in GetType() function
DOptionValueBoolean.h48 GetType () const in GetType() function
DOptionValueFileSpec.h42 GetType () const in GetType() function
DOptionValueUInt64.h64 GetType () const in GetType() function
DOptionValueEnumeration.h49 GetType () const in GetType() function
DOptionValueArch.h65 GetType () const in GetType() function
/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/lldb/include/lldb/Breakpoint/
DBreakpointSite.h247 GetType () const in GetType() function
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/
Db2Shape.h96 inline b2Shape::Type b2Shape::GetType() const in GetType() function
/external/lldb/include/lldb/DataFormatters/
DTypeSummary.h389 GetType () in GetType() function
459 GetType () in GetType() function
533 GetType () in GetType() function
/external/lldb/include/lldb/Target/
DCPPLanguageRuntime.h78 GetType () const in GetType() function
/external/lldb/include/lldb/Core/
DEvent.h158 GetType () const in GetType() function
/external/pdfium/core/src/fpdfdoc/
Dtagged_int.h49 const CFX_ByteString& GetType() const override { return m_Type; } in GetType() function

12345