| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/pcapplusplus/pcapplusplus/ |
| H A D | 0001-Remove-whitespace-in-operator-_json.patch | 4 Subject: [PATCH] Remove whitespace in operator"" _json 9 …on' preceded by whitespace in a literal operator declaration is deprecated [-Werror,-Wdeprecated-l… 10 …24428 | using nlohmann::literals::json_literals::operator "" _json; // NOLINT(misc-unused-usin… 12 | operator""_json 28 -inline nlohmann::json operator "" _json(const char* s, std::size_t n) 29 +inline nlohmann::json operator ""_json(const char* s, std::size_t n) 33 @@ -24361,7 +24361,7 @@ inline nlohmann::json operator "" _json(const char* s, std::size_t n) 37 -inline nlohmann::json::json_pointer operator "" _json_pointer(const char* s, std::size_t n) 38 +inline nlohmann::json::json_pointer operator ""_json_pointer(const char* s, std::size_t n) 46 - using nlohmann::literals::json_literals::operator "" _json; // NOLINT(misc-unused-using-decls,… [all …]
|
| /openbmc/bmcweb/redfish-core/include/utils/extern/ |
| H A D | date.h | 248 CONSTCD11 year_month operator/(const year& y, const month& m) NOEXCEPT; 249 CONSTCD11 year_month operator/(const year& y, int m) NOEXCEPT; 251 CONSTCD11 month_day operator/(const day& d, const month& m) NOEXCEPT; 252 CONSTCD11 month_day operator/(const day& d, int m) NOEXCEPT; 253 CONSTCD11 month_day operator/(const month& m, const day& d) NOEXCEPT; 254 CONSTCD11 month_day operator/(const month& m, int d) NOEXCEPT; 255 CONSTCD11 month_day operator/(int m, const day& d) NOEXCEPT; 257 CONSTCD11 month_day_last operator/(const month& m, last_spec) NOEXCEPT; 258 CONSTCD11 month_day_last operator/(int m, last_spec) NOEXCEPT; 259 CONSTCD11 month_day_last operator/(last_spec, const month& m) NOEXCEPT; [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libtoml11/files/ |
| H A D | 0001-Remove-whitespace-in-operator.patch | 4 Subject: [PATCH] Remove whitespace in operator"" 9 …ml' preceded by whitespace in a literal operator declaration is deprecated [-Werror,-Wdeprecated-l… 10 | 22 | ::toml::value operator"" _toml(const char* str, std::size_t len); 12 | | operator""_toml 29 -::toml::value operator"" _toml(const char* str, std::size_t len); 30 +::toml::value operator""_toml(const char* str, std::size_t len); 42 -operator"" _toml(const char* str, std::size_t len) 43 +operator""_toml(const char* str, std::size_t len)
|
| /openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/ |
| H A D | TableRoles.vue | 15 <template #cell(operator)="data"> 44 operator: true, 52 operator: false, 60 operator: true, 68 operator: false, 76 operator: true, 91 key: 'operator', 92 label: i18n.global.t('pageUserManagement.tableRoles.operator'),
|
| /openbmc/qemu/qga/vss-win32/ |
| H A D | vss-common.h | 81 COMPointer &operator=(T *new_p) 97 operator T*() { return p; } 98 T *operator->(void) { return p; } 99 T &operator*(void) { return *p; } 100 operator bool() { return !!p; }
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
| H A D | Vector-cast.patch | 11 const Vector<TYPE>& Vector<TYPE>::operator = (const Vector<TYPE>& rhs) const { 12 - VectorImpl::operator = (static_cast<const VectorImpl&>(rhs)); 13 + VectorImpl::operator = (rhs);
|
| H A D | fix-attribute-issue-with-gcc.patch | 15 -std::ostream& operator<<(std::ostream& stream, const std::string* string_pointer) { 16 +inline std::ostream& operator<<(std::ostream& stream, const std::string* string_pointer) {
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/ |
| H A D | Vector-cast.patch | 11 const Vector<TYPE>& Vector<TYPE>::operator = (const Vector<TYPE>& rhs) const { 12 - VectorImpl::operator = (static_cast<const VectorImpl&>(rhs)); 13 + VectorImpl::operator = (rhs);
|
| H A D | fix-attribute-issue-with-gcc.patch | 15 -std::ostream& operator<<(std::ostream& stream, const std::string* string_pointer) { 16 +inline std::ostream& operator<<(std::ostream& stream, const std::string* string_pointer) {
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/ |
| H A D | fix-clang-private-operator.patch | 11 TPoolAllocator& operator=(const TPoolAllocator&); // don't allow assignment operator
|
| /openbmc/boost-dbus/include/dbus/impl/ |
| H A D | connection.ipp | 28 connection& operator=(const connection&) = delete; // non copyable 30 connection& operator=(connection&&) = delete; 84 operator DBusConnection*() { return conn; } 85 operator const DBusConnection*() const { return conn; }
|
| /openbmc/openbmc/meta-yadro/recipes-yadro/cli/ |
| H A D | obmc-yadro-cli_git.bb | 39 --operator priv-operator \
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/ |
| H A D | vsftpd.ftpusers | 13 operator
|
| H A D | vsftpd.user_list | 18 operator
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/users/ |
| H A D | phosphor-user-manager_git.bb | 53 GROUPADD_PARAM:${PN} = "priv-admin; priv-operator; priv-user " 54 GROUPADD_PARAM:phosphor-ldap = "priv-admin; priv-operator; priv-user "
|
| /openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/ |
| H A D | 0001-Remove-using-std-binary_function.patch | 38 - inline bool operator() (const PackageMap &x,const PackageMap &y) 44 - inline bool operator() (const PackageMap &x,const PackageMap &y) 50 - inline bool operator() (const PackageMap &x,const PackageMap &y)
|
| /openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
| H A D | test_vmicert_management.robot | 41 # Send CSR request from operator user. 60 # Request root certificate from operator user. 81 # Send CSR request from operator user. 99 # Send CSR request from operator user. 120 # Request root certificate from operator user. 139 # Request root certificate from operator user. 385 ... csr from operator concurrently and verify gets root certificate and errors for corrupted 386 ... and for operator. 401 [Documentation] Get root certificate from operator and send corrupted csr request 402 ... and csr from admin and verify errors for operator and corrupted csr and signed certificate [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/ |
| H A D | buildhistory.py | 11 import operator 152 for entry in sorted(result, key=operator.attrgetter("path")):
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/ |
| H A D | 0001-Do-not-overwrite-all-our-build-flags.patch | 24 - set(CMAKE_CXX_FLAGS "-fno-exceptions -fno-check-new -fno-common -fno-operator-nam… 25 + set(CMAKE_CXX_FLAGS "-fno-exceptions -fno-check-new -fno-common -fno-operator-nam…
|
| /openbmc/qemu/scripts/ |
| H A D | xml-preprocess.py | 154 for ifelif, tag, left, operator, right in matches: 155 if "<" in operator or ">" in operator:
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | common.py | 221 def gen_infix(operator: str, operands: Sequence[Any]) -> str: 222 return operator.join([do_gen(o, True) for o in operands])
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | checksum.py | 9 import operator 143 checksums.sort(key=operator.itemgetter(1))
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/pcapplusplus/ |
| H A D | pcapplusplus_24.09.bb | 11 file://0001-Remove-whitespace-in-operator-_json.patch \
|
| /openbmc/boost-dbus/ |
| H A D | README.md | 22 void operator()(error_code ec, message m)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libtoml11/ |
| H A D | libtoml11_4.4.0.bb | 21 file://0001-Remove-whitespace-in-operator.patch \
|