Home
last modified time | relevance | path

Searched refs:getHexValue64 (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_processors/processors/
H A Djuce_PluginDescription.cpp89 lastFileModTime = Time (xml.getStringAttribute ("fileTime").getHexValue64()); in loadFromXml()
90 lastInfoUpdateTime = Time (xml.getStringAttribute ("infoUpdateTime").getHexValue64()); in loadFromXml()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_processors/processors/
H A Djuce_PluginDescription.cpp89 lastFileModTime = Time (xml.getStringAttribute ("fileTime").getHexValue64()); in loadFromXml()
90 lastInfoUpdateTime = Time (xml.getStringAttribute ("infoUpdateTime").getHexValue64()); in loadFromXml()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/Components/
H A Djucer_ComponentTypeHandler.cpp191 setComponentId (comp, xml.getStringAttribute ("id").getHexValue64()); in restoreFromXml()
225 int64 compId = comp->getProperties() ["jucerCompId"].toString().getHexValue64(); in getComponentId()
247 rp.relativeToX = comp->getProperties() ["relativeToX"].toString().getHexValue64(); in getComponentPosition()
248 rp.relativeToY = comp->getProperties() ["relativeToY"].toString().getHexValue64(); in getComponentPosition()
249 rp.relativeToW = comp->getProperties() ["relativeToW"].toString().getHexValue64(); in getComponentPosition()
250 rp.relativeToH = comp->getProperties() ["relativeToH"].toString().getHexValue64(); in getComponentPosition()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_plugin_client/VST/
H A Djuce_VST_Wrapper.mm50 comp->getProperties() ["dummyViewRef"].toString().getHexValue64();
200 … comp->getProperties() ["boundsEventRef"].toString().getHexValue64();
206 … comp->getProperties() ["dummyViewRef"].toString().getHexValue64();
258 … component->getProperties() ["dummyViewRef"].toString().getHexValue64())
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_plugin_client/utility/
H A Djuce_CarbonVisibility.h72 comp->getProperties() ["carbonEventRef"].toString().getHexValue64()); in removeWindowHidingHooks()
/dports/devel/juce/JUCE-f37e9a1/extras/UnitTestRunner/Source/
H A DMain.cpp82 return seedValueString.getHexValue64(); in main()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/UI/
H A Djucer_RelativePositionedRectangle.h723 ….getStringAttribute ("posRelativeX", String::toHexString (defaultPos.relativeToX)).getHexValue64(); in restoreFromXml()
724 ….getStringAttribute ("posRelativeY", String::toHexString (defaultPos.relativeToY)).getHexValue64(); in restoreFromXml()
725 ….getStringAttribute ("posRelativeW", String::toHexString (defaultPos.relativeToW)).getHexValue64(); in restoreFromXml()
726 ….getStringAttribute ("posRelativeH", String::toHexString (defaultPos.relativeToH)).getHexValue64(); in restoreFromXml()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/LiveBuildEngine/
H A Djucer_CppHelpers.h38 result = text.fromFirstOccurrenceOf ("x", false, true).getHexValue64(); in parseHexInt()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_extra/misc/
H A Djuce_LiveConstantEditor.cpp103 return s.substring(2).getHexValue64(); in JUCE_IMPLEMENT_SINGLETON()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_extra/misc/
H A Djuce_LiveConstantEditor.cpp103 return s.substring(2).getHexValue64(); in JUCE_IMPLEMENT_SINGLETON()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/native/
H A Djuce_linux_Network.cpp193 auto chunkSize = chunkLengthBuffer.toString().trimStart().getHexValue64(); in read()
/dports/audio/carla/Carla-2.4.1/source/modules/water/text/
H A DString.h964 int64 getHexValue64() const noexcept;
H A DString.cpp1879 int64 String::getHexValue64() const noexcept { return CharacterFunctions::HexParser<int64>::pars… in getHexValue64() function in water::String
/dports/devel/juce/JUCE-f37e9a1/modules/juce_product_unlocking/marketplace/
H A Djuce_OnlineUnlockStatus.cpp170 data.expiryTime = Time (xml.getStringAttribute ("expiryTime").getHexValue64()); in getDataFromKeyFile()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/native/
H A Djuce_linux_Network.cpp199 auto chunkSize = chunkLengthBuffer.toString().trimStart().getHexValue64(); in read()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/native/
H A Djuce_linux_Network.cpp202 auto chunkSize = chunkLengthBuffer.toString().trimStart().getHexValue64(); in findAllAddresses()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/text/
H A Djuce_String.h1093 int64 getHexValue64() const noexcept;
H A Djuce_String.cpp1963 int64 String::getHexValue64() const noexcept { return CharacterFunctions::HexParser<int64>::pars… in getHexValue64() function in juce::String
2583 expect (s.getHexValue64() == (int64) 0x12345678); in runTest()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/text/
H A Djuce_String.h1092 int64 getHexValue64() const noexcept;
H A Djuce_String.cpp1963 int64 String::getHexValue64() const noexcept { return CharacterFunctions::HexParser<int64>::pars… in getHexValue64() function in juce::String
2581 expect (s.getHexValue64() == (int64) 0x12345678); in runTest()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/text/
H A Djuce_String.h1049 int64 getHexValue64() const noexcept;
H A Djuce_String.cpp1957 int64 String::getHexValue64() const noexcept { return CharacterFunctions::HexParser<int64>::pars… in getHexValue64() function in juce::String
2577 expect (s.getHexValue64() == (int64) 0x12345678); in runTest()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/
H A Djucer_ComponentLayout.cpp492 .toString().getHexValue64()); in getComponentRelativePosTarget()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/javascript/
H A Djuce_Javascript.cpp1781 return s[0] == '0' ? (s[1] == 'x' ? s.substring(2).getHexValue64() : getOctalValue (s)) in parseInt()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/javascript/
H A Djuce_Javascript.cpp1781 return s[0] == '0' ? (s[1] == 'x' ? s.substring(2).getHexValue64() : getOctalValue (s)) in parseInt()

12