Home
last modified time | relevance | path

Searched defs:get_cdata (Results 1 – 11 of 11) sorted by relevance

/dports/textproc/erlang-fast_xml/fast_xml-1.1.47/src/
H A Dfxml.erl123 get_cdata(L) -> function
130 get_cdata([{xmlcdata, CData} | L], S) -> function
132 get_cdata([_ | L], S) -> get_cdata(L, S); function
133 get_cdata([], S) -> S. function
/dports/textproc/p5-XML-Stream/XML-Stream-1.24/lib/XML/Stream/
H A DNode.pm261 sub get_cdata subroutine
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/
H A Dscan_gps_lg.cpp43 string get_cdata(string text) { in get_cdata() function
/dports/sysutils/afflib/AFFLIBv3-3.7.16/tools/
H A Daffdiskprint.cpp285 bool get_cdata; // this is cdata worth getting member in diskprintReader
H A Daffverify.cpp103 bool get_cdata; member in segmenthash
/dports/games/spacejunk/spacejunk-1.0.5/sge030809/
H A Dsge_shape.h289 sge_cdata* get_cdata(void){return current_frame->cdata;} in get_cdata() function
/dports/textproc/stardict3/stardict-3.0.6/tools/src/
H A Dkingsoft.cpp56 gchar *get_cdata(gchar *data) in get_cdata() function
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Darchimedean.cpp1517 EX map<gp::loc, cdata>& get_cdata() { return ((arcm::hrmap_archimedean*) (currentmap))->eucdata; } in get_cdata() function
H A Deuclid.cpp1194 EX map<gp::loc, cdata>& get_cdata() { return eucmap()->eucdata; } in get_cdata() function
/dports/science/madness/madness-ebb3fd7/src/madness/mra/
H A Dmraimpl.h308 const FunctionCommonData<T,NDIM>& FunctionImpl<T,NDIM>::get_cdata() const {return cdata;} in get_cdata() function
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenodes.h4604 rchandle<CDataSection> get_cdata() const { return cdata_h; } in get_cdata() function