Home
last modified time | relevance | path

Searched refs:MESSAGE (Results 1 - 25 of 125) sorted by relevance

12345

/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/
H A DDescriptor.php18 ->repeated('file', \Google\Protobuf\Internal\GPBType::MESSAGE, 1, 'google.protobuf.internal.FileDescriptorProto')
27 ->repeated('message_type', \Google\Protobuf\Internal\GPBType::MESSAGE, 4, 'google.protobuf.internal.DescriptorProto')
28 ->repeated('enum_type', \Google\Protobuf\Internal\GPBType::MESSAGE, 5, 'google.protobuf.internal.EnumDescriptorProto')
29 ->repeated('service', \Google\Protobuf\Internal\GPBType::MESSAGE, 6, 'google.protobuf.internal.ServiceDescriptorProto')
30 ->repeated('extension', \Google\Protobuf\Internal\GPBType::MESSAGE, 7, 'google.protobuf.internal.FieldDescriptorProto')
31 ->optional('options', \Google\Protobuf\Internal\GPBType::MESSAGE, 8, 'google.protobuf.internal.FileOptions')
32 ->optional('source_code_info', \Google\Protobuf\Internal\GPBType::MESSAGE, 9, 'google.protobuf.internal.SourceCodeInfo')
38 ->repeated('field', \Google\Protobuf\Internal\GPBType::MESSAGE, 2, 'google.protobuf.internal.FieldDescriptorProto')
39 ->repeated('extension', \Google\Protobuf\Internal\GPBType::MESSAGE, 6, 'google.protobuf.internal.FieldDescriptorProto')
40 ->repeated('nested_type', \Google\Protobuf\Internal\GPBType::MESSAGE,
[all...]
/third_party/rust/crates/clap/tests/builder/
H A Derror.rs26 static MESSAGE: &str = "error: failed for mysterious reasons in app_error() consts
59 assert_error(err, expected_kind, MESSAGE, true); in app_error()
90 static MESSAGE: &str = "\ in kind_prints_help() consts
96 assert_error(err, expected_kind, MESSAGE, false); in kind_prints_help()
108 static MESSAGE: &str = "\ in kind_formats_validation_error() consts
111 assert_error(err, expected_kind, MESSAGE, true); in kind_formats_validation_error()
122 static MESSAGE: &str = "\ in rich_formats_validation_error() consts
129 assert_error(err, expected_kind, MESSAGE, true); in rich_formats_validation_error()
141 static MESSAGE: &str = "\ in suggest_trailing() consts
150 assert_error(err, expected_kind, MESSAGE, tru in suggest_trailing()
162 static MESSAGE: &str = "\\ trailing_already_in_use() consts
181 static MESSAGE: &str = "\\ cant_use_trailing() consts
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DError.h74 #define DAWN_MAKE_ERROR(TYPE, MESSAGE) \
75 ::dawn_native::ErrorData::Create(TYPE, MESSAGE, __FILE__, __func__, __LINE__)
77 #define DAWN_VALIDATION_ERROR(MESSAGE) DAWN_MAKE_ERROR(InternalErrorType::Validation, MESSAGE)
93 #define DAWN_DEVICE_LOST_ERROR(MESSAGE) DAWN_MAKE_ERROR(InternalErrorType::DeviceLost, MESSAGE)
97 #define DAWN_INTERNAL_ERROR(MESSAGE) DAWN_MAKE_ERROR(InternalErrorType::Internal, MESSAGE)
102 #define DAWN_UNIMPLEMENTED_ERROR(MESSAGE) \
103 DAWN_MAKE_ERROR(InternalErrorType::Internal, std::string("Unimplemented: ") + MESSAGE)
[all...]
/third_party/node/deps/v8/tools/release/
H A Dcreate_release.py17 MESSAGE = "Preparation." variable in Preparation
26 MESSAGE = "Check from which revision to branch off." variable in PrepareBranchRevision
36 MESSAGE = "Increment version number." variable in IncrementVersion
73 MESSAGE = "Detect commit ID of last release base." variable in DetectLastRelease
80 MESSAGE = "Delete branch ref." variable in DeleteBranchRef
95 MESSAGE = "Create branch ref." variable in PushBranchRef
106 MESSAGE = "Create the branch." variable in MakeBranch
115 MESSAGE = "Set correct version for candidates." variable in SetVersion
122 MESSAGE = "Enable watchlist entry for merge notifications." variable in EnableMergeWatchlist
135 MESSAGE variable in CommitBranch
146 MESSAGE = "Upload and land changes." global() variable in LandBranch
169 MESSAGE = "Tag the new revision." global() variable in TagRevision
182 MESSAGE = "Done!" global() variable in CleanUp
[all...]
H A Droll_merge.py39 MESSAGE = "Preparation." variable in Preparation
60 MESSAGE = "Create a fresh branch for the patch." variable in CreateBranch
68 MESSAGE = "Search for corresponding architecture ports." variable in SearchArchitecturePorts
100 MESSAGE = "Create commit message." variable in CreateCommitMessage
135 MESSAGE = "Apply patches for selected revisions." variable in ApplyPatches
149 MESSAGE = "Prepare version file." variable in PrepareVersion
157 MESSAGE = "Increment version number." variable in IncrementVersion
180 MESSAGE = "Commit to local branch." variable in CommitLocal
192 MESSAGE = "Commit to the repository." variable in CommitRepository
202 MESSAGE variable in TagRevision
212 MESSAGE = "Cleanup." global() variable in CleanUp
[all...]
H A Dauto_roll.py30 MESSAGE = "Preparation." variable in Preparation
40 MESSAGE = "Detect commit ID of the last Chromium roll." variable in DetectLastRoll
55 MESSAGE = "Detect commit ID of the V8 revision to roll." variable in DetectRevisionToRoll
91 MESSAGE = "Robustness checks of the roll candidate." variable in PrepareRollCandidate
106 MESSAGE = "Switch to Chromium checkout." variable in SwitchChromium
121 MESSAGE = "Update the checkout and create a new branch." variable in UpdateChromiumCheckout
137 MESSAGE = "Create and upload CL." variable in UploadCL
172 MESSAGE = "Done!" variable in CleanUp
H A Dmerge_to_branch.py40 MESSAGE = "Preparation." variable in Preparation
59 MESSAGE = "Create a fresh branch for the patch." variable in CreateBranch
67 MESSAGE = "Search for corresponding architecture ports." variable in SearchArchitecturePorts
99 MESSAGE = "Create commit message." variable in CreateCommitMessage
153 MESSAGE = "Apply patches for selected revisions." variable in ApplyPatches
166 MESSAGE = "Commit to local branch." variable in CommitLocal
176 MESSAGE = "Commit to the repository." variable in CommitRepository
185 MESSAGE = "Cleanup." variable in CleanUp
H A Dauto_push.py41 MESSAGE = "Preparation." variable in Preparation
49 MESSAGE = "Fetching V8 lkgr ref." variable in FetchCandidate
58 MESSAGE = "Checking last V8 release base." variable in LastReleaseBailout
71 MESSAGE = "Creating release if specified." variable in CreateRelease
/third_party/icu/icu4c/source/extra/uconv/
H A Dmakedata.mak16 !MESSAGE No configuration specified. Defaulting to common - Win32 Debug.
21 !MESSAGE Invalid configuration "$(CFG)" specified.
22 !MESSAGE You can specify a configuration when running NMAKE
23 !MESSAGE by defining the macro CFG on the command line. For example:
24 !MESSAGE
25 !MESSAGE NMAKE /f "makedata.mak" CFG="Debug"
26 !MESSAGE
27 !MESSAGE Possible choices for configuration are:
28 !MESSAGE
29 !MESSAGE "Releas
[all...]
/third_party/skia/third_party/externals/icu/source/extra/uconv/
H A Dmakedata.mak16 !MESSAGE No configuration specified. Defaulting to common - Win32 Debug.
21 !MESSAGE Invalid configuration "$(CFG)" specified.
22 !MESSAGE You can specify a configuration when running NMAKE
23 !MESSAGE by defining the macro CFG on the command line. For example:
24 !MESSAGE
25 !MESSAGE NMAKE /f "makedata.mak" CFG="Debug"
26 !MESSAGE
27 !MESSAGE Possible choices for configuration are:
28 !MESSAGE
29 !MESSAGE "Releas
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.cc497 this, master_type_.name() == kAnyType ? Item::ANY : Item::MESSAGE, in StartObject()
519 Push("struct_value", Item::MESSAGE, true, false); in StartObject()
558 Push("", Item::MESSAGE, false, false); in StartObject()
561 Push("value", IsAny(*Lookup("value")) ? Item::ANY : Item::MESSAGE, true, in StartObject()
580 Push("struct_value", Item::MESSAGE, true, false); in StartObject()
595 Push(name, Item::MESSAGE, false, false); in StartObject()
607 Push(name, Item::MESSAGE, false, false); in StartObject()
608 Push("struct_value", Item::MESSAGE, true, false); in StartObject()
615 Push(name, IsAny(*field) ? Item::ANY : Item::MESSAGE, false, false); in StartObject()
632 Push(name, IsAny(*field) ? Item::ANY : Item::MESSAGE, fals in StartObject()
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DDescriptorProto.php137 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\FieldDescriptorProto::class);
159 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\FieldDescriptorProto::class);
181 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\DescriptorProto::class);
203 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\EnumDescriptorProto::class);
225 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\DescriptorProto\ExtensionRange::class);
247 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\OneofDescriptorProto::class);
301 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\DescriptorProto\ReservedRange::class);
H A DFieldDescriptor.php179 return $this->getType() == GPBType::MESSAGE &&
186 return $this->getType() == GPBType::MESSAGE &&
192 if ($this->getType() == GPBType::MESSAGE) {
213 $field_type !== GPBType::MESSAGE &&
222 case GPBType::MESSAGE:
235 $proto->getType() !== GPBType::MESSAGE &&
277 case GPBType::MESSAGE:
H A DFileDescriptorProto.php300 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\DescriptorProto::class);
322 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\EnumDescriptorProto::class);
344 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\ServiceDescriptorProto::class);
366 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\FieldDescriptorProto::class);
/third_party/protobuf/php/tests/
H A Dundefined_test.php305 $arr = new RepeatedField(GPBType::MESSAGE, Sub::class);
314 $arr = new RepeatedField(GPBType::MESSAGE, Sub::class);
324 $arr = new RepeatedField(GPBType::MESSAGE, Sub::class);
333 $arr = new RepeatedField(GPBType::MESSAGE, Sub::class);
343 $arr = new RepeatedField(GPBType::MESSAGE, Sub::class);
352 $arr = new RepeatedField(GPBType::MESSAGE, Sub::class);
362 $arr = new RepeatedField(GPBType::MESSAGE, Sub::class);
605 $repeated_message = new RepeatedField(GPBType::MESSAGE,
648 GPBType::MESSAGE,
885 new MapField(GPBType::INT32, GPBType::MESSAGE, TestMessag
[all...]
/third_party/libuv/test/
H A Dtest-callback-stack.c31 static const char MESSAGE[] = "Failure is for the weak. Everyone dies alone."; variable
91 /* We call shutdown here because when bytes_received == sizeof MESSAGE there in read_cb()
94 if (bytes_received == sizeof MESSAGE) { in read_cb()
158 buf.base = (char*) &MESSAGE; in connect_cb()
159 buf.len = sizeof MESSAGE; in connect_cb()
201 ASSERT_EQ(bytes_received, sizeof MESSAGE); in TEST_IMPL()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DWireFormat.java93 MESSAGE(null); enum constant
126 GROUP(JavaType.MESSAGE, WIRETYPE_START_GROUP) { in GROUP()
132 MESSAGE(JavaType.MESSAGE, WIRETYPE_LENGTH_DELIMITED) { in MESSAGE() method
261 case MESSAGE: in readPrimitiveField()
H A DFieldType.java51 MESSAGE(9, Collection.SCALAR, JavaType.MESSAGE), enum constant
59 GROUP(17, Collection.SCALAR, JavaType.MESSAGE),
69 MESSAGE_LIST(27, Collection.VECTOR, JavaType.MESSAGE),
91 GROUP_LIST(49, Collection.VECTOR, JavaType.MESSAGE),
122 case MESSAGE: in FieldType()
H A DExtensionRegistry.java233 if (extension.getDescriptor().getJavaType() == FieldDescriptor.JavaType.MESSAGE) { in newExtensionInfo()
248 if (type.getJavaType() == FieldDescriptor.JavaType.MESSAGE) { in add()
260 if (type.getJavaType() != FieldDescriptor.JavaType.MESSAGE) { in add()
332 && field.getType() == FieldDescriptor.Type.MESSAGE in add()
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
H A Dmain.cc228 template <typename MESSAGE>
229 std::enable_if_t<std::is_base_of<Message, MESSAGE>::value, Stream>& operator<<( in operator <<()
231 const MESSAGE& m) { in operator <<()
233 const_cast<MESSAGE&>(m).Serialize([&s](const auto& value) { s << value; }); in operator <<()
238 template <typename MESSAGE>
239 std::enable_if_t<std::is_base_of<Message, MESSAGE>::value, Stream>& operator>>( in operator >>()
241 MESSAGE& m) { in operator >>()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Dphonemetadata.pb.js2417 fieldType: goog.proto2.Message.FieldType.MESSAGE,
2422 fieldType: goog.proto2.Message.FieldType.MESSAGE,
2427 fieldType: goog.proto2.Message.FieldType.MESSAGE,
2432 fieldType: goog.proto2.Message.FieldType.MESSAGE,
2437 fieldType: goog.proto2.Message.FieldType.MESSAGE,
2442 fieldType: goog.proto2.Message.FieldType.MESSAGE,
2447 fieldType: goog.proto2.Message.FieldType.MESSAGE,
2452 fieldType: goog.proto2.Message.FieldType.MESSAGE,
2457 fieldType: goog.proto2.Message.FieldType.MESSAGE,
2462 fieldType: goog.proto2.Message.FieldType.MESSAGE,
[all...]
/third_party/protobuf/php/src/Google/Protobuf/
H A DApi.php179 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Method::class);
205 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Option::class);
317 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Mixin::class);
/third_party/mesa3d/src/mapi/glapi/
H A Dglapi_dispatch.c59 #define DISPATCH(FUNC, ARGS, MESSAGE) \
60 fprintf MESSAGE; \
63 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \
64 fprintf MESSAGE; \
69 #define DISPATCH(FUNC, ARGS, MESSAGE) \
72 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \
/third_party/mbedtls/programs/ssl/
H A Ddtls_client.c51 #define MESSAGE "Echo this" macro
245 len = sizeof(MESSAGE) - 1; in main()
248 ret = mbedtls_ssl_write(&ssl, (unsigned char *) MESSAGE, len); in main()
258 mbedtls_printf(" %d bytes written\n\n%s\n\n", len, MESSAGE); in main()
/third_party/mesa3d/src/gallium/targets/libgl-xlib/
H A Dxlib.c123 #define DISPATCH(FUNC, ARGS, MESSAGE) \
126 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \

Completed in 14 milliseconds

12345