Home
last modified time | relevance | path

Searched refs:ValueCase (Results 1 – 17 of 17) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DMetrics.cs77 switch (other.ValueCase) { in GaugeResponse()
151 public ValueOneofCase ValueCase { property in Grpc.Testing.GaugeResponse
178 if (ValueCase != other.ValueCase) return false; in Equals()
253 switch (other.ValueCase) { in MergeFrom()
DControlExtensions.cs32 switch (channelArgument.ValueCase) in ToChannelOption()
DControl.cs825 switch (other.ValueCase) { in ChannelArg()
884 public ValueOneofCase ValueCase { property in Grpc.Testing.ChannelArg
910 if (ValueCase != other.ValueCase) return false; in Equals()
977 switch (other.ValueCase) { in MergeFrom()
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/CoreStats/
DStats.cs350 switch (other.ValueCase) { in Metric()
409 public ValueOneofCase ValueCase { property in Grpc.Core.Metric
435 if (ValueCase != other.ValueCase) return false; in Equals()
502 switch (other.ValueCase) { in MergeFrom()
/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_visitor.h53 XStat::ValueCase ValueCase() const { return stat_->value_case(); } in ValueCase() function
64 return ValueCase() == XStat::kUint64Value ? UintValue() in IntOrUintValue()
Dhlo_proto_map.cc60 if (stat.ValueCase() != XStat::kBytesValue) return; in ParseHloProtosFromXSpace()
81 if (hlo_proto_stat->ValueCase() != XStat::kBytesValue) return; in ParseHloProtosFromXSpace()
Dxplane_utils.cc120 if (stat.ValueCase() == XStat::kRefValue) { in CopyEventMetadata()
/external/grpc-grpc-java/interop-testing/src/generated/main/java/io/grpc/testing/integration/
DMetrics.java51 public io.grpc.testing.integration.Metrics.GaugeResponse.ValueCase getValueCase(); in getValueCase()
152 public enum ValueCase enum in Metrics.GaugeResponse
159 private ValueCase(int value) { in ValueCase() method in Metrics.GaugeResponse.ValueCase
166 public static ValueCase valueOf(int value) { in valueOf()
170 public static ValueCase forNumber(int value) { in forNumber()
184 public ValueCase
186 return ValueCase.forNumber( in getValueCase()
671 public ValueCase
673 return ValueCase.forNumber( in getValueCase()
/external/tensorflow/tensorflow/core/summary/
Dsummary_db_writer.cc1034 case Summary::Value::ValueCase::kTensor: in MigrateSummary()
1037 case Summary::Value::ValueCase::kSimpleValue: in MigrateSummary()
1040 case Summary::Value::ValueCase::kHisto: in MigrateSummary()
1043 case Summary::Value::ValueCase::kImage: in MigrateSummary()
1046 case Summary::Value::ValueCase::kAudio: in MigrateSummary()
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_trace_events.cc89 if (stat.ValueCase() == XStat::VALUE_NOT_SET) return; in ConvertXPlaneToTraceEvents()
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestIssues.cs2668 switch (other.ValueCase) { in OneofMerging()
2720 public ValueOneofCase ValueCase { property in UnitTest.Issues.TestProtos.OneofMerging
2748 if (ValueCase != other.ValueCase) return false; in Equals()
2831 switch (other.ValueCase) { in MergeFrom()
3174 switch (other.ValueCase) { in NullValueOutsideStruct()
3226 public ValueOneofCase ValueCase { property in UnitTest.Issues.TestProtos.NullValueOutsideStruct
3254 if (ValueCase != other.ValueCase) return false; in Equals()
3337 switch (other.ValueCase) { in MergeFrom()
/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestIssues.cs2672 switch (other.ValueCase) { in OneofMerging()
2724 public ValueOneofCase ValueCase { property in UnitTest.Issues.TestProtos.OneofMerging
2752 if (ValueCase != other.ValueCase) return false; in Equals()
2835 switch (other.ValueCase) { in MergeFrom()
3178 switch (other.ValueCase) { in NullValueOutsideStruct()
3230 public ValueOneofCase ValueCase { property in UnitTest.Issues.TestProtos.NullValueOutsideStruct
3258 if (ValueCase != other.ValueCase) return false; in Equals()
3341 switch (other.ValueCase) { in MergeFrom()
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dcombine_tpu_embedding_load_retrieve_pass.cc47 using ValueCase = AttrValue::ValueCase; typedef
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonParserTest.cs984 Assert.AreEqual(NullValueOutsideStruct.ValueOneofCase.NullValue, message.ValueCase); in NullValueOutsideStruct_NullLiteral()
1004 Assert.AreEqual(NullValueOutsideStruct.ValueOneofCase.NullValue, message.ValueCase); in NullValueOutsideStruct_Compatibility()
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DJsonParserTest.cs984 Assert.AreEqual(NullValueOutsideStruct.ValueOneofCase.NullValue, message.ValueCase); in NullValueOutsideStruct_NullLiteral()
1004 Assert.AreEqual(NullValueOutsideStruct.ValueOneofCase.NullValue, message.ValueCase); in NullValueOutsideStruct_Compatibility()
/external/tensorflow/tensorflow/c/
Dkernels_test.cc322 EXPECT_TRUE(value.value_case() == ::tensorflow::AttrValue::ValueCase::kI); in TEST_F()
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java2790 public io.grpc.benchmarks.proto.Control.ChannelArg.ValueCase getValueCase(); in getValueCase()
2882 public enum ValueCase enum in Control.ChannelArg
2888 private ValueCase(int value) { in ValueCase() method in Control.ChannelArg.ValueCase
2895 public static ValueCase valueOf(int value) { in valueOf()
2899 public static ValueCase forNumber(int value) { in forNumber()
2912 public ValueCase
2914 return ValueCase.forNumber( in getValueCase()
3356 public ValueCase
3358 return ValueCase.forNumber( in getValueCase()