OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PoissonParams
(Results
1 - 5
of
5
) sorted by null
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
PoissonParams.php
15
* Generated from protobuf message <code>grpc.testing.
PoissonParams
</code>
17
class
PoissonParams
extends \Google\Protobuf\Internal\Message
LoadParams.php
46
* Generated from protobuf field <code>.grpc.testing.
PoissonParams
poisson = 2;</code>
47
* @return \Grpc\Testing\
PoissonParams
55
* Generated from protobuf field <code>.grpc.testing.
PoissonParams
poisson = 2;</code>
56
* @param \Grpc\Testing\
PoissonParams
$var
61
GPBUtil::checkMessage($var, \Grpc\Testing\
PoissonParams
::class);
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
Control.java
392
// @@protoc_insertion_point(interface_extends:grpc.testing.
PoissonParams
)
410
* Protobuf type {@code grpc.testing.
PoissonParams
}
412
public static final class
PoissonParams
extends
414
// @@protoc_insertion_point(message_implements:grpc.testing.
PoissonParams
)
417
// Use
PoissonParams
.newBuilder() to construct.
418
private
PoissonParams
(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
421
private
PoissonParams
() {
430
private
PoissonParams
(
482
io.grpc.benchmarks.proto.Control.
PoissonParams
.class, io.grpc.benchmarks.proto.Control.
PoissonParams
.Builder.class)
[
all
...]
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
control_pb.rb
9
add_message "grpc.testing.
PoissonParams
" do
17
optional :poisson, :message, 2, "grpc.testing.
PoissonParams
"
160
PoissonParams
= Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.
PoissonParams
").msgclass
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Control.cs
107
new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.
PoissonParams
), global::Grpc.Testing.
PoissonParams
.Parser, new[]{ "OfferedLoad" }, null, null, null),
170
public sealed partial class
PoissonParams
: pb::IMessage<
PoissonParams
> {
171
private static readonly pb::MessageParser<
PoissonParams
> _parser = new pb::MessageParser<
PoissonParams
>(() => new
PoissonParams
());
174
public static pb::MessageParser<
PoissonParams
> Parser { get { return _parser; } }
187
public
PoissonParams
() {
194
public
PoissonParams
(PoissonParams other) : this()
[
all
...]
Completed in 398 milliseconds