Home
last modified time | relevance | path

Searched refs:REQUIRED (Results 1 - 18 of 18) sorted by relevance

/third_party/protobuf/conformance/
H A Dbinary_json_conformance_suite.cc681 "PrematureEofBeforeKnownNonRepeatedValue" + type_name, REQUIRED); in TestPrematureEOFForType()
685 "PrematureEofBeforeKnownRepeatedValue" + type_name, REQUIRED); in TestPrematureEOFForType()
689 "PrematureEofBeforeUnknownValue" + type_name, REQUIRED); in TestPrematureEOFForType() local
693 "PrematureEofInsideKnownNonRepeatedValue" + type_name, REQUIRED); in TestPrematureEOFForType()
697 "PrematureEofInsideKnownRepeatedValue" + type_name, REQUIRED); in TestPrematureEOFForType()
701 "PrematureEofInsideUnknownValue" + type_name, REQUIRED); in TestPrematureEOFForType()
707 REQUIRED); in TestPrematureEOFForType()
712 REQUIRED); in TestPrematureEOFForType()
717 "PrematureEofInDelimitedDataForUnknownValue" + type_name, REQUIRED); in TestPrematureEOFForType()
728 "PrematureEofInSubmessageValue" + type_name, REQUIRED); in TestPrematureEOFForType()
[all...]
H A Dtext_format_conformance_suite.cc205 RunValidTextFormatTest("HelloWorld", REQUIRED, in RunSuiteImpl()
208 RunValidTextFormatTest("Int32FieldMaxValue", REQUIRED, in RunSuiteImpl()
210 RunValidTextFormatTest("Int32FieldMinValue", REQUIRED, in RunSuiteImpl()
212 RunValidTextFormatTest("Uint32FieldMaxValue", REQUIRED, in RunSuiteImpl()
214 RunValidTextFormatTest("Int64FieldMaxValue", REQUIRED, in RunSuiteImpl()
216 RunValidTextFormatTest("Int64FieldMinValue", REQUIRED, in RunSuiteImpl()
218 RunValidTextFormatTest("Uint64FieldMaxValue", REQUIRED, in RunSuiteImpl()
222 ExpectParseFailure("Int32FieldTooLarge", REQUIRED, in RunSuiteImpl()
224 ExpectParseFailure("Int32FieldTooSmall", REQUIRED, in RunSuiteImpl()
226 ExpectParseFailure("Uint32FieldTooLarge", REQUIRED, in RunSuiteImpl()
[all...]
H A Dconformance_test.h160 // be treated the same way as REQUIRED tests and failing a RECOMMENDED test
164 // difference between REQUIRED and RECOMMENDED test cases.
190 // REQUIRED: the test case must be passed for an implementation to be
202 REQUIRED = 0, enumerator
H A Dconformance_test.cc141 case REQUIRED: return "Required"; in ConformanceLevelToString()
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/api/
H A Dfield_behavior.js24 * REQUIRED - Denotes a field as required.
28 FieldBehavior[FieldBehavior["REQUIRED"] = 2] = "REQUIRED";
65 case "REQUIRED":
66 return FieldBehavior.REQUIRED;
90 case FieldBehavior.REQUIRED:
91 return "REQUIRED";
/third_party/rust/crates/clap/src/builder/
H A Darg_settings.rs53 const REQUIRED = 1; consts
78 Required => Flags::REQUIRED,
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBLabel.php38 const REQUIRED = 2;
H A DMessageBuilderContext.php109 GPBLabel::REQUIRED,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp4416 #define VISIT_MD_FIELDS(OPTIONAL, REQUIRED) \
4419 REQUIRED(scope, MDField, (/* AllowNull */ false)); \
4434 #define VISIT_MD_FIELDS(OPTIONAL, REQUIRED) \
4435 REQUIRED(tag, DwarfTagField, ); \
4450 #define VISIT_MD_FIELDS(OPTIONAL, REQUIRED) \
4451 REQUIRED(count, MDSignedOrMDField, (-1, -1, INT64_MAX, false)); \
4471 #define VISIT_MD_FIELDS(OPTIONAL, REQUIRED) \
4472 REQUIRED(name, MDStringField, ); \
4473 REQUIRED(value, MDSignedOrUnsignedField, ); \
4494 #define VISIT_MD_FIELDS(OPTIONAL, REQUIRED) \
[all...]
/third_party/skia/third_party/externals/freetype/builds/cmake/
H A Dtestbuild.sh79 find_package(Freetype REQUIRED CONFIG)
/third_party/nghttp2/src/
H A Dshrpx_http2_session.h95 REQUIRED, member in shrpx::ConnectionCheck
255 // connection_check_state_ = ConnectionCheck::REQUIRED. After
H A Dshrpx_http2_session.cc85 http2session->set_connection_check_state(ConnectionCheck::REQUIRED); in connchk_timeout_cb()
1886 connection_check_state_ != ConnectionCheck::REQUIRED) { in start_checking_connection()
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
H A Dlunr.js2032 if (expandedTerms.length === 0 && clause.presence === lunr.Query.presence.REQUIRED) {
2070 if (clause.presence == lunr.Query.presence.REQUIRED) {
2146 if (clause.presence === lunr.Query.presence.REQUIRED) {
2841 * query.term('foo', { presence: lunr.Query.presence.REQUIRED })
2853 REQUIRED: 2,
3265 parser.currentClause.presence = lunr.Query.presence.REQUIRED
/third_party/icu/tools/commit-checker/
H A Dcheck.py23 REQUIRED = 1 variable in CommitWanted
84 commit_wanted = CommitWanted["REQUIRED"]
90 commit_wanted = CommitWanted["REQUIRED"]
396 if issue.issue_id in commit_issue_ids and issue.commit_wanted == CommitWanted["REQUIRED"]:
405 if issue.issue_id not in commit_issue_ids and issue.commit_wanted == CommitWanted["REQUIRED"]:
406 print("\t- No commits, and they are REQUIRED.")
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp338 ECase(REQUIRED); in enumeration()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h131 REQUIRED, member in llvm::DepClassTy
735 DepClassTy DepClass = DepClassTy::REQUIRED) { in getAAFor()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Ddefs.c961 CONVERT(REQUIRED, required); in ruby_to_label()
1015 CONVERT(REQUIRED, required); in FieldDescriptor_label()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DAttributor.cpp6475 if (DepClass == DepClassTy::REQUIRED)

Completed in 41 milliseconds