Searched defs:GetObjectType (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_object.h41 XFA_ObjectType GetObjectType() const { return m_objectType; } function in class:CXFA_Object
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_parser.cpp149 CPDF_Parser::ObjectType CPDF_Parser::GetObjectType(uint32_t objnum) const { function in class:CPDF_Parser
162 switch (GetObjectType(objnum)) {
175 return GetObjectType(objnum) == ObjectType::kFree;
368 if (GetObjectType(objnum) == ObjectType::kNotCompressed)
371 if (GetObjectType(objnum) == ObjectType::kCompressed) {
1134 if (GetObjectType(startnum + j) == ObjectType::kNull) {
1141 if (GetObjectType(startnum + j) != ObjectType::kFree)
1200 if (GetObjectType(objnum) == ObjectType::kNotCompressed ||
1201 GetObjectType(objnum) == ObjectType::kNull) {
1207 if (GetObjectType(objnu
[all...]
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc4732 GetObjectType(result, temp, temp2);
4739 void MacroAssembler::GetObjectType(Register object, function in class:v8::internal::MacroAssembler
5624 GetObjectType(object, t8, t8);
5652 GetObjectType(object, t8, t8);
5663 GetObjectType(object, t8, t8);
5674 GetObjectType(object, t8, t8);
5685 GetObjectType(object, t8, t8);
5695 GetObjectType(object, t8, t8);
5706 GetObjectType(object, t8, t8);

Completed in 221 milliseconds