Home
last modified time | relevance | path

Searched refs:m_rep (Results 1 – 25 of 133) sorted by relevance

123456

/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dsymscope.h406 return m_rep ? m_rep->num_symbols () : 0; in num_symbols()
422 return m_rep ? m_rep->is_nested () : false; in is_nested()
427 return m_rep ? m_rep->is_parent () : false; in is_parent()
438 return m_rep ? m_rep->nesting_depth () : 0; in nesting_depth()
443 return m_rep ? m_rep->is_static () : false; in is_static()
578 return m_rep ? m_rep->name () : ""; in name()
589 return m_rep ? m_rep->fcn_name () : ""; in fcn_name()
646 return m_rep ? m_rep->fcn_file_name () : ""; in fcn_file_name()
651 return m_rep ? m_rep->dir_name () : ""; in dir_name()
689 return a.m_rep == b.m_rep;
[all …]
H A Dsymrec.h157 : m_rep (new symbol_record_rep (nm, sc)) in m_rep() function
162 : m_rep (new symbol_record_rep (nm, sc)) in m_rep() function
171 bool is_valid (void) const { return m_rep->is_valid (); } in is_valid()
185 std::string name (void) const { return m_rep->name (); } in name()
189 bool is_local (void) const { return m_rep->is_local (); } in is_local()
193 void mark_local (void) { m_rep->mark_local (); } in mark_local()
194 void mark_formal (void) { m_rep->mark_formal (); } in mark_formal()
197 void unmark_local (void) { m_rep->unmark_local (); } in unmark_local()
198 void unmark_formal (void) { m_rep->unmark_formal (); } in unmark_formal()
207 std::shared_ptr<symbol_record_rep> m_rep;
[all …]
H A Dgraphics-toolkit.h179 if (! m_rep) in graphics_toolkit()
191 return m_rep->is_valid ();
196 return m_rep->get_name (); in get_name()
201 m_rep->redraw_figure (go); in redraw_figure()
206 m_rep->show_figure (go); in show_figure()
244 m_rep->update (go, id); in update()
249 m_rep->update (h, id); in update()
260 return m_rep->initialize (h); in initialize()
268 m_rep->finalize (go); in finalize()
273 m_rep->finalize (h); in finalize()
[all …]
H A Dfcn-info.h244 : m_rep (new fcn_info_rep (nm)) { } in m_rep() function
281 return m_rep->built_in_function; in find_built_in_function()
286 return m_rep->cmdline_function; in find_cmdline_function()
291 return m_rep->find_autoload (); in find_autoload()
297 return m_rep->find_user_function (); in find_user_function()
314 m_rep->install_cmdline_function (f); in install_cmdline_function()
325 m_rep->install_user_function (f); in install_user_function()
330 m_rep->install_built_in_function (f); in install_built_in_function()
342 m_rep->clear_user_function (force);
347 m_rep->clear_autoload_function (force);
[all …]
H A Doct-stream.h353 if (m_rep) in error()
354 m_rep->error (msg); in error()
359 int file_number (void) { return m_rep ? m_rep->file_number () : -1; } in file_number()
363 bool ok (void) const { return m_rep && m_rep->ok (); } in ok()
377 return m_rep ? m_rep->encoding () : std::string (); in encoding()
382 return m_rep ? m_rep->input_stream () : nullptr; in input_stream()
387 return m_rep ? m_rep->output_stream () : nullptr; in output_stream()
390 void clearerr (void) { if (m_rep) m_rep->clearerr (); } in clearerr()
401 if (m_rep)
404 m_rep->clear ();
[all …]
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dqcstring.h214 return m_rep.empty() ? QCString() : QCString(m_rep.substr(0,len)); in left()
220 len<m_rep.size() ? QCString(m_rep.substr(m_rep.size()-len,len)) : in right()
289 if (!qisspace(m_rep[src])) result[dst++]=m_rep[src]; in removeWhiteSpace()
346 m_rep+=c; in append()
450 return m_rep.length()>=l && m_rep.compare(m_rep.length()-l, l, s, l)==0; in endsWith()
456 return m_rep.length()>=l && m_rep.compare(m_rep.length()-l, l, s.str())==0; in endsWith()
470 return m_rep; in str()
475 m_rep+=s.str();
481 m_rep+=s;
488 if (s) m_rep+=s;
[all …]
/dports/math/octave/octave-6.4.0/liboctave/util/
H A Doct-shlib.h125 dynamic_library (void) : m_rep (&s_nil_rep) { m_rep->m_count++; } in dynamic_library()
132 if (--m_rep->m_count == 0 && m_rep != &s_nil_rep) in ~dynamic_library()
133 delete m_rep; in ~dynamic_library() local
137 : m_rep (sl.m_rep) in dynamic_library()
139 m_rep->m_count++; in dynamic_library()
144 if (m_rep != sl.m_rep)
146 if (--m_rep->m_count == 0 && m_rep != &s_nil_rep)
147 delete m_rep; variable
149 m_rep = sl.m_rep;
157 { return (m_rep == sl.m_rep); }
[all …]
H A Doct-mutex.h65 : m_rep (m.m_rep) in mutex()
67 m_rep->m_count++; in mutex()
72 if (--m_rep->m_count == 0) in ~mutex()
73 delete m_rep; in ~mutex() local
78 if (m_rep != m.m_rep)
81 delete m_rep; variable
83 m_rep = m.m_rep;
84 m_rep->m_count++;
92 m_rep->lock (); in lock()
97 m_rep->unlock (); in unlock()
[all …]
H A Durl-transfer.h204 return m_rep->set_ostream (os); in set_ostream()
209 return m_rep->set_istream (is); in set_istream()
230 m_rep->rename (oldname, newname); in rename()
235 m_rep->put (file, is); in put()
240 m_rep->get (file, os); in get()
255 void dir (void) { m_rep->dir (); } in dir()
269 m_rep->http_get (param); in http_get()
274 m_rep->http_post (param); in http_post()
285 m_rep->cookie_jar (filename); in cookie_jar()
295 m_rep->form_data_post (param); in form_data_post()
[all …]
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Dustring.cpp508 m_rep = b.m_rep; in UString()
511 m_rep = a.m_rep; in UString()
522 m_rep = Rep::create(a.m_rep, 0, length); in UString()
793 } else if (m_rep->baseIsSelf() && m_rep->rc == 1) { in append()
806 m_rep = Rep::create(m_rep, 0, length); in append()
857 m_rep = Rep::create(m_rep, 0, length); in append()
910 m_rep = Rep::create(m_rep, 0, length + 1); in append()
989 …if (m_rep->rc == 1 && l <= m_rep->capacity && m_rep->baseIsSelf() && m_rep->offset == 0 && m_rep->… in set()
1309 if (m_rep->rc > 1 || !m_rep->baseIsSelf()) { in copyForWriting()
1319 if (s1.m_rep == s2.m_rep) { in operator ==()
[all …]
H A Dustring.h263 UString(const UString &s) : m_rep(s.m_rep) {} in UString()
264 UString &operator=(const UString &s) { m_rep = s.m_rep; return *this; }
393 return m_rep->data(); in data()
400 return (m_rep == &Rep::null); in isNull()
407 return (!m_rep->len); in isEmpty()
422 return m_rep->size(); in size()
484 return m_rep.get(); in rep()
488 assert(m_rep); in UString()
501 RefPtr<Rep> m_rep; variable
546 : m_rep(&Rep::null) in UString()
[all …]
/dports/math/gambit/gambit-16.0.1/library/include/gambit/
H A Dmixed.h150 MixedStrategyProfileRep<T> *m_rep;
153 : m_rep(p_rep) in MixedStrategyProfile()
173 { return (m_rep->m_support == p_profile.m_rep->m_support &&
174 m_rep->m_probs == p_profile.m_rep->m_probs); }
177 { return (m_rep->m_support != p_profile.m_rep->m_support ||
178 m_rep->m_probs != p_profile.m_rep->m_probs); }
187 { return m_rep->operator[](p_strategy); }
190 { return m_rep->operator[](p_strategy); }
210 void Normalize(void) { m_rep->Normalize(); } in Normalize()
213 void Randomize(void) { m_rep->Randomize(); } in Randomize()
[all …]
/dports/graphics/kooka/kooka-3ed25fb9a1a62b88240a4f0f403b1ad49cf0adeb/plugins/ocr/kadmos/
H A Docrkadmosengine.cpp103 m_rep.Init(c); in startProcess()
109 m_rep.getErrorText()), in startProcess()
114 m_rep.SetScaling(kadDia->getAutoScale()); in startProcess()
130 m_rep.SetImage(tmpFile); in startProcess()
132 m_rep.SetImage(img); in startProcess()
134 m_rep.run(); in startProcess()
176 if (m_rep.finished()) { in slotKadmosResult()
181 if (! m_rep.kadmosError()) { in slotKadmosResult()
182 int lines = m_rep.GetMaxLine(); in slotKadmosResult()
196 m_rep.End(); in slotKadmosResult()
[all …]
/dports/math/octave/octave-6.4.0/libinterp/octave-value/
H A Dov-fcn-handle.h255 return m_rep->subsref (type, idx, nargout); in subsref()
276 return m_rep->is_nested (frame); in is_nested()
289 return m_rep->make_weak_nested_handle (); in make_weak_nested_handle()
294 return m_rep->make_weak_anonymous_handle (); in make_weak_anonymous_handle()
303 return m_rep->function_value ();
308 return m_rep->user_function_value ();
320 return m_rep->workspace (); in workspace()
323 octave_scalar_map info (void) { return m_rep->info (); } in info()
327 m_rep->set_dispatch_class (class_name); in set_dispatch_class()
332 return m_rep->get_dispatch_class (); in get_dispatch_class()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Darchive.h205 wxArchiveIterator(const wxArchiveIterator& it) : m_rep(it.m_rep) { in wxArchiveIterator()
206 if (m_rep) in wxArchiveIterator()
207 m_rep->AddRef(); in wxArchiveIterator()
211 if (m_rep) in ~wxArchiveIterator()
212 m_rep->UnRef(); in ~wxArchiveIterator()
224 if (it.m_rep)
226 if (m_rep)
228 m_rep = it.m_rep;
233 m_rep = m_rep->Next();
244 return m_rep == j.m_rep;
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Darchive.h206 wxArchiveIterator(const wxArchiveIterator& it) : m_rep(it.m_rep) { in wxArchiveIterator()
207 if (m_rep) in wxArchiveIterator()
212 if (m_rep) in ~wxArchiveIterator()
213 m_rep->UnRef(); in ~wxArchiveIterator()
225 if (it.m_rep)
227 if (m_rep)
228 m_rep.UnRef();
229 m_rep = it.m_rep;
234 m_rep = m_rep->Next();
245 return m_rep == j.m_rep;
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Darchive.h206 wxArchiveIterator(const wxArchiveIterator& it) : m_rep(it.m_rep) { in wxArchiveIterator()
207 if (m_rep) in wxArchiveIterator()
212 if (m_rep) in ~wxArchiveIterator()
213 m_rep->UnRef(); in ~wxArchiveIterator()
225 if (it.m_rep)
227 if (m_rep)
228 m_rep.UnRef();
229 m_rep = it.m_rep;
234 m_rep = m_rep->Next();
245 return m_rep == j.m_rep;
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Darchive.h206 wxArchiveIterator(const wxArchiveIterator& it) : m_rep(it.m_rep) { in wxArchiveIterator()
207 if (m_rep) in wxArchiveIterator()
212 if (m_rep) in ~wxArchiveIterator()
213 m_rep->UnRef(); in ~wxArchiveIterator()
225 if (it.m_rep)
227 if (m_rep)
228 m_rep.UnRef();
229 m_rep = it.m_rep;
234 m_rep = m_rep->Next();
245 return m_rep == j.m_rep;
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Darchive.h201 wxArchiveIterator(const wxArchiveIterator& it) : m_rep(it.m_rep) { in wxArchiveIterator()
202 if (m_rep) in wxArchiveIterator()
203 m_rep->AddRef(); in wxArchiveIterator()
207 if (m_rep) in ~wxArchiveIterator()
208 m_rep->UnRef(); in ~wxArchiveIterator()
220 if (it.m_rep)
222 if (m_rep)
224 m_rep = it.m_rep;
229 m_rep = m_rep->Next();
240 return m_rep == j.m_rep;
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Darchive.h206 wxArchiveIterator(const wxArchiveIterator& it) : m_rep(it.m_rep) { in wxArchiveIterator()
207 if (m_rep) in wxArchiveIterator()
212 if (m_rep) in ~wxArchiveIterator()
213 m_rep->UnRef(); in ~wxArchiveIterator()
225 if (it.m_rep)
227 if (m_rep)
228 m_rep.UnRef();
229 m_rep = it.m_rep;
234 m_rep = m_rep->Next();
245 return m_rep == j.m_rep;
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Darchive.h205 wxArchiveIterator(const wxArchiveIterator& it) : m_rep(it.m_rep) { in wxArchiveIterator()
206 if (m_rep) in wxArchiveIterator()
207 m_rep->AddRef(); in wxArchiveIterator()
211 if (m_rep) in ~wxArchiveIterator()
212 m_rep->UnRef(); in ~wxArchiveIterator()
224 if (it.m_rep)
226 if (m_rep)
228 m_rep = it.m_rep;
233 m_rep = m_rep->Next();
244 return m_rep == j.m_rep;
[all …]
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/datatypes/fx/
H A Dsc_fxval.h804 : m_rep( new scfx_rep( *a.m_rep ) ), in sc_fxval()
856 delete m_rep; in DEFN_CTOR_T_A()
866 return m_rep; in get_rep()
874 delete m_rep; in set_rep() local
907 c.m_rep = sc_dt::neg_scfx_rep( *a.m_rep ); in neg()
1029 c.m_rep = sc_dt::fnc ## _scfx_rep( *a.m_rep, *tmp.m_rep ); \
1040 c.m_rep = sc_dt::fnc ## _scfx_rep( *tmp.m_rep, *b.m_rep ); \
1064 c.m_rep = sc_dt::fnc ## _scfx_rep( *a.m_rep, *b.m_rep ); \
1094 c.m_rep = sc_dt::lsh_scfx_rep( *a.m_rep, b ); in DEFN_BIN_FNC()
1104 c.m_rep = sc_dt::rsh_scfx_rep( *a.m_rep, b ); in rshift()
[all …]
H A Dsc_fxnum.h2763 delete m_rep; in DEFN_CTOR_T_A()
2773 return m_rep; in get_rep()
2811 delete c.m_rep; in neg()
2812 c.m_rep = sc_dt::neg_scfx_rep( *a.m_rep ); in neg()
2899 return sc_fxval( sc_dt::div_scfx_rep( *a.m_rep, *b.m_rep ) );
3033 c.m_rep = sc_dt::fnc ## _scfx_rep( *a.m_rep, *b.m_rep ); \
3119 c.m_rep = sc_dt::lsh_scfx_rep( *a.m_rep, b ); in lshift()
3130 c.m_rep = sc_dt::rsh_scfx_rep( *a.m_rep, b ); in rshift()
3232 *m_rep = *a.m_rep;
4968 c.m_rep = sc_dt::fnc ## _scfx_rep( *a.m_rep, *tmp.m_rep ); \
[all …]
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/notation/
H A DNoteCharacter.cpp34 m_rep(nullptr) in NoteCharacter()
41 m_rep(rep) in NoteCharacter()
47 m_rep(c.m_rep) in NoteCharacter()
58 m_rep = c.m_rep; in operator =()
101 if (!m_rep) { in draw()
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/Common/
H A DSmartPtr.h349 REP *m_rep; variable
375 m_rep->releaseAccess(); in ~CSyncAccess()
382 ASSERT( (m_rep != NULL) && (! m_rep->isNull()) );
386 m_rep->acquireAccess();
405 void *m_rep; variable
490 if( m_rep != ptr.m_rep ) in CopyFrom()
493 m_rep = ptr.m_rep; in CopyFrom()
550 return( m_rep == ptr.m_rep );
567 return( m_rep != ptr.m_rep );
592 return( (REP *)m_rep ); in GetRepPtr()
[all …]

123456