Home
last modified time | relevance | path

Searched defs:struct_value (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dstruct.proto74 Struct struct_value = 5; field
Dstruct.pb.cc605 void Value::set_allocated_struct_value(::google::protobuf::Struct* struct_value) {
Dstruct.pb.h1122 inline const ::google::protobuf::Struct& Value::struct_value() const ABSL_ATTRIBUTE_LIFETIME_BOUND { in struct_value() function
/third_party/grpc/src/core/xds/xds_client/
Dxds_api.cc68 google_protobuf_Struct* struct_value = in PopulateMetadataValue() local
/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types.py500 def _SetStructValue(struct_value, value): argument
521 def _GetStructValue(struct_value): argument
/third_party/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto156 google.protobuf.Struct struct_value = 1; field