Home
last modified time | relevance | path

Searched defs:unsafeGet (Results 1 – 18 of 18) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DNurseryAwareHashMap.h49 T* unsafeGet() { return &this->value; } in unsafeGet() function
50 T const* unsafeGet() const { return &this->value; } in unsafeGet() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DNurseryAwareHashMap.h53 T* unsafeGet() { return &this->value; } in unsafeGet() function
54 T const* unsafeGet() const { return &this->value; } in unsafeGet() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DNurseryAwareHashMap.h53 T* unsafeGet() { return &this->value; } in unsafeGet() function
54 T const* unsafeGet() const { return &this->value; } in unsafeGet() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DNurseryAwareHashMap.h53 T* unsafeGet() { return &this->value; } in unsafeGet() function
54 T const* unsafeGet() const { return &this->value; } in unsafeGet() function
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DNurseryAwareHashMap.h55 T* unsafeGet() { return &this->value; } in unsafeGet() function
56 T const* unsafeGet() const { return &this->value; } in unsafeGet() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DNurseryAwareHashMap.h53 T* unsafeGet() { return &this->value; } in unsafeGet() function
54 T const* unsafeGet() const { return &this->value; } in unsafeGet() function
/dports/lang/elm/elm-compiler-bootstrap-0.19.1/0.19.1/packages/elm/core/1.0.2/src/Elm/
H A DJsArray.elm106 unsafeGet = function
/dports/math/vampire/vampire-4.5.1/Lib/
H A DMultiCounter.hpp100 int unsafeGet(int v) const in unsafeGet() function in Lib::MultiCounter
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DRootingAPI.h348 T* unsafeGet() { return &ptr; } in unsafeGet() function
/dports/www/firefox/firefox-99.0/js/public/
H A DRootingAPI.h363 T* unsafeGet() { return &ptr; } in unsafeGet() function
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/multidim/implementations/
H A DmultiDimArray_tpl.h175 INLINE const GUM_SCALAR& MultiDimArray< GUM_SCALAR >::unsafeGet(Idx offset) const { in unsafeGet() function
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DRootingAPI.h343 T* unsafeGet() { return &ptr; } in unsafeGet() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DRootingAPI.h343 T* unsafeGet() { return &ptr; } in unsafeGet() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/js/
H A DRootingAPI.h244 T* unsafeGet() { return &ptr; } in unsafeGet() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/public/
H A DRootingAPI.h244 T* unsafeGet() { return &ptr; } in unsafeGet() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/public/
H A DRootingAPI.h275 T* unsafeGet() { return &ptr; } in unsafeGet() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DRootingAPI.h288 T* unsafeGet() { return &ptr; } in unsafeGet() function
/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DLogger.cpp284 Logger& Logger::unsafeGet(const std::string& name) in unsafeGet() function in Poco::Logger