Home
last modified time | relevance | path

Searched refs:wxJSONTYPE_MEMORYBUFF (Results 1 – 18 of 18) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/plugins/dashboard_pi/src/wxJSON/
H A Djsonval.cpp378 wxJSONRefData* data = Init( wxJSONTYPE_MEMORYBUFF ); in wxJSONValue()
399 wxJSONRefData* data = Init( wxJSONTYPE_MEMORYBUFF ); in wxJSONValue()
845 if ( type == wxJSONTYPE_MEMORYBUFF ) { in IsMemoryBuff()
1006 case wxJSONTYPE_MEMORYBUFF : in AsString()
1697 if ( data->m_type == wxJSONTYPE_MEMORYBUFF ) { in Cat()
2055 wxJSONRefData* data = SetType( wxJSONTYPE_MEMORYBUFF ); in operator =()
2516 case wxJSONTYPE_MEMORYBUFF : in IsSameAs()
2818 wxJSON_ASSERT((type >= wxJSONTYPE_INVALID) && (type <= wxJSONTYPE_MEMORYBUFF)); in SetType()
2819 if ( (type < wxJSONTYPE_INVALID) || (type > wxJSONTYPE_MEMORYBUFF) ) { in SetType()
2860 case wxJSONTYPE_MEMORYBUFF: in SetType()
H A Djsonwriter.cpp435 case wxJSONTYPE_MEMORYBUFF : in DoWrite()
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/src/
H A Djsonval.cpp378 wxJSONRefData* data = Init( wxJSONTYPE_MEMORYBUFF ); in wxJSONValue()
399 wxJSONRefData* data = Init( wxJSONTYPE_MEMORYBUFF ); in wxJSONValue()
845 if ( type == wxJSONTYPE_MEMORYBUFF ) { in IsMemoryBuff()
1006 case wxJSONTYPE_MEMORYBUFF : in AsString()
1697 if ( data->m_type == wxJSONTYPE_MEMORYBUFF ) { in Cat()
2055 wxJSONRefData* data = SetType( wxJSONTYPE_MEMORYBUFF ); in operator =()
2516 case wxJSONTYPE_MEMORYBUFF : in IsSameAs()
2818 wxJSON_ASSERT((type >= wxJSONTYPE_INVALID) && (type <= wxJSONTYPE_MEMORYBUFF)); in SetType()
2819 if ( (type < wxJSONTYPE_INVALID) || (type > wxJSONTYPE_MEMORYBUFF) ) { in SetType()
2860 case wxJSONTYPE_MEMORYBUFF: in SetType()
H A Djsonval.h67 wxJSONTYPE_MEMORYBUFF /*!< the object contains a binary memory buffer */ enumerator
H A Djsonwriter.cpp435 case wxJSONTYPE_MEMORYBUFF : in DoWrite()
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/wmm_pi/src/
H A Djsonval.cpp381 wxJSONRefData* data = Init( wxJSONTYPE_MEMORYBUFF ); in wxJSONValue()
402 wxJSONRefData* data = Init( wxJSONTYPE_MEMORYBUFF ); in wxJSONValue()
848 if ( type == wxJSONTYPE_MEMORYBUFF ) { in IsMemoryBuff()
1009 case wxJSONTYPE_MEMORYBUFF : in AsString()
1700 if ( data->m_type == wxJSONTYPE_MEMORYBUFF ) { in Cat()
2060 wxJSONRefData* data = SetType( wxJSONTYPE_MEMORYBUFF ); in operator =()
2521 case wxJSONTYPE_MEMORYBUFF : in IsSameAs()
2823 wxJSON_ASSERT((type >= wxJSONTYPE_INVALID) && (type <= wxJSONTYPE_MEMORYBUFF)); in SetType()
2824 if ( (type < wxJSONTYPE_INVALID) || (type > wxJSONTYPE_MEMORYBUFF) ) { in SetType()
2865 case wxJSONTYPE_MEMORYBUFF: in SetType()
H A Djsonval.h71 wxJSONTYPE_MEMORYBUFF /*!< the object contains a binary memory buffer */ enumerator
H A Djsonwriter.cpp439 case wxJSONTYPE_MEMORYBUFF : in DoWrite()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxJSON/src/
H A Djsonval.cpp379 wxJSONRefData* data = Init( wxJSONTYPE_MEMORYBUFF ); in wxJSONValue()
400 wxJSONRefData* data = Init( wxJSONTYPE_MEMORYBUFF ); in wxJSONValue()
846 if ( type == wxJSONTYPE_MEMORYBUFF ) { in IsMemoryBuff()
1007 case wxJSONTYPE_MEMORYBUFF : in AsString()
1698 if ( data->m_type == wxJSONTYPE_MEMORYBUFF ) { in Cat()
2058 wxJSONRefData* data = SetType( wxJSONTYPE_MEMORYBUFF ); in operator =()
2519 case wxJSONTYPE_MEMORYBUFF : in IsSameAs()
2821 wxJSON_ASSERT((type >= wxJSONTYPE_INVALID) && (type <= wxJSONTYPE_MEMORYBUFF)); in SetType()
2822 if ( (type < wxJSONTYPE_INVALID) || (type > wxJSONTYPE_MEMORYBUFF) ) { in SetType()
2863 case wxJSONTYPE_MEMORYBUFF: in SetType()
H A Djsonwriter.cpp437 case wxJSONTYPE_MEMORYBUFF : in DoWrite()
/dports/comms/trustedqsl/tqsl-2.4/apps/
H A Djsonval.cpp360 wxJSONRefData* data = Init(wxJSONTYPE_MEMORYBUFF); in wxJSONValue()
380 wxJSONRefData* data = Init(wxJSONTYPE_MEMORYBUFF); in wxJSONValue()
804 if (type == wxJSONTYPE_MEMORYBUFF) { in IsMemoryBuff()
961 case wxJSONTYPE_MEMORYBUFF : in AsString()
1613 if (data->m_type == wxJSONTYPE_MEMORYBUFF) { in Cat()
1953 wxJSONRefData* data = SetType(wxJSONTYPE_MEMORYBUFF); in operator =()
2400 case wxJSONTYPE_MEMORYBUFF : in IsSameAs()
2718 wxJSON_ASSERT((type >= wxJSONTYPE_INVALID) && (type <= wxJSONTYPE_MEMORYBUFF)); in SetType()
2719 if ((type < wxJSONTYPE_INVALID) || (type > wxJSONTYPE_MEMORYBUFF)) { in SetType()
2760 case wxJSONTYPE_MEMORYBUFF: in SetType()
H A Djsonval.h71 wxJSONTYPE_MEMORYBUFF /*!< the object contains a binary memory buffer */ enumerator
H A Djsonwriter.cpp425 case wxJSONTYPE_MEMORYBUFF : in DoWrite()
/dports/games/springlobby/springlobby-0.180/src/json/
H A Djsonval.cpp372 wxJSONRefData* data = Init( wxJSONTYPE_MEMORYBUFF ); in wxJSONValue()
393 wxJSONRefData* data = Init( wxJSONTYPE_MEMORYBUFF ); in wxJSONValue()
839 if ( type == wxJSONTYPE_MEMORYBUFF ) { in IsMemoryBuff()
1000 case wxJSONTYPE_MEMORYBUFF : in AsString()
1691 if ( data->m_type == wxJSONTYPE_MEMORYBUFF ) { in Cat()
2047 wxJSONRefData* data = SetType( wxJSONTYPE_MEMORYBUFF ); in operator =()
2508 case wxJSONTYPE_MEMORYBUFF : in IsSameAs()
2810 wxJSON_ASSERT((type >= wxJSONTYPE_INVALID) && (type <= wxJSONTYPE_MEMORYBUFF)); in SetType()
2811 if ( (type < wxJSONTYPE_INVALID) || (type > wxJSONTYPE_MEMORYBUFF) ) { in SetType()
2852 case wxJSONTYPE_MEMORYBUFF: in SetType()
H A Djsonwriter.cpp432 case wxJSONTYPE_MEMORYBUFF : in DoWrite()
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/dashboard_pi/include/wx/
H A Djsonval.h67 wxJSONTYPE_MEMORYBUFF /*!< the object contains a binary memory buffer */ enumerator
/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxJSON/include/wx/
H A Djsonval.h71 wxJSONTYPE_MEMORYBUFF /*!< the object contains a binary memory buffer */ enumerator
/dports/games/springlobby/springlobby-0.180/src/json/wx/
H A Djsonval.h71 wxJSONTYPE_MEMORYBUFF /*!< the object contains a binary memory buffer */ enumerator