Searched defs:TypedStruct (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/udpa/type/v1/ |
D | typed_struct.pb.go | 29 type TypedStruct struct { struct 30 state protoimpl.MessageState 31 sizeCache protoimpl.SizeCache 32 unknownFields protoimpl.UnknownFields 34 …tring `protobuf:"bytes,1,opt,name=type_url,json=typeUrl,proto3" json:"type_url,omitempty"` 35 Value *_struct.Struct `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` 38 func (x *TypedStruct) Reset() { 47 func (x *TypedStruct) String() string { 51 func (*TypedStruct) ProtoMessage() {} 53 func (x *TypedStruct) ProtoReflect() protoreflect.Message { [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/xds/type/v3/ |
D | typed_struct.pb.go | 29 type TypedStruct struct { struct 30 state protoimpl.MessageState 31 sizeCache protoimpl.SizeCache 32 unknownFields protoimpl.UnknownFields 34 …tring `protobuf:"bytes,1,opt,name=type_url,json=typeUrl,proto3" json:"type_url,omitempty"` 35 Value *_struct.Struct `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` 38 func (x *TypedStruct) Reset() { 47 func (x *TypedStruct) String() string { 51 func (*TypedStruct) ProtoMessage() {} 53 func (x *TypedStruct) ProtoReflect() protoreflect.Message { [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/ |
D | typed_struct.proto | 45 message TypedStruct { message
|
D | udpa_typed_struct.proto | 45 message TypedStruct { message
|
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/xds/src/main/proto/xds/type/v3/ |
H A D | typed_struct.proto | 36 message TypedStruct { message
|
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/xds/v3/ |
H A D | typed_struct.proto | 45 message TypedStruct { message
|
H A D | udpa_typed_struct.proto | 45 message TypedStruct { message
|
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/xds/src/main/proto/udpa/type/v1/ |
H A D | typed_struct.proto | 38 message TypedStruct { message
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/udpa/type/v1/ |
D | typed_struct.proto | 38 message TypedStruct { message
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/xds/type/v3/ |
D | typed_struct.proto | 36 message TypedStruct { message
|
/aosp_15_r20/external/grpc-grpc/test/core/xds/ |
H A D | xds_common_types_test.cc | 562 TEST_F(ExtractXdsExtensionTest, TypedStruct) { in TEST_F() argument
|
H A D | xds_http_filters_test.cc | 445 TEST_P(XdsFaultInjectionFilterConfigTest, TypedStruct) { in TEST_P() argument
|