Home
last modified time | relevance | path

Searched refs:EnumValidator (Results 1 – 25 of 41) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/
H A DEnumSerializer.h44 template <typename E, typename EnumValidator>
58 MOZ_RELEASE_ASSERT(EnumValidator::IsLegalValue( in Write()
70 } else if (!EnumValidator::IsLegalValue(value)) { in Read()
/dports/www/firefox/firefox-99.0/ipc/glue/
H A DEnumSerializer.h46 template <typename E, typename EnumValidator>
60 MOZ_RELEASE_ASSERT(EnumValidator::IsLegalValue( in Write()
71 } else if (!EnumValidator::IsLegalValue(value)) { in Read()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/
H A DEnumSerializer.h44 template <typename E, typename EnumValidator>
58 MOZ_RELEASE_ASSERT(EnumValidator::IsLegalValue( in Write()
70 } else if (!EnumValidator::IsLegalValue(value)) { in Read()
/dports/net-im/py-slackclient/python-slackclient-2.1.0/slack/web/classes/
H A Dactions.py4 from . import EnumValidator, JsonObject, JsonValidator, extract_json
92 @EnumValidator("style", ButtonStyles)
133 @EnumValidator("data_source", DataSourceTypes)
H A Ddialog_elements.py4 from . import EnumValidator, JsonObject, JsonValidator, extract_json
107 @EnumValidator("subtype", TextElementSubtypes)
184 @EnumValidator("data_source", DataSourceTypes)
H A Dattachments.py4 from . import EnumValidator, JsonObject, JsonValidator, extract_json
156 @EnumValidator("markdown_in", MarkdownFields)
H A D__init__.py85 class EnumValidator(JsonValidator): class
H A Delements.py7 from . import EnumValidator, JsonObject, JsonValidator, extract_json
122 @EnumValidator("style", ButtonStyles)
/dports/graphics/opencv/opencv-4.5.3/3rdparty/protobuf/src/google/protobuf/
H A Dgenerated_message_table_driven.h111 typedef bool (*EnumValidator)(int); typedef
115 EnumValidator validator;
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/protobuf/src/google/protobuf/
H A Dgenerated_message_table_driven.h109 typedef bool (*EnumValidator)(int); typedef
113 EnumValidator validator;
/dports/www/firefox-esr/firefox-91.8.0/build/clang-plugin/tests/
H A DTestParamTraitsEnum.cpp31 template <typename E, typename EnumValidator>
/dports/lang/spidermonkey78/firefox-78.9.0/build/clang-plugin/tests/
H A DTestParamTraitsEnum.cpp31 template <typename E, typename EnumValidator>
/dports/www/firefox/firefox-99.0/build/clang-plugin/tests/
H A DTestParamTraitsEnum.cpp31 template <typename E, typename EnumValidator>
/dports/mail/thunderbird/thunderbird-91.8.0/build/clang-plugin/tests/
H A DTestParamTraitsEnum.cpp31 template <typename E, typename EnumValidator>
/dports/lang/spidermonkey60/firefox-60.9.0/build/clang-plugin/tests/
H A DTestParamTraitsEnum.cpp31 template <typename E, typename EnumValidator>
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/protobuf/src/google/protobuf/
H A Dgenerated_message_table_driven.h142 typedef bool (*EnumValidator)(int); typedef
146 EnumValidator validator;
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/protobuf/src/google/protobuf/
H A Dgenerated_message_table_driven.h142 typedef bool (*EnumValidator)(int); typedef
146 EnumValidator validator;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_table_driven.h142 typedef bool (*EnumValidator)(int); typedef
146 EnumValidator validator;
/dports/www/firefox/firefox-99.0/toolkit/components/protobuf/src/google/protobuf/
H A Dgenerated_message_table_driven.h142 typedef bool (*EnumValidator)(int); typedef
146 EnumValidator validator;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_table_driven.h142 typedef bool (*EnumValidator)(int); typedef
146 EnumValidator validator;
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/protobuf/src/google/protobuf/
H A Dgenerated_message_table_driven.h142 typedef bool (*EnumValidator)(int); typedef
146 EnumValidator validator;
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/
H A Dgenerated_message_table_driven.h139 typedef bool (*EnumValidator)(int); typedef
143 EnumValidator validator;
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_table_driven.h142 typedef bool (*EnumValidator)(int); typedef
146 EnumValidator validator;
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DQueueParamTraits.h245 template <typename E, typename EnumValidator>
253 EnumValidator::IsLegalValue(static_cast<DataType>(aValue)));
265 if (!EnumValidator::IsLegalValue(static_cast<DataType>(value))) {
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/glue/
H A DIPCMessageUtils.h116 template <typename E, typename EnumValidator>
123 MOZ_ASSERT(EnumValidator::IsLegalValue(aValue)); in Write()
135 } else if (!EnumValidator::IsLegalValue(paramType(value))) { in Read()

12