Home
last modified time | relevance | path

Searched refs:haveBase (Results 1 – 25 of 38) sorted by relevance

12

/dports/www/firefox/firefox-99.0/netwerk/protocol/about/
H A DnsAboutProtocolHandler.cpp317 bool haveBase; in ReadPrivate() local
318 rv = aStream->ReadBoolean(&haveBase); in ReadPrivate()
321 if (haveBase) { in ReadPrivate()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/about/
H A DnsAboutProtocolHandler.cpp357 bool haveBase; in NS_INTERFACE_MAP_END_INHERITING() local
358 rv = aStream->ReadBoolean(&haveBase); in NS_INTERFACE_MAP_END_INHERITING()
361 if (haveBase) { in NS_INTERFACE_MAP_END_INHERITING()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/about/
H A DnsAboutProtocolHandler.cpp358 bool haveBase; in ReadPrivate() local
359 rv = aStream->ReadBoolean(&haveBase); in ReadPrivate()
362 if (haveBase) { in ReadPrivate()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/about/
H A DnsAboutProtocolHandler.cpp319 bool haveBase; in ReadPrivate() local
320 rv = aStream->ReadBoolean(&haveBase); in ReadPrivate()
323 if (haveBase) { in ReadPrivate()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/about/
H A DnsAboutProtocolHandler.cpp348 bool haveBase; in NS_INTERFACE_MAP_END_INHERITING() local
349 rv = aStream->ReadBoolean(&haveBase); in NS_INTERFACE_MAP_END_INHERITING()
352 if (haveBase) { in NS_INTERFACE_MAP_END_INHERITING()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/about/
H A DnsAboutProtocolHandler.cpp319 bool haveBase; in ReadPrivate() local
320 rv = aStream->ReadBoolean(&haveBase); in ReadPrivate()
323 if (haveBase) { in ReadPrivate()
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/cmd/go/internal/mvs/
H A Dmvs.go245 haveBase := map[string]bool{}
247 if haveBase[path] {
253 haveBase[path] = true
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/go/internal/mvs/
H A Dmvs.go249 haveBase := map[string]bool{}
251 if haveBase[path] {
257 haveBase[path] = true
/dports/games/openclonk/openclonk-release-8.1-src/src/graphics/
H A DC4DrawGL.cpp671 C4Shader* CStdGL::GetSpriteShader(bool haveBase, bool haveOverlay, bool haveNormal) in GetSpriteShader() argument
675 if(haveBase) ssc |= C4SSC_BASE; in GetSpriteShader()
676 if(haveBase && haveOverlay) ssc |= C4SSC_OVERLAY; in GetSpriteShader()
678 if(pFoW != nullptr && haveBase && haveNormal) ssc |= C4SSC_NORMAL; in GetSpriteShader()
H A DC4DrawGL.h274 C4Shader* GetSpriteShader(bool haveBase, bool haveOverlay, bool haveNormal);
/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/wolfcrypt/
H A Deccsi.h73 byte haveBase:1; member
H A Dsakke.h75 byte haveBase:1; member
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Deccsi.h73 byte haveBase:1; member
H A Dsakke.h75 byte haveBase:1; member
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Deccsi.h73 byte haveBase:1; member
H A Dsakke.h75 byte haveBase:1; member
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Deccsi.h73 byte haveBase:1; member
H A Dsakke.h75 byte haveBase:1; member
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Deccsi.h73 byte haveBase:1; member
H A Dsakke.h75 byte haveBase:1; member
/dports/lang/spidermonkey60/firefox-60.9.0/dom/jsurl/
H A DnsJSProtocolHandler.cpp1188 bool haveBase; in NS_INTERFACE_MAP_END_INHERITING() local
1189 rv = aStream->ReadBoolean(&haveBase); in NS_INTERFACE_MAP_END_INHERITING()
1192 if (haveBase) { in NS_INTERFACE_MAP_END_INHERITING()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/jsurl/
H A DnsJSProtocolHandler.cpp1300 bool haveBase; in NS_INTERFACE_MAP_END_INHERITING() local
1301 rv = aStream->ReadBoolean(&haveBase); in NS_INTERFACE_MAP_END_INHERITING()
1304 if (haveBase) { in NS_INTERFACE_MAP_END_INHERITING()
/dports/www/firefox-esr/firefox-91.8.0/dom/jsurl/
H A DnsJSProtocolHandler.cpp1249 bool haveBase; in ReadPrivate() local
1250 rv = aStream->ReadBoolean(&haveBase); in ReadPrivate()
1253 if (haveBase) { in ReadPrivate()
/dports/misc/usd/USD-21.11/pxr/base/tf/
H A Dtype.cpp982 for(const TfType &haveBase : haveBases) { in _AddBases() local
985 std::find(newBases.begin(), newBases.end(), haveBase); in _AddBases()
1002 haveBase.GetTypeName().c_str(), in _AddBases()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/jsurl/
H A DnsJSProtocolHandler.cpp1233 bool haveBase; in ReadPrivate() local
1234 rv = aStream->ReadBoolean(&haveBase); in ReadPrivate()
1237 if (haveBase) { in ReadPrivate()

12