/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | ScenarioResult.php | 7 use Google\Protobuf\Internal\GPBType; alias 148 …$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Grpc\Testing… 174 …$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Grpc\Testing… 200 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT32); 252 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::BOOL); 274 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::BOOL); 300 …$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Grpc\Testing…
|
D | ClientConfig.php | 7 use Google\Protobuf\Internal\GPBType; alias 132 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING); 376 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT32); 446 …$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Grpc\Testing…
|
D | ServerConfig.php | 7 use Google\Protobuf\Internal\GPBType; alias 259 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT32); 359 …$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Grpc\Testing…
|
D | Scenarios.php | 7 use Google\Protobuf\Internal\GPBType; alias 44 …$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Grpc\Testing…
|
D | DebugInfo.php | 7 use Google\Protobuf\Internal\GPBType; alias 48 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
|
D | ReconnectInfo.php | 7 use Google\Protobuf\Internal\GPBType; alias 72 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT32);
|
D | StreamingOutputCallRequest.php | 7 use Google\Protobuf\Internal\GPBType; alias 106 …$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Grpc\Testing…
|
D | HistogramData.php | 7 use Google\Protobuf\Internal\GPBType; alias 64 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::UINT32);
|
D | ClientStats.php | 7 use Google\Protobuf\Internal\GPBType; alias 176 …$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Grpc\Testing…
|
D | PBEmpty.php | 7 use Google\Protobuf\Internal\GPBType; alias
|
D | ClosedLoopParams.php | 7 use Google\Protobuf\Internal\GPBType; alias
|
D | CoreRequest.php | 7 use Google\Protobuf\Internal\GPBType; alias
|
D | PBVoid.php | 7 use Google\Protobuf\Internal\GPBType; alias
|
D | ComplexProtoParams.php | 7 use Google\Protobuf\Internal\GPBType; alias
|
D | Response.php | 7 use Google\Protobuf\Internal\GPBType; alias
|
D | EmptyMessage.php | 7 use Google\Protobuf\Internal\GPBType; alias
|
D | Request.php | 7 use Google\Protobuf\Internal\GPBType; alias
|
D | PoissonParams.php | 7 use Google\Protobuf\Internal\GPBType; alias
|
D | ProxyStat.php | 7 use Google\Protobuf\Internal\GPBType; alias
|
D | ReconnectParams.php | 7 use Google\Protobuf\Internal\GPBType; alias
|
D | CoreResponse.php | 7 use Google\Protobuf\Internal\GPBType; alias
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Core/ |
D | Stats.php | 7 use Google\Protobuf\Internal\GPBType; alias 42 …$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Grpc\Core\Me…
|
D | Histogram.php | 7 use Google\Protobuf\Internal\GPBType; alias 42 …$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Grpc\Core\Bu…
|
/external/protobuf/objectivec/google/protobuf/ |
D | Type.pbobjc.h | 158 #pragma mark - GPBType 170 @interface GPBType : GPBMessage 202 int32_t GPBType_Syntax_RawValue(GPBType *message); 206 void SetGPBType_Syntax_RawValue(GPBType *message, int32_t value);
|
D | Type.pbobjc.m | 80 #pragma mark - GPBType 82 @implementation GPBType implementation 163 [GPBDescriptor allocDescriptorForClass:[GPBType class] 178 int32_t GPBType_Syntax_RawValue(GPBType *message) { 179 GPBDescriptor *descriptor = [GPBType descriptor]; 184 void SetGPBType_Syntax_RawValue(GPBType *message, int32_t value) { 185 GPBDescriptor *descriptor = [GPBType descriptor];
|