Home
last modified time | relevance | path

Searched refs:setStructValue (Results 1 – 25 of 26) sorted by relevance

12

/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DValues.java65 return Value.newBuilder().setStructValue(value).build(); in of()
/external/cronet/tot/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DValues.java65 return Value.newBuilder().setStructValue(value).build(); in of()
/external/cronet/stable/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DValues.java65 return Value.newBuilder().setStructValue(value).build(); in of()
/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/
DValue.php196 public function setStructValue($var) function in Google\\Protobuf\\Value
/external/protobuf/php/src/Google/Protobuf/
DValue.php196 public function setStructValue($var) function in Google\\Protobuf\\Value
/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/
DValue.php196 public function setStructValue($var) function in Google\\Protobuf\\Value
/external/cronet/tot/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
DValuesTest.java80 .isEqualTo(Value.newBuilder().setStructValue(builder.build()).build()); in testOfStruct_ConstructsValue()
DJsonFormatTest.java983 "struct_value", Value.newBuilder().setStructValue(subStructBuilder.build()).build()); in testStruct()
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/
DValuesTest.java80 .isEqualTo(Value.newBuilder().setStructValue(builder.build()).build()); in testOfStruct_ConstructsValue()
DJsonFormatTest.java983 "struct_value", Value.newBuilder().setStructValue(subStructBuilder.build()).build()); in testStruct()
/external/cronet/stable/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
DValuesTest.java80 .isEqualTo(Value.newBuilder().setStructValue(builder.build()).build()); in testOfStruct_ConstructsValue()
DJsonFormatTest.java983 "struct_value", Value.newBuilder().setStructValue(subStructBuilder.build()).build()); in testStruct()
/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
DEnvoyProtoData.java300 valueBuilder.setStructValue(structBuilder); in convertToValue()
/external/cronet/tot/third_party/protobuf/php/tests/
DWellKnownTest.php291 $m->setStructValue(new Struct());
DEncodeDecodeTest.php1086 $m->setFields(['test' => (new Value())->setStructValue(new Struct())]);
/external/protobuf/php/tests/
DWellKnownTest.php291 $m->setStructValue(new Struct());
DEncodeDecodeTest.php1086 $m->setFields(['test' => (new Value())->setStructValue(new Struct())]);
/external/cronet/stable/third_party/protobuf/php/tests/
DWellKnownTest.php291 $m->setStructValue(new Struct());
DEncodeDecodeTest.php1086 $m->setFields(['test' => (new Value())->setStructValue(new Struct())]);
/external/grpc-grpc-java/gcp-observability/src/test/java/io/grpc/gcp/observability/logging/
DGcpLogSinkTest.java99 .putFields("payload", Value.newBuilder().setStructValue(struct).build())
/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php1212 $this->setStructValue($struct_value);
/external/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php1212 $this->setStructValue($struct_value);
/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php1212 $this->setStructValue($struct_value);
/external/cronet/tot/third_party/protobuf/php/ext/google/protobuf/
Dwkt.inc1313 static PHP_METHOD(google_protobuf_Value, setStructValue) {
1367 PHP_ME(google_protobuf_Value, setStructValue, arginfo_setter, ZEND_ACC_PUBLIC)
/external/cronet/stable/third_party/protobuf/php/ext/google/protobuf/
Dwkt.inc1313 static PHP_METHOD(google_protobuf_Value, setStructValue) {
1367 PHP_ME(google_protobuf_Value, setStructValue, arginfo_setter, ZEND_ACC_PUBLIC)

12