Home
last modified time | relevance | path

Searched refs:aExists (Results 1 – 25 of 57) sorted by relevance

123

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/matcher/
H A Dexpression_algo_test.cpp499 ParsedMatchExpression aExists("{a: {$exists: true}}"); in TEST() local
504 ASSERT_TRUE(expression::isSubsetOf(aExists.get(), aExists.get())); in TEST()
544 ParsedMatchExpression aExists("{a: {$exists: true}}"); in TEST() local
554 ParsedMatchExpression aExists("{a: {$exists: true}}"); in TEST() local
565 ParsedMatchExpression aExists("{a: {$exists: true}}"); in TEST() local
577 ParsedMatchExpression aExists("{a: {$exists: true}}"); in TEST() local
589 ParsedMatchExpression aExists("{a: {$exists: true}}"); in TEST() local
603 ParsedMatchExpression aExists("{a: {$exists: true}}"); in TEST() local
612 ParsedMatchExpression aExists("{a: {$exists: true}}"); in TEST() local
621 ParsedMatchExpression aExists("{a: {$exists: true}}"); in TEST() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/
H A DIntervals.h507 T GetStart(bool* aExists = nullptr) const
511 if (aExists) {
512 *aExists = exists;
524 T GetEnd(bool* aExists = nullptr) const
527 if (aExists) {
528 *aExists = exists;
550 aExists = aIndex < mIntervals.Length();
552 if (aExists) {
564 T End(IndexType aIndex, bool& aExists) const
566 aExists = aIndex < mIntervals.Length();
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/
H A DIntervals.h434 T GetStart(bool* aExists = nullptr) const {
437 if (aExists) {
438 *aExists = exists;
450 T GetEnd(bool* aExists = nullptr) const {
452 if (aExists) {
453 *aExists = exists;
468 aExists = aIndex < mIntervals.Length();
470 if (aExists) {
479 T End(IndexType aIndex, bool& aExists) const {
480 aExists = aIndex < mIntervals.Length();
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/media/
H A DIntervals.h488 T GetStart(bool* aExists = nullptr) const {
491 if (aExists) {
492 *aExists = exists;
504 T GetEnd(bool* aExists = nullptr) const {
506 if (aExists) {
507 *aExists = exists;
524 aExists = aIndex < mIntervals.Length();
526 if (aExists) {
535 T End(IndexType aIndex, bool& aExists) const {
536 aExists = aIndex < mIntervals.Length();
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/
H A DIntervals.h488 T GetStart(bool* aExists = nullptr) const {
491 if (aExists) {
492 *aExists = exists;
504 T GetEnd(bool* aExists = nullptr) const {
506 if (aExists) {
507 *aExists = exists;
524 aExists = aIndex < mIntervals.Length();
526 if (aExists) {
535 T End(IndexType aIndex, bool& aExists) const {
536 aExists = aIndex < mIntervals.Length();
[all …]
/dports/www/firefox/firefox-99.0/dom/media/
H A DIntervals.h488 T GetStart(bool* aExists = nullptr) const {
491 if (aExists) {
492 *aExists = exists;
504 T GetEnd(bool* aExists = nullptr) const {
506 if (aExists) {
507 *aExists = exists;
524 aExists = aIndex < mIntervals.Length();
526 if (aExists) {
535 T End(IndexType aIndex, bool& aExists) const {
536 aExists = aIndex < mIntervals.Length();
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/
H A DIntervals.h488 T GetStart(bool* aExists = nullptr) const {
491 if (aExists) {
492 *aExists = exists;
504 T GetEnd(bool* aExists = nullptr) const {
506 if (aExists) {
507 *aExists = exists;
524 aExists = aIndex < mIntervals.Length();
526 if (aExists) {
535 T End(IndexType aIndex, bool& aExists) const {
536 aExists = aIndex < mIntervals.Length();
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/uriloader/exthandler/gonk/
H A DnsOSHelperAppService.cpp52 bool* aExists) in OSProtocolHandlerExists() argument
54 *aExists = false; in OSProtocolHandlerExists()
H A DnsOSHelperAppService.h36 bool* aExists); in main()
/dports/mail/thunderbird/thunderbird-91.8.0/uriloader/exthandler/android/
H A DnsOSHelperAppService.cpp35 bool* aExists) { in OSProtocolHandlerExists() argument
39 *aExists = in OSProtocolHandlerExists()
H A DnsOSHelperAppService.h22 bool* aExists) override;
/dports/www/firefox/firefox-99.0/uriloader/exthandler/android/
H A DnsOSHelperAppService.cpp35 bool* aExists) { in OSProtocolHandlerExists() argument
39 *aExists = in OSProtocolHandlerExists()
H A DnsOSHelperAppService.h22 bool* aExists) override;
/dports/www/firefox-esr/firefox-91.8.0/uriloader/exthandler/android/
H A DnsOSHelperAppService.cpp35 bool* aExists) { in OSProtocolHandlerExists() argument
39 *aExists = in OSProtocolHandlerExists()
H A DnsOSHelperAppService.h22 bool* aExists) override;
/dports/lang/spidermonkey60/firefox-60.9.0/uriloader/exthandler/android/
H A DnsOSHelperAppService.cpp33 bool* aExists) { in OSProtocolHandlerExists() argument
34 *aExists = mozilla::AndroidBridge::Bridge()->GetHandlersForURL( in OSProtocolHandlerExists()
H A DnsOSHelperAppService.h21 bool* aExists);
/dports/www/firefox-legacy/firefox-52.8.0esr/uriloader/exthandler/android/
H A DnsOSHelperAppService.cpp44 bool* aExists) in OSProtocolHandlerExists() argument
46 …*aExists = mozilla::AndroidBridge::Bridge()->GetHandlersForURL(NS_ConvertUTF8toUTF16(aScheme)); in OSProtocolHandlerExists()
H A DnsOSHelperAppService.h25 bool* aExists);
/dports/lang/spidermonkey78/firefox-78.9.0/uriloader/exthandler/android/
H A DnsOSHelperAppService.cpp36 bool* aExists) { in OSProtocolHandlerExists() argument
40 *aExists = !scheme.Equals(NS_LITERAL_CSTRING("unsupported")) && in OSProtocolHandlerExists()
H A DnsOSHelperAppService.h22 bool* aExists) override;
/dports/lang/spidermonkey78/firefox-78.9.0/uriloader/exthandler/
H A DnsOSHelperAppServiceChild.h36 bool* aExists) override;
/dports/mail/thunderbird/thunderbird-91.8.0/uriloader/exthandler/
H A DnsOSHelperAppServiceChild.h36 bool* aExists) override;
/dports/www/firefox/firefox-99.0/uriloader/exthandler/
H A DnsOSHelperAppServiceChild.h36 bool* aExists) override;
/dports/www/firefox-esr/firefox-91.8.0/uriloader/exthandler/
H A DnsOSHelperAppServiceChild.h36 bool* aExists) override;

123