Home
last modified time | relevance | path

Searched defs:GetInteger (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_boolean.cpp29 int CPDF_Boolean::GetInteger() const { in GetInteger() function in CPDF_Boolean
Dcpdf_number.cpp35 int CPDF_Number::GetInteger() const { in GetInteger() function in CPDF_Number
Dcpdf_reference.cpp33 int CPDF_Reference::GetInteger() const { in GetInteger() function in CPDF_Reference
Dcpdf_object.cpp54 int CPDF_Object::GetInteger() const { in GetInteger() function in CPDF_Object
Dcpdf_object_unittest.cpp231 TEST_F(PDFObjectsTest, GetInteger) { in TEST_F() argument
/external/pdfium/testing/libfuzzer/
Dpdf_codec_fax_fuzzer.cc11 static int GetInteger(const uint8_t* data) { in GetInteger() function
Dpdf_codec_jbig2_fuzzer.cc17 static uint32_t GetInteger(const uint8_t* data) { in GetInteger() function
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.h95 int GetInteger(uint32_t index) { return (int32_t)(GetNumber(index)); } in GetInteger() function
/external/libmojo/mojo/public/cpp/bindings/tests/
Dbinding_unittest.cc253 void GetInteger(const GetIntegerCallback& callback) override { in GetInteger() function in mojo::__anon9a3858bd0111::IntegerAccessorImpl
Dinterface_ptr_unittest.cc176 void GetInteger(const GetIntegerCallback& callback) override { in GetInteger() function in mojo::test::__anon865c61480111::IntegerAccessorImpl
/external/libchrome/base/
Dvalues.cc751 bool DictionaryValue::GetInteger(StringPiece path, int* out_value) const { in GetInteger() function in base::DictionaryValue
1129 bool ListValue::GetInteger(size_t index, int* out_value) const { in GetInteger() function in base::ListValue
/external/pdfium/core/fxcrt/
Dwidestring.cpp1056 int WideString::GetInteger() const { in GetInteger() function in fxcrt::WideString
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp364 int32_t CJX_Object::GetInteger(XFA_Attribute eAttr) { in GetInteger() function in CJX_Object