Home
last modified time | relevance | path

Searched defs:Tie (Results 1 – 25 of 119) sorted by relevance

12345

/dports/devel/simgear/simgear-2020.3.11/simgear/props/
H A Dtiedpropertylist.hxx51 …template<typename T> SGPropertyNode_ptr Tie( SGPropertyNode_ptr node, const SGRawValue<T> &rawValu… in Tie() function in simgear::TiedPropertyList
65 …template <class V> SGPropertyNode_ptr Tie( SGPropertyNode_ptr node, V * value, bool useDefault = t… in Tie() function in simgear::TiedPropertyList
69 …template <class V> SGPropertyNode_ptr Tie( const char * relative_path, V * value, bool useDefault … in Tie() function in simgear::TiedPropertyList
73 …template <class V> SGPropertyNode_ptr Tie( const char * relative_path, int prop_index, V * value, … in Tie() function in simgear::TiedPropertyList
77 …template <class V> SGPropertyNode_ptr Tie( SGPropertyNode_ptr node, V (*getter)(), void (*setter)(… in Tie() function in simgear::TiedPropertyList
81 …template <class V> SGPropertyNode_ptr Tie( const char * relative_path, V (*getter)(), void (*sette… in Tie() function in simgear::TiedPropertyList
85 …template <class V> SGPropertyNode_ptr Tie( const char * relative_path, int prop_index, V (*getter)… in Tie() function in simgear::TiedPropertyList
89 …template <class V> SGPropertyNode_ptr Tie( SGPropertyNode_ptr node, int index, V (*getter)(int), v… in Tie() function in simgear::TiedPropertyList
93 …template <class V> SGPropertyNode_ptr Tie( const char * relative_path, int index, V (*getter)(int)… in Tie() function in simgear::TiedPropertyList
101 …template <class T, class V> SGPropertyNode_ptr Tie( SGPropertyNode_ptr node, T * obj, V (T::*gette… in Tie() function in simgear::TiedPropertyList
[all …]
/dports/games/stockfish/Stockfish-sf_14/src/
H A Dmisc.cpp78 struct Tie: public streambuf { // MSVC requires split streambuf for cin and cout struct
80 Tie(streambuf* b, streambuf* l) : buf(b), logBuf(l) {} in Tie() argument
82 int sync() override { return logBuf->pubsync(), buf->pubsync(); } in sync()
83 int overflow(int c) override { return log(buf->sputc((char)c), "<< "); } in overflow()
84 int underflow() override { return buf->sgetc(); } in underflow()
85 int uflow() override { return log(buf->sbumpc(), ">> "); } in uflow()
87 streambuf *buf, *logBuf;
89 int log(int c, const char* prefix) { in log()
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/input_output/
H A DFGPropertyManager.cpp330 void FGPropertyManager::Tie (const string &name, bool *pointer, bool useDefault) in Tie() function in JSBSim::FGPropertyManager
348 void FGPropertyManager::Tie (const string &name, int *pointer, in Tie() function in JSBSim::FGPropertyManager
367 void FGPropertyManager::Tie (const string &name, long *pointer, in Tie() function in JSBSim::FGPropertyManager
386 void FGPropertyManager::Tie (const string &name, float *pointer, in Tie() function in JSBSim::FGPropertyManager
405 void FGPropertyManager::Tie (const string &name, double *pointer, bool useDefault) in Tie() function in JSBSim::FGPropertyManager
/dports/print/lilypond-devel/lilypond-2.23.5/lily/include/
H A Dtie.hh27 class Tie class
/dports/print/lilypond/lilypond-2.22.1/lily/include/
H A Dtie.hh27 class Tie class
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/javax/rmi/CORBA/
H A DTieTargetRecord.h31 class Tie; variable
H A DStubDelegateImpl.h32 class Tie; variable
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/javax/rmi/CORBA/
H A DTieTargetRecord.h31 class Tie; variable
H A DStubDelegateImpl.h32 class Tie; variable
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/javax/rmi/CORBA/
H A DTieTargetRecord.h31 class Tie; variable
H A DStubDelegateImpl.h32 class Tie; variable
/dports/devel/p5-LV/LV-0.006/examples/
H A Dbenchmarking.pl25 sub Tie :lvalue { subroutine
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/javax/rmi/CORBA/
H A DTieTargetRecord.h31 class Tie; variable
H A DStubDelegateImpl.h32 class Tie; variable
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/javax/rmi/CORBA/
H A DTieTargetRecord.h31 class Tie; variable
H A DStubDelegateImpl.h32 class Tie; variable
/dports/devel/p5-Hash-Util-FieldHash-Compat/Hash-Util-FieldHash-Compat-0.11/
H A Ddist.ini39 Tie::RefHash::Weak = 0.08 key
40 Tie::RefHash = 1.38 key
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/pept/presentation/
H A DTie.java41 public interface Tie { interface
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/pept/presentation/
H A DTie.java41 public interface Tie { interface
/dports/lang/gcc48/gcc-4.8.5/libjava/javax/rmi/CORBA/
H A DTie.h25 class Tie; variable
/dports/lang/gnat_util/gcc-6-20180516/libjava/javax/rmi/CORBA/
H A DTie.h25 class Tie; variable
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/javax/rmi/CORBA/
H A DTie.h25 class Tie; variable
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/javax/rmi/CORBA/
H A DTie.h25 class Tie; variable
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dtiemap.h20 class Tie; variable
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/javax/rmi/CORBA/
H A DTie.h25 class Tie; variable

12345