Searched refs:trigger_error (Results 1 – 25 of 26) sorted by relevance
12
/third_party/protobuf/conformance/ |
D | conformance_php.php | 47 trigger_error("Protobuf request doesn't have specific payload type", E_USER_ERROR); 64 trigger_error("Request didn't have payload.", E_USER_ERROR); 68 trigger_error("Unspecified output format.", E_USER_ERROR); 96 trigger_error("I/O error", E_USER_ERROR);
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify22.c | 96 void (*trigger_error)(void); member 100 .trigger_error = &trigger_fs_abort, 107 .trigger_error = &tcase2_trigger_lookup, 114 .trigger_error = &tcase3_trigger, 121 .trigger_error = &tcase4_trigger, 243 tcase->trigger_error(); in do_test()
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | RepeatedField.php | 180 trigger_error("RepeatedField element cannot be null.", 193 trigger_error( 217 trigger_error(
|
D | MapField.php | 192 trigger_error("Map element cannot be null.", E_USER_ERROR); 284 trigger_error(
|
D | DescriptorProto_ExtensionRange.php | 15 @trigger_error('Google\Protobuf\Internal\DescriptorProto_ExtensionRange is deprecated and will be r…
|
D | FileOptions_OptimizeMode.php | 15 @trigger_error('Google\Protobuf\Internal\FileOptions_OptimizeMode is deprecated and will be removed…
|
D | UninterpretedOption_NamePart.php | 15 @trigger_error('Google\Protobuf\Internal\UninterpretedOption_NamePart is deprecated and will be rem…
|
D | FieldDescriptorProto_Label.php | 15 @trigger_error('Google\Protobuf\Internal\FieldDescriptorProto_Label is deprecated and will be remov…
|
D | EnumDescriptorProto_EnumReservedRange.php | 15 @trigger_error('Google\Protobuf\Internal\EnumDescriptorProto_EnumReservedRange is deprecated and wi…
|
D | DescriptorProto_ReservedRange.php | 15 @trigger_error('Google\Protobuf\Internal\DescriptorProto_ReservedRange is deprecated and will be re…
|
D | SourceCodeInfo_Location.php | 15 @trigger_error('Google\Protobuf\Internal\SourceCodeInfo_Location is deprecated and will be removed …
|
D | GeneratedCodeInfo_Annotation.php | 15 @trigger_error('Google\Protobuf\Internal\GeneratedCodeInfo_Annotation is deprecated and will be rem…
|
D | FieldOptions_JSType.php | 15 @trigger_error('Google\Protobuf\Internal\FieldOptions_JSType is deprecated and will be removed in t…
|
D | FieldOptions_CType.php | 15 @trigger_error('Google\Protobuf\Internal\FieldOptions_CType is deprecated and will be removed in th…
|
D | FieldDescriptorProto_Type.php | 15 @trigger_error('Google\Protobuf\Internal\FieldDescriptorProto_Type is deprecated and will be remove…
|
D | MethodOptions_IdempotencyLevel.php | 15 @trigger_error('Google\Protobuf\Internal\MethodOptions_IdempotencyLevel is deprecated and will be r…
|
D | CodedOutputStream.php | 92 trigger_error("Output stream doesn't have enough buffer.");
|
D | DescriptorPool.php | 160 trigger_error(
|
/third_party/grpc/src/php/tests/interop/Grpc/Testing/ |
D | ClientConfigureRequest_Metadata.php | 15 @trigger_error('Grpc\Testing\ClientConfigureRequest_Metadata is deprecated and will be removed in t…
|
D | LoadBalancerStatsResponse_RpcsByPeer.php | 15 @trigger_error('Grpc\Testing\LoadBalancerStatsResponse_RpcsByPeer is deprecated and will be removed…
|
D | ClientConfigureRequest_RpcType.php | 15 @trigger_error('Grpc\Testing\ClientConfigureRequest_RpcType is deprecated and will be removed in th…
|
D | LoadBalancerAccumulatedStatsResponse_MethodStats.php | 15 @trigger_error('Grpc\Testing\LoadBalancerAccumulatedStatsResponse_MethodStats is deprecated and wil…
|
/third_party/protobuf/php/src/Google/Protobuf/ |
D | Field_Kind.php | 15 @trigger_error('Google\Protobuf\Field_Kind is deprecated and will be removed in the next major rele…
|
D | Field_Cardinality.php | 15 @trigger_error('Google\Protobuf\Field_Cardinality is deprecated and will be removed in the next maj…
|
D | Any.php | 294 trigger_error("Given parameter is not a message instance.",
|
12