Searched refs:checkMessage (Results 1 – 25 of 46) sorted by relevance
12
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | SimpleRequest.php | 194 GPBUtil::checkMessage($var, \Grpc\Testing\Payload::class); 278 GPBUtil::checkMessage($var, \Grpc\Testing\BoolValue::class); 304 GPBUtil::checkMessage($var, \Grpc\Testing\EchoStatus::class); 330 GPBUtil::checkMessage($var, \Grpc\Testing\BoolValue::class);
|
D | PayloadConfig.php | 50 GPBUtil::checkMessage($var, \Grpc\Testing\ByteBufferParams::class); 72 GPBUtil::checkMessage($var, \Grpc\Testing\SimpleProtoParams::class); 94 GPBUtil::checkMessage($var, \Grpc\Testing\ComplexProtoParams::class);
|
D | ClientConfig.php | 231 GPBUtil::checkMessage($var, \Grpc\Testing\SecurityParams::class); 361 GPBUtil::checkMessage($var, \Grpc\Testing\LoadParams::class); 383 GPBUtil::checkMessage($var, \Grpc\Testing\PayloadConfig::class); 405 GPBUtil::checkMessage($var, \Grpc\Testing\HistogramParams::class);
|
D | ScenarioResult.php | 121 GPBUtil::checkMessage($var, \Grpc\Testing\Scenario::class); 147 GPBUtil::checkMessage($var, \Grpc\Testing\HistogramData::class); 251 GPBUtil::checkMessage($var, \Grpc\Testing\ScenarioResultSummary::class);
|
D | ServerArgs.php | 49 GPBUtil::checkMessage($var, \Grpc\Testing\ServerConfig::class); 71 GPBUtil::checkMessage($var, \Grpc\Testing\Mark::class);
|
D | StreamingInputCallRequest.php | 74 GPBUtil::checkMessage($var, \Grpc\Testing\Payload::class); 106 GPBUtil::checkMessage($var, \Grpc\Testing\BoolValue::class);
|
D | ClientArgs.php | 49 GPBUtil::checkMessage($var, \Grpc\Testing\ClientConfig::class); 71 GPBUtil::checkMessage($var, \Grpc\Testing\Mark::class);
|
D | LoadParams.php | 49 GPBUtil::checkMessage($var, \Grpc\Testing\ClosedLoopParams::class); 71 GPBUtil::checkMessage($var, \Grpc\Testing\PoissonParams::class);
|
D | StreamingOutputCallRequest.php | 148 GPBUtil::checkMessage($var, \Grpc\Testing\Payload::class); 174 GPBUtil::checkMessage($var, \Grpc\Testing\EchoStatus::class);
|
D | ClientStats.php | 100 GPBUtil::checkMessage($var, \Grpc\Testing\HistogramData::class); 248 GPBUtil::checkMessage($var, \Grpc\Core\Stats::class);
|
D | Scenario.php | 142 GPBUtil::checkMessage($var, \Grpc\Testing\ClientConfig::class); 194 GPBUtil::checkMessage($var, \Grpc\Testing\ServerConfig::class);
|
D | ServerConfig.php | 161 GPBUtil::checkMessage($var, \Grpc\Testing\SecurityParams::class); 271 GPBUtil::checkMessage($var, \Grpc\Testing\PayloadConfig::class);
|
D | RequestParams.php | 372 GPBUtil::checkMessage($var, \Grpc\Testing\DebugInfo::class); 442 GPBUtil::checkMessage($var, \Grpc\Testing\ErrorStatus::class);
|
D | StreamingOutputCallResponse.php | 60 GPBUtil::checkMessage($var, \Grpc\Testing\Payload::class);
|
D | ClientStatus.php | 51 GPBUtil::checkMessage($var, \Grpc\Testing\ClientStats::class);
|
D | EchoResponse.php | 78 GPBUtil::checkMessage($var, \Grpc\Testing\ResponseParams::class);
|
D | EchoRequest.php | 78 GPBUtil::checkMessage($var, \Grpc\Testing\RequestParams::class);
|
D | ServerStatus.php | 67 GPBUtil::checkMessage($var, \Grpc\Testing\ServerStats::class);
|
/third_party/grpc/src/php/tests/interop/Grpc/Testing/ |
D | SimpleRequest.php | 204 GPBUtil::checkMessage($var, \Grpc\Testing\Payload::class); 298 GPBUtil::checkMessage($var, \Grpc\Testing\BoolValue::class); 334 GPBUtil::checkMessage($var, \Grpc\Testing\EchoStatus::class); 370 GPBUtil::checkMessage($var, \Grpc\Testing\BoolValue::class);
|
D | StreamingInputCallRequest.php | 84 GPBUtil::checkMessage($var, \Grpc\Testing\Payload::class); 126 GPBUtil::checkMessage($var, \Grpc\Testing\BoolValue::class);
|
D | StreamingOutputCallRequest.php | 158 GPBUtil::checkMessage($var, \Grpc\Testing\Payload::class); 194 GPBUtil::checkMessage($var, \Grpc\Testing\EchoStatus::class);
|
D | StreamingOutputCallResponse.php | 70 GPBUtil::checkMessage($var, \Grpc\Testing\Payload::class);
|
/third_party/protobuf/php/src/Google/Protobuf/ |
D | Value.php | 198 GPBUtil::checkMessage($var, \Google\Protobuf\Struct::class); 229 GPBUtil::checkMessage($var, \Google\Protobuf\ListValue::class);
|
D | Option.php | 119 GPBUtil::checkMessage($var, \Google\Protobuf\Any::class);
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | FileDescriptorProto.php | 398 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\FileOptions::class); 440 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\SourceCodeInfo::class);
|
12