Home
last modified time | relevance | path

Searched refs:GPBType (Results 1 – 25 of 59) sorted by relevance

123

/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DScenarioResult.php7 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…
DClientConfig.php7 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…
DServerConfig.php7 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…
DScenarios.php7 use Google\Protobuf\Internal\GPBType; alias
44 …$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Grpc\Testing…
DDebugInfo.php7 use Google\Protobuf\Internal\GPBType; alias
48 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
DReconnectInfo.php7 use Google\Protobuf\Internal\GPBType; alias
72 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT32);
DStreamingOutputCallRequest.php7 use Google\Protobuf\Internal\GPBType; alias
106 …$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Grpc\Testing…
DHistogramData.php7 use Google\Protobuf\Internal\GPBType; alias
64 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::UINT32);
DClientStats.php7 use Google\Protobuf\Internal\GPBType; alias
176 …$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Grpc\Testing…
DPBEmpty.php7 use Google\Protobuf\Internal\GPBType; alias
DClosedLoopParams.php7 use Google\Protobuf\Internal\GPBType; alias
DCoreRequest.php7 use Google\Protobuf\Internal\GPBType; alias
DPBVoid.php7 use Google\Protobuf\Internal\GPBType; alias
DComplexProtoParams.php7 use Google\Protobuf\Internal\GPBType; alias
DResponse.php7 use Google\Protobuf\Internal\GPBType; alias
DEmptyMessage.php7 use Google\Protobuf\Internal\GPBType; alias
DRequest.php7 use Google\Protobuf\Internal\GPBType; alias
DPoissonParams.php7 use Google\Protobuf\Internal\GPBType; alias
DProxyStat.php7 use Google\Protobuf\Internal\GPBType; alias
DReconnectParams.php7 use Google\Protobuf\Internal\GPBType; alias
DCoreResponse.php7 use Google\Protobuf\Internal\GPBType; alias
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Core/
DStats.php7 use Google\Protobuf\Internal\GPBType; alias
42 …$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Grpc\Core\Me…
DHistogram.php7 use Google\Protobuf\Internal\GPBType; alias
42 …$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Grpc\Core\Bu…
/external/protobuf/objectivec/google/protobuf/
DType.pbobjc.h158 #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);
DType.pbobjc.m80 #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];

123