Searched defs:Int64Range (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/xds/type/v3/ |
D | range.pb.go | 28 type Int64Range struct { struct 29 state protoimpl.MessageState 30 sizeCache protoimpl.SizeCache 31 unknownFields protoimpl.UnknownFields 33 Start int64 `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"` 34 End int64 `protobuf:"varint,2,opt,name=end,proto3" json:"end,omitempty"` 37 func (x *Int64Range) Reset() { 46 func (x *Int64Range) String() string { 50 func (*Int64Range) ProtoMessage() {} 52 func (x *Int64Range) ProtoReflect() protoreflect.Message { [all …]
|
/aosp_15_r20/external/icing/icing/query/advanced_query_parser/ |
H A D | query-visitor.cc | 102 struct Int64Range { struct 103 int64_t low; 104 int64_t high;
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/ |
D | range.proto | 25 message Int64Range { message
|
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/xds/v3/ |
H A D | range.proto | 25 message Int64Range { message
|
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/type/ |
H A D | range.proto | 17 message Int64Range { message
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/xds/type/v3/ |
D | range.proto | 14 message Int64Range { message
|
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/type/v3/ |
H A D | range.proto | 18 message Int64Range { message
|