Skip to content

Commit

Permalink
Update variant.h
Browse files Browse the repository at this point in the history
  • Loading branch information
AThousandShips committed Sep 27, 2024
1 parent 35f4f8c commit 63c848d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/variant/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -827,8 +827,8 @@ Vector<Variant> varray(VarArgs... p_args) {
struct VariantHasher {
static _FORCE_INLINE_ uint32_t hash(const Variant &p_variant) { return p_variant.hash(); }

_FORCE_INLINE_ bool operator()(const Variant &p_lhs, const Variant &p_rhs) const {
return compare(p_lhs, p_rhs);
_FORCE_INLINE_ uint32_t operator()(const Variant &p_variant) const {
return hash(p_lhs, p_rhs);

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Editor w/ Mono (target=editor)

'p_lhs' was not declared in this scope

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Editor w/ Mono (target=editor)

'p_rhs' was not declared in this scope

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Editor w/ Mono (target=editor)

'p_lhs' was not declared in this scope

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Editor w/ Mono (target=editor)

'p_rhs' was not declared in this scope

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Editor w/ Mono (target=editor)

'p_lhs' was not declared in this scope

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Editor w/ Mono (target=editor)

'p_rhs' was not declared in this scope

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Editor w/ Mono (target=editor)

'p_lhs' was not declared in this scope

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Editor w/ Mono (target=editor)

'p_rhs' was not declared in this scope

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld)

use of undeclared identifier 'p_lhs'

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld)

use of undeclared identifier 'p_rhs'

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld)

use of undeclared identifier 'p_lhs'

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld)

use of undeclared identifier 'p_rhs'

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld)

use of undeclared identifier 'p_lhs'

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld)

use of undeclared identifier 'p_rhs'

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld)

use of undeclared identifier 'p_lhs'

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld)

use of undeclared identifier 'p_rhs'

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Template w/ Mono (target=template_release, tests=yes)

'p_lhs' was not declared in this scope

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Template w/ Mono (target=template_release, tests=yes)

'p_rhs' was not declared in this scope

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Template w/ Mono (target=template_release, tests=yes)

'p_lhs' was not declared in this scope

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Template w/ Mono (target=template_release, tests=yes)

'p_rhs' was not declared in this scope

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Template w/ Mono (target=template_release, tests=yes)

'p_lhs' was not declared in this scope

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Template w/ Mono (target=template_release, tests=yes)

'p_rhs' was not declared in this scope

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Template w/ Mono (target=template_release, tests=yes)

'p_lhs' was not declared in this scope

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Template w/ Mono (target=template_release, tests=yes)

'p_rhs' was not declared in this scope

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Minimal template (target=template_release, tests=yes, everything disabled)

'p_lhs' was not declared in this scope

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Minimal template (target=template_release, tests=yes, everything disabled)

'p_rhs' was not declared in this scope

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Minimal template (target=template_release, tests=yes, everything disabled)

'p_lhs' was not declared in this scope

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Minimal template (target=template_release, tests=yes, everything disabled)

'p_rhs' was not declared in this scope

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Minimal template (target=template_release, tests=yes, everything disabled)

'p_lhs' was not declared in this scope

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Minimal template (target=template_release, tests=yes, everything disabled)

'p_rhs' was not declared in this scope

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Minimal template (target=template_release, tests=yes, everything disabled)

'p_lhs' was not declared in this scope

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Minimal template (target=template_release, tests=yes, everything disabled)

'p_rhs' was not declared in this scope

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Editor with clang sanitizers (target=editor, tests=yes, dev_build=yes, use_asan=yes, use_ubsan=yes, use_llvm=yes, linker=lld)

use of undeclared identifier 'p_lhs'

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Editor with clang sanitizers (target=editor, tests=yes, dev_build=yes, use_asan=yes, use_ubsan=yes, use_llvm=yes, linker=lld)

use of undeclared identifier 'p_lhs'

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Editor with clang sanitizers (target=editor, tests=yes, dev_build=yes, use_asan=yes, use_ubsan=yes, use_llvm=yes, linker=lld)

use of undeclared identifier 'p_rhs'

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Editor with clang sanitizers (target=editor, tests=yes, dev_build=yes, use_asan=yes, use_ubsan=yes, use_llvm=yes, linker=lld)

use of undeclared identifier 'p_rhs'

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Editor with clang sanitizers (target=editor, tests=yes, dev_build=yes, use_asan=yes, use_ubsan=yes, use_llvm=yes, linker=lld)

use of undeclared identifier 'p_lhs'

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Editor with clang sanitizers (target=editor, tests=yes, dev_build=yes, use_asan=yes, use_ubsan=yes, use_llvm=yes, linker=lld)

use of undeclared identifier 'p_rhs'

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Editor with clang sanitizers (target=editor, tests=yes, dev_build=yes, use_asan=yes, use_ubsan=yes, use_llvm=yes, linker=lld)

use of undeclared identifier 'p_lhs'

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🐧 Linux / Editor with clang sanitizers (target=editor, tests=yes, dev_build=yes, use_asan=yes, use_ubsan=yes, use_llvm=yes, linker=lld)

use of undeclared identifier 'p_rhs'

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🏁 Windows / Template (target=template_release, tests=yes)

'p_lhs': undeclared identifier

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🏁 Windows / Template (target=template_release, tests=yes)

'p_rhs': undeclared identifier

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🏁 Windows / Template (target=template_release, tests=yes)

'p_lhs': undeclared identifier

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🏁 Windows / Template (target=template_release, tests=yes)

'p_rhs': undeclared identifier

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🏁 Windows / Template (target=template_release, tests=yes)

'p_lhs': undeclared identifier

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🏁 Windows / Template (target=template_release, tests=yes)

'p_rhs': undeclared identifier

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🏁 Windows / Template (target=template_release, tests=yes)

'p_lhs': undeclared identifier

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🏁 Windows / Template (target=template_release, tests=yes)

'p_rhs': undeclared identifier

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🏁 Windows / Editor (target=editor, tests=yes)

'p_lhs': undeclared identifier

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🏁 Windows / Editor (target=editor, tests=yes)

'p_rhs': undeclared identifier

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🏁 Windows / Editor (target=editor, tests=yes)

'p_lhs': undeclared identifier

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🏁 Windows / Editor (target=editor, tests=yes)

'p_rhs': undeclared identifier

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🏁 Windows / Editor (target=editor, tests=yes)

'p_lhs': undeclared identifier

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🏁 Windows / Editor (target=editor, tests=yes)

'p_rhs': undeclared identifier

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🏁 Windows / Editor (target=editor, tests=yes)

'p_lhs': undeclared identifier

Check failure on line 831 in core/variant/variant.h

View workflow job for this annotation

GitHub Actions / 🏁 Windows / Editor (target=editor, tests=yes)

'p_rhs': undeclared identifier
}
};

Expand Down

0 comments on commit 63c848d

Please sign in to comment.