Home
last modified time | relevance | path

Searched refs:FLATBUFFERS_CONSTEXPR_CPP14 (Results 1 – 2 of 2) sorted by relevance

/third_party/flatbuffers/include/flatbuffers/
Dbase.h182 #define FLATBUFFERS_CONSTEXPR_CPP14 FLATBUFFERS_CONSTEXPR_CPP11 macro
184 #define FLATBUFFERS_CONSTEXPR_CPP14 macro
Dstl_emulation.h391 FLATBUFFERS_CONSTEXPR_CPP14 Optional &operator=(const Optional &other) FLATBUFFERS_NOEXCEPT {
397 FLATBUFFERS_CONSTEXPR_CPP14 Optional &operator=(nullopt_t) FLATBUFFERS_NOEXCEPT {
403 FLATBUFFERS_CONSTEXPR_CPP14 Optional &operator=(T val) FLATBUFFERS_NOEXCEPT {
546 FLATBUFFERS_CONSTEXPR_CPP14 span &operator=(const span &other)