HomeSort by relevance Sort by last modified time
    Searched refs:fxcrt (Results 1 - 25 of 32) sorted by null

1 2

  /external/pdfium/core/fxcrt/
autorestorer.h 8 namespace fxcrt { namespace
22 } // namespace fxcrt
24 using fxcrt::AutoRestorer;
string_pool_template.h 12 #include "core/fxcrt/fx_string.h"
14 namespace fxcrt { namespace
29 } // namespace fxcrt
31 using fxcrt::StringPoolTemplate;
fx_memory_unittest.cpp 5 #include "core/fxcrt/fx_memory.h"
23 TEST(fxcrt, DISABLED_FX_AllocOOM) {
32 TEST(fxcrt, FX_AllocOverflow) {
44 TEST(fxcrt, FX_AllocOverflow2D) {
53 TEST(fxcrt, DISABLED_FX_TryAllocOOM) {
62 TEST(fxcrt, FX_TryAllocOverflow) {
74 TEST(fxcrt, DISABLED_FXMEM_DefaultOOM) {
fx_extension_unittest.cpp 5 #include "core/fxcrt/fx_extension.h"
21 TEST(fxcrt, FXSYS_HexCharToInt) {
28 TEST(fxcrt, FXSYS_DecimalCharToInt) {
35 TEST(fxcrt, FXSYS_isDecimalDigit) {
42 TEST(fxcrt, FX_HashCode_Ascii) {
49 TEST(fxcrt, FX_HashCode_Wide) {
56 TEST(fxcrt, FXSYS_IntToTwoHexChars) {
74 TEST(fxcrt, FXSYS_IntToFourHexChars) {
86 TEST(fxcrt, FXSYS_ToUTF16BE) {
106 TEST(fxcrt, GetBits32)
    [all...]
shared_copy_on_write.h 10 #include "core/fxcrt/fx_system.h"
11 #include "core/fxcrt/retain_ptr.h"
13 namespace fxcrt { namespace
61 } // namespace fxcrt
63 using fxcrt::SharedCopyOnWrite;
fx_system_unittest.cpp 7 #include "core/fxcrt/fx_string.h"
8 #include "core/fxcrt/fx_system.h"
76 TEST(fxcrt, FXSYS_itoa_InvalidRadix) {
92 TEST(fxcrt, FXSYS_itoa) {
116 TEST(fxcrt, FXSYS_i64toa_InvalidRadix) {
132 TEST(fxcrt, FXSYS_i64toa) {
163 TEST(fxcrt, FXSYS_wcsftime) {
215 TEST(fxcrt, FXSYS_atoi) {
238 TEST(fxcrt, FXSYS_atoi64) {
260 TEST(fxcrt, FXSYS_wtoi)
    [all...]
retain_ptr.h 12 #include "core/fxcrt/fx_system.h"
14 namespace fxcrt { namespace
111 } // namespace fxcrt
113 using fxcrt::ReleaseDeleter;
114 using fxcrt::RetainPtr;
115 using fxcrt::Retainable;
observable.h 10 #include "core/fxcrt/fx_system.h"
13 namespace fxcrt { namespace
83 } // namespace fxcrt
85 using fxcrt::Observable;
unowned_ptr.h 37 namespace fxcrt { namespace
117 } // namespace fxcrt
119 using fxcrt::UnownedPtr;
maybe_owned.h 12 #include "core/fxcrt/fx_memory.h"
13 #include "core/fxcrt/fx_system.h"
15 namespace fxcrt { namespace
88 } // namespace fxcrt
90 using fxcrt::MaybeOwned;
weak_ptr.h 14 #include "core/fxcrt/fx_system.h"
15 #include "core/fxcrt/retain_ptr.h"
17 namespace fxcrt { namespace
88 } // namespace fxcrt
90 using fxcrt::WeakPtr;
string_data_template.h 10 #include "core/fxcrt/fx_memory.h"
11 #include "core/fxcrt/fx_system.h"
14 namespace fxcrt { namespace
115 } // namespace fxcrt
117 using fxcrt::StringDataTemplate;
fx_bidi_unittest.cpp 5 #include "core/fxcrt/fx_bidi.h"
16 TEST(fxcrt, BidiCharEmpty) {
27 TEST(fxcrt, BidiCharLeft) {
53 TEST(fxcrt, BidiCharLeftNeutralRight) {
87 TEST(fxcrt, BidiCharLeftRightLeft) {
121 TEST(fxcrt, BidiStringEmpty) {
127 TEST(fxcrt, BidiStringAllNeutral) {
156 TEST(fxcrt, BidiStringAllLeft) {
201 TEST(fxcrt, BidiStringAllRight) {
246 TEST(fxcrt, BidiStringLeftNeutralLeftRight)
    [all...]
string_view_template.h 16 #include "core/fxcrt/fx_system.h"
17 #include "core/fxcrt/unowned_ptr.h"
21 namespace fxcrt { namespace
244 } // namespace fxcrt
246 using ByteStringView = fxcrt::ByteStringView;
247 using WideStringView = fxcrt::WideStringView;
unowned_ptr_unittest.cpp 5 #include "core/fxcrt/unowned_ptr.h"
12 namespace fxcrt { namespace
142 } // namespace fxcrt
shared_copy_on_write_unittest.cpp 5 #include "core/fxcrt/shared_copy_on_write.h"
10 #include "core/fxcrt/retain_ptr.h"
13 namespace fxcrt { namespace
132 } // namespace fxcrt
string_pool_template_unittest.cpp 5 #include "core/fxcrt/string_pool_template.h"
6 #include "core/fxcrt/fx_string.h"
9 namespace fxcrt { namespace
97 } // namespace fxcrt
bytestring.h 15 #include "core/fxcrt/fx_system.h"
16 #include "core/fxcrt/retain_ptr.h"
17 #include "core/fxcrt/string_data_template.h"
18 #include "core/fxcrt/string_view_template.h"
21 namespace fxcrt { namespace
264 } // namespace fxcrt
266 using ByteString = fxcrt::ByteString;
widestring.h 14 #include "core/fxcrt/fx_memory.h"
15 #include "core/fxcrt/fx_system.h"
16 #include "core/fxcrt/retain_ptr.h"
17 #include "core/fxcrt/string_data_template.h"
18 #include "core/fxcrt/string_view_template.h"
22 namespace fxcrt { namespace
268 } // namespace fxcrt
270 using WideString = fxcrt::WideString;
bytestring.cpp 7 #include "core/fxcrt/bytestring.h"
15 #include "core/fxcrt/cfx_utf8decoder.h"
16 #include "core/fxcrt/fx_codepage.h"
17 #include "core/fxcrt/fx_extension.h"
18 #include "core/fxcrt/fx_safe_types.h"
19 #include "core/fxcrt/string_pool_template.h"
23 template class fxcrt::StringDataTemplate<char>;
24 template class fxcrt::StringViewTemplate<char>;
25 template class fxcrt::StringPoolTemplate<ByteString>;
93 namespace fxcrt { namespace
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_cross_ref_avail.h 13 #include "core/fxcrt/unowned_ptr.h"
44 fxcrt::RetainPtr<CPDF_ReadValidator> GetValidator();
46 fxcrt::UnownedPtr<CPDF_SyntaxParser> parser_;
cpdf_cross_ref_avail.cpp 209 fxcrt::RetainPtr<CPDF_ReadValidator> CPDF_CrossRefAvail::GetValidator() {
  /external/pdfium/testing/
fake_file_access.cpp 12 #include "core/fxcrt/fx_system.h"
35 fxcrt::UnownedPtr<FakeFileAccess> simulator_;
53 fxcrt::UnownedPtr<FakeFileAccess> simulator_;
72 fxcrt::UnownedPtr<FakeFileAccess> simulator_;
fake_file_access.h 10 #include "core/fxcrt/unowned_ptr.h"
34 fxcrt::UnownedPtr<FPDF_FILEACCESS> file_access_;
  /external/pdfium/core/fpdfapi/edit/
cpdf_creator.h 14 #include "core/fxcrt/fx_stream.h"
15 #include "core/fxcrt/maybe_owned.h"
16 #include "core/fxcrt/retain_ptr.h"
17 #include "core/fxcrt/unowned_ptr.h"
90 fxcrt::MaybeOwned<CPDF_SecurityHandler> m_pSecurityHandler;

Completed in 708 milliseconds

1 2