Home
last modified time | relevance | path

Searched refs:cstr_1 (Results 1 – 13 of 13) sorted by relevance

/dports/math/qhull8/qhull-8.0.2/src/libqhullcpp/
H A DRoadLogEvent.h31 const char *cstr_1; //! Cstr argument (%s) -- type checked at construct-time member
45 …int d2, float f, const char *s) : format_string(fmt), int_1(d), int_2(d2), float_1(f), cstr_1(s) {} in RoadLogEvent()
59 const char * cstr1() const { return cstr_1; } in cstr1()
H A DRoadLogEvent.cpp87 os << cstr_1; in toString()
H A DRoadError.cpp60 log_event.cstr_1= error_message.c_str(); // overwrites initial value in RoadError()
/dports/math/libmesh/libmesh-1.6.2/contrib/qhull/2012.1/src/libqhullcpp/
H A DRoadLogEvent.h31 const char *cstr_1; //! Cstr argument (%s) -- type checked at construct-time member
45 …nt d2, float f, const char *s) : format_string(fmt), int_1(d), int_2(d2), float_1(f), cstr_1(s) {}; in RoadLogEvent()
59 const char *cstr1() const { return cstr_1; }; in cstr1()
H A DRoadLogEvent.cpp80 os << cstr_1; in toString()
H A DRoadError.cpp60 log_event.cstr_1= error_message.c_str(); // overwrites initial value in RoadError()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/qhull/src/libqhullcpp/
H A DRoadLogEvent.h31 const char *cstr_1; //! Cstr argument (%s) -- type checked at construct-time member
45 …nt d2, float f, const char *s) : format_string(fmt), int_1(d), int_2(d2), float_1(f), cstr_1(s) {}; in RoadLogEvent()
59 const char * cstr1() const { return cstr_1; }; in cstr1()
H A DRoadLogEvent.cpp80 os << cstr_1; in toString()
H A DRoadError.cpp60 log_event.cstr_1= error_message.c_str(); // overwrites initial value in RoadError()
/dports/math/qhull/qhull-7.3.2/src/libqhullcpp/
H A DRoadLogEvent.h31 const char *cstr_1; //! Cstr argument (%s) -- type checked at construct-time
45 …int d2, float f, const char *s) : format_string(fmt), int_1(d), int_2(d2), float_1(f), cstr_1(s) {}
59 const char * cstr1() const { return cstr_1; }
H A DRoadLogEvent.cpp80 os << cstr_1;
H A DRoadError.cpp60 log_event.cstr_1= error_message.c_str(); // overwrites initial value in RoadError()
/dports/x11-toolkits/open-motif/motif-2.3.8/clients/uil/
H A DUilSemVal.c2805 XmString cstr_1; local
2887 cstr_1 =
2893 cstr_1 = XmStringConcatAndFree(cstr_1,
2896 cstr_r = XmStringConcatAndFree(cstr_r, cstr_1);