Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 25 of 132) sorted by relevance

123456

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/pcapplusplus/pcapplusplus/
H A D0001-Remove-whitespace-in-operator-_json.patch4 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 Ddate.h248 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 D0001-Remove-whitespace-in-operator.patch4 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 DTableRoles.vue15 <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 Dvss-common.h81 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 DVector-cast.patch11 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 Dfix-attribute-issue-with-gcc.patch15 -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 DVector-cast.patch11 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 Dfix-attribute-issue-with-gcc.patch15 -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 Dfix-clang-private-operator.patch11 TPoolAllocator& operator=(const TPoolAllocator&); // don't allow assignment operator
/openbmc/boost-dbus/include/dbus/impl/
H A Dconnection.ipp28 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 Dobmc-yadro-cli_git.bb39 --operator priv-operator \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/
H A Dvsftpd.ftpusers13 operator
H A Dvsftpd.user_list18 operator
/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/
H A Dphosphor-user-manager_git.bb53 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 D0001-Remove-using-std-binary_function.patch38 - 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 Dtest_vmicert_management.robot41 # 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 Dbuildhistory.py11 import operator
152 for entry in sorted(result, key=operator.attrgetter("path")):
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/
H A D0001-Do-not-overwrite-all-our-build-flags.patch24 - 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 Dxml-preprocess.py154 for ifelif, tag, left, operator, right in matches:
155 if "<" in operator or ">" in operator:
/openbmc/qemu/scripts/qapi/
H A Dcommon.py221 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 Dchecksum.py9 import operator
143 checksums.sort(key=operator.itemgetter(1))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/pcapplusplus/
H A Dpcapplusplus_24.09.bb11 file://0001-Remove-whitespace-in-operator-_json.patch \
/openbmc/boost-dbus/
H A DREADME.md22 void operator()(error_code ec, message m)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libtoml11/
H A Dlibtoml11_4.4.0.bb21 file://0001-Remove-whitespace-in-operator.patch \

123456