Home
last modified time | relevance | path

Searched defs:readValue (Results 1 – 25 of 1065) sorted by relevance

12345678910>>...43

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/
H A DdxfReader.h81 virtual bool readValue(std::ifstream& /*f*/, std::string& /*s*/) { return false; } in readValue() function
82 virtual bool readValue(std::ifstream& /*f*/, bool& /*b*/) { return false; } in readValue() function
83 virtual bool readValue(std::ifstream& /*f*/, short& /*s*/) { return false; } in readValue() function
84 virtual bool readValue(std::ifstream& /*f*/, int& /*i*/) { return false; } in readValue() function
85 virtual bool readValue(std::ifstream& /*f*/, long& /*l*/) { return false; } in readValue() function
86 virtual bool readValue(std::ifstream& /*f*/, double& /*d*/) { return false; } in readValue() function
H A DdxfReader.cpp108 bool readerText::readValue(std::ifstream& f, string &s) in readValue() function in readerText
118 bool readerText::readValue(std::ifstream& f, bool &b) in readValue() function in readerText
127 bool readerText::readValue(std::ifstream& f, short &s) in readValue() function in readerText
136 bool readerText::readValue(std::ifstream& f, int &i) in readValue() function in readerText
146 bool readerText::readValue(std::ifstream& f, long &l) in readValue() function in readerText
155 bool readerText::readValue(std::ifstream& f, double &d) in readValue() function in readerText
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/
H A DdxfReader.h81 virtual bool readValue(std::ifstream& /*f*/, std::string& /*s*/) { return false; } in readValue() function
82 virtual bool readValue(std::ifstream& /*f*/, bool& /*b*/) { return false; } in readValue() function
83 virtual bool readValue(std::ifstream& /*f*/, short& /*s*/) { return false; } in readValue() function
84 virtual bool readValue(std::ifstream& /*f*/, int& /*i*/) { return false; } in readValue() function
85 virtual bool readValue(std::ifstream& /*f*/, long& /*l*/) { return false; } in readValue() function
86 virtual bool readValue(std::ifstream& /*f*/, double& /*d*/) { return false; } in readValue() function
H A DdxfReader.cpp108 bool readerText::readValue(std::ifstream& f, string &s) in readValue() function in readerText
118 bool readerText::readValue(std::ifstream& f, bool &b) in readValue() function in readerText
127 bool readerText::readValue(std::ifstream& f, short &s) in readValue() function in readerText
136 bool readerText::readValue(std::ifstream& f, int &i) in readValue() function in readerText
146 bool readerText::readValue(std::ifstream& f, long &l) in readValue() function in readerText
155 bool readerText::readValue(std::ifstream& f, double &d) in readValue() function in readerText
/dports/www/domoticz/domoticz-2020.2/hardware/1Wire/
H A D1WireByOWFS.cpp195 std::string readValue=readRawData(std::string(device.filename+"/temperature")); in GetTemperature() local
206 std::string readValue=readRawData(std::string(device.filename+"/humidity")); in GetHumidity() local
219 std::string readValue=readRawData(std::string(realFilename+"/pressure")); in GetPressure() local
266 std::string readValue=readRawData(fileName); in GetLightState() local
297 std::string readValue=readRawData(std::string(device.filename+"/channels")); in GetNbChannels() local
306 …std::string readValue=readRawData(std::string(device.filename+"/counter.").append(1,'A'+(char)unit… in GetCounter() local
335 std::string readValue=readRawData(fileName); in GetVoltage() local
344 std::string readValue=readRawData(std::string(device.filename+"/S3-R1-A/illuminance")); in GetIlluminance() local
354 std::string readValue = readRawData(std::string(device.filename + "/wiper")); in GetWiper() local
/dports/security/steghide/steghide-0.5.1/src/
H A DAuData.h30 inline BYTE AuMuLawAudioData::readValue (BinaryIO* io) const { return (io->read8()) ; } in readValue() function
37 inline SBYTE AuPCM8AudioData::readValue (BinaryIO* io) const { return ((SBYTE) io->read8()) ; } in readValue() function
44 inline SWORD16 AuPCM16AudioData::readValue (BinaryIO* io) const { return ((SWORD16) io->read16_be()… in readValue() function
51 inline SWORD32 AuPCM32AudioData::readValue (BinaryIO* io) const { return ((SWORD32) io->read32_be()… in readValue() function
/dports/science/py-rmf/rmf-1.3.1/src/avrocpp/api/
H A DReader.hh48 void readValue(Null &) { validator_.checkTypeExpected(AVRO_NULL); } in readValue() function in internal_avro::ReaderImpl
50 void readValue(bool &val) { in readValue() function in internal_avro::ReaderImpl
57 void readValue(int32_t &val) { in readValue() function in internal_avro::ReaderImpl
63 void readValue(int64_t &val) { in readValue() function in internal_avro::ReaderImpl
69 void readValue(float &val) { in readValue() function in internal_avro::ReaderImpl
79 void readValue(double &val) { in readValue() function in internal_avro::ReaderImpl
89 void readValue(std::string &val) { in readValue() function in internal_avro::ReaderImpl
/dports/devel/avro-cpp/avro-cpp-1.11.0/api/
H A DReader.hh49 void readValue(Null &) { in readValue() function in avro::ReaderImpl
53 void readValue(bool &val) { in readValue() function in avro::ReaderImpl
60 void readValue(int32_t &val) { in readValue() function in avro::ReaderImpl
66 void readValue(int64_t &val) { in readValue() function in avro::ReaderImpl
72 void readValue(float &val) { in readValue() function in avro::ReaderImpl
82 void readValue(double &val) { in readValue() function in avro::ReaderImpl
92 void readValue(std::string &val) { in readValue() function in avro::ReaderImpl
/dports/science/rmf/rmf-1.3.1/src/avrocpp/api/
H A DReader.hh48 void readValue(Null &) { validator_.checkTypeExpected(AVRO_NULL); } in readValue() function in internal_avro::ReaderImpl
50 void readValue(bool &val) { in readValue() function in internal_avro::ReaderImpl
57 void readValue(int32_t &val) { in readValue() function in internal_avro::ReaderImpl
63 void readValue(int64_t &val) { in readValue() function in internal_avro::ReaderImpl
69 void readValue(float &val) { in readValue() function in internal_avro::ReaderImpl
79 void readValue(double &val) { in readValue() function in internal_avro::ReaderImpl
89 void readValue(std::string &val) { in readValue() function in internal_avro::ReaderImpl
/dports/science/gromacs/gromacs-2021.4/src/gromacs/fileio/tests/
H A Dcheckpoint.cpp62 std::int64_t readValue = 0; in TEST() local
75 int64_t readValue = 0; in TEST() local
88 int64_t readValue = 0; in TEST() local
101 real readValue = 0; in TEST() local
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/IO/reader/
H A DPLYReader.cc795 void _PLYReader_::readValue(ValueType _type, std::istream& _in, float& _value) const { in readValue() function in OpenMesh::IO::_PLYReader_
821 void _PLYReader_::readValue(ValueType _type, std::istream& _in, double& _value) const { in readValue() function in OpenMesh::IO::_PLYReader_
847 void _PLYReader_::readValue(ValueType _type, std::istream& _in, unsigned char& _value) const{ in readValue() function in OpenMesh::IO::_PLYReader_
855 void _PLYReader_::readValue(ValueType _type, std::istream& _in, unsigned short& _value) const{ in readValue() function in OpenMesh::IO::_PLYReader_
863 void _PLYReader_::readValue(ValueType _type, std::istream& _in, signed char& _value) const{ in readValue() function in OpenMesh::IO::_PLYReader_
871 void _PLYReader_::readValue(ValueType _type, std::istream& _in, short& _value) const{ in readValue() function in OpenMesh::IO::_PLYReader_
879 void _PLYReader_::readValue(ValueType _type, std::istream& _in, unsigned int& _value) const { in readValue() function in OpenMesh::IO::_PLYReader_
927 void _PLYReader_::readValue(ValueType _type, std::istream& _in, int& _value) const { in readValue() function in OpenMesh::IO::_PLYReader_
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/common/
H A Dconfig_file.cpp159 std::string readValue = m_propertyTree.get<std::string>(section + "." + key); in GetStringProperty() local
189 int readValue = m_propertyTree.get<int>(section + "." + key); in GetIntProperty() local
248 float readValue = m_propertyTree.get<float>(section + "." + key); in GetFloatProperty() local
/dports/graphics/geomview/geomview-1.9.5/src/bin/geomutil/vrml2oogl/lib/
H A DQvSFFloat.c++6 QvSFFloat::readValue(QvInput *in) in readValue() function in QvSFFloat
H A DQvSFColor.c++6 QvSFColor::readValue(QvInput *in) in readValue() function in QvSFColor
H A DQvSFLong.c++6 QvSFLong::readValue(QvInput *in) in readValue() function in QvSFLong
H A DQvSFMatrix.c++6 QvSFMatrix::readValue(QvInput *in) in readValue() function in QvSFMatrix
H A DQvSFRotation.c++6 QvSFRotation::readValue(QvInput *in) in readValue() function in QvSFRotation
H A DQvSFVec2f.c++6 QvSFVec2f::readValue(QvInput *in) in readValue() function in QvSFVec2f
H A DQvSFString.c++6 QvSFString::readValue(QvInput *in) in readValue() function in QvSFString
H A DQvSFVec3f.c++6 QvSFVec3f::readValue(QvInput *in) in readValue() function in QvSFVec3f
H A DQvSFBool.c++7 QvSFBool::readValue(QvInput *in) in readValue() function in QvSFBool
/dports/security/klee/klee-2.2/test/VectorInstructions/
H A Doob-llvm-lt11.c34 uint32_t readValue = f[k]; in main() local
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DflexScan.cpp192 static void Compare(int* attrValue, int* readValue) in Compare()
617 int* readValue = NULL; in flexScanThread() local
1014 int* readValue, in setAttrValues()
1150 int* readValue) in readRows()
1241 static int scanReadRows(Ndb* pNdb, int* readValue) in scanReadRows()
1311 int* readValue, in scanUpdateRows()
1416 static int scanDeleteRows(Ndb* pNdb, int* readValue) in scanDeleteRows()
1592 int* readValue) in verifyDeleteRows()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DflexScan.cpp192 static void Compare(int* attrValue, int* readValue) in Compare()
617 int* readValue = NULL; in flexScanThread() local
1014 int* readValue, in setAttrValues()
1150 int* readValue) in readRows()
1241 static int scanReadRows(Ndb* pNdb, int* readValue) in scanReadRows()
1311 int* readValue, in scanUpdateRows()
1416 static int scanDeleteRows(Ndb* pNdb, int* readValue) in scanDeleteRows()
1592 int* readValue) in verifyDeleteRows()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/test/ndbapi/
H A DflexScan.cpp192 static void Compare(int* attrValue, int* readValue) in Compare()
617 int* readValue = NULL; in flexScanThread() local
1014 int* readValue, in setAttrValues()
1150 int* readValue) in readRows()
1241 static int scanReadRows(Ndb* pNdb, int* readValue) in scanReadRows()
1311 int* readValue, in scanUpdateRows()
1416 static int scanDeleteRows(Ndb* pNdb, int* readValue) in scanDeleteRows()
1592 int* readValue) in verifyDeleteRows()

12345678910>>...43