Searched refs:GetType (Results 1 - 25 of 360) sorted by relevance

1234567891011>>

/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_null.cpp12 CPDF_Object::Type CPDF_Null::GetType() const { function in class:CPDF_Null
H A Dcpdf_null.h19 Type GetType() const override;
/external/pdfium/core/fxge/android/
H A Dcfpf_skiabufferfont.h19 int32_t GetType() const override { return FPF_SKIAFONTTYPE_Buffer; }
H A Dcfpf_skiafilefont.h22 int32_t GetType() const override { return FPF_SKIAFONTTYPE_File; }
H A Dcfpf_skiapathfont.h21 int32_t GetType() const override { return FPF_SKIAFONTTYPE_Path; }
/external/pdfium/xfa/fde/css/
H A Dcfde_cssvalue.h14 FDE_CSSPrimitiveType GetType() const { return m_value; } function in class:CFDE_CSSValue
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorSycl.h39 template<bool IsConst, typename T> struct GetType{ struct in namespace:Eigen::TensorSycl::internal
42 template<typename T> struct GetType<false, T>{ struct in namespace:Eigen::TensorSycl::internal
/external/libmojo/ipc/
H A Dipc_platform_file_attachment_posix.cc22 MessageAttachment::Type PlatformFileAttachment::GetType() const { function in class:IPC::internal::PlatformFileAttachment
33 DCHECK_EQ(attachment->GetType(), MessageAttachment::TYPE_PLATFORM_FILE);
H A Dipc_message_attachment.h18 // or a mojo |MessagePipe|. |GetType()| returns the type of the subclass.
27 virtual Type GetType() const = 0;
H A Dipc_mojo_handle_attachment.cc20 MessageAttachment::Type MojoHandleAttachment::GetType() const { function in class:IPC::internal::MojoHandleAttachment
H A Dipc_mojo_handle_attachment.h27 Type GetType() const override;
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_pathobject.h21 Type GetType() const override;
H A Dcpdf_shadingobject.h21 Type GetType() const override;
H A Dcpdf_formobject.h23 Type GetType() const override;
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCELF.h28 static unsigned GetType(const MCSymbolData &SD);
/external/pdfium/xfa/fwl/
H A Dcfx_barcode.cpp64 BC_TYPE CFX_Barcode::GetType() { function in class:CFX_Barcode
65 return m_pBCEngine ? m_pBCEngine->GetType() : BC_UNKNOWN;
89 switch (GetType()) {
108 switch (GetType()) {
127 switch (GetType()) {
146 switch (GetType()) {
164 switch (GetType()) {
183 switch (GetType()) {
204 switch (GetType()) {
225 switch (GetType()) {
[all...]
/external/pdfium/core/fpdfdoc/
H A Dcpdf_formcontrol.cpp36 ASSERT(GetType() == CPDF_FormField::CheckBox ||
37 GetType() == CPDF_FormField::RadioButton);
55 ASSERT(GetType() == CPDF_FormField::CheckBox ||
56 GetType() == CPDF_FormField::RadioButton);
97 ASSERT(GetType() == CPDF_FormField::CheckBox ||
98 GetType() == CPDF_FormField::RadioButton);
100 if (GetType() == CPDF_FormField::RadioButton ||
101 GetType() == CPDF_FormField::CheckBox) {
113 ASSERT(GetType() == CPDF_FormField::CheckBox ||
114 GetType()
[all...]
/external/pdfium/xfa/fxbarcode/
H A Dcbc_datamatrix.h28 BC_TYPE GetType() override;
H A Dcbc_ean13.h28 BC_TYPE GetType() override;
H A Dcbc_ean8.h28 BC_TYPE GetType() override;
H A Dcbc_pdf417i.h28 BC_TYPE GetType() override;
H A Dcbc_qrcode.h28 BC_TYPE GetType() override;
H A Dcbc_upca.h28 BC_TYPE GetType() override;
/external/v8/src/compiler/
H A Dtyped-optimization.cc45 Type* upper = NodeProperties::GetType(node);
116 Type* const input_type = NodeProperties::GetType(input);
131 Type* const object_type = NodeProperties::GetType(object);
137 Type* const map_type = NodeProperties::GetType(map);
152 Type* const input_type = NodeProperties::GetType(input);
162 Type* const object_type = NodeProperties::GetType(object);
190 Type* const input_type = NodeProperties::GetType(input);
199 Type* const input_type = NodeProperties::GetType(input);
212 Type* type = NodeProperties::GetType(node->InputAt(0));
214 type = Type::Union(type, NodeProperties::GetType(nod
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTreeNodeStream.cs161 return TreeAdaptor.GetType(o) == CharStreamConstants.EndOfFile;
165 return TreeAdaptor.GetType(LT(i));
209 int type = TreeAdaptor.GetType(o);
215 type = TreeAdaptor.GetType(o);

Completed in 6887 milliseconds

1234567891011>>