Home
last modified time | relevance | path

Searched defs:KeyValuePair (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/sdk/android/api/org/webrtc/
DMediaConstraints.java23 public static class KeyValuePair { class in MediaConstraints
27 public KeyValuePair(String key, String value) { in KeyValuePair() method in MediaConstraints.KeyValuePair
/external/skia/bazel/exporter/build_proto/analysis_v2/
Danalysis_v2.pb.go772 type KeyValuePair struct { struct
773 state protoimpl.MessageState
774 sizeCache protoimpl.SizeCache
775 unknownFields protoimpl.UnknownFields
778 Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
780 Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
783 func (x *KeyValuePair) Reset() {
792 func (x *KeyValuePair) String() string {
796 func (*KeyValuePair) ProtoMessage() {}
798 func (x *KeyValuePair) ProtoReflect() protoreflect.Message {
[all …]
/external/nanopb-c/tests/cyclic_messages/
Dcyclic.proto19 message KeyValuePair message
/external/grpc-grpc/third_party/nanopb/tests/cyclic_messages/
Dcyclic.proto19 message KeyValuePair message
/external/grpc-grpc/src/proto/grpc/binary_log/v1alpha/
Dlog.proto28 message KeyValuePair { message
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/binary_log/v1alpha/
Dlog.proto28 message KeyValuePair { message
/external/pigweed/pw_protobuf/pw_protobuf_test_protos/
Dfull_test.proto204 message KeyValuePair { message
/external/cronet/net/third_party/quiche/src/quiche/balsa/
Dbalsa_frame_test.cc494 struct KeyValuePair { struct in quiche::test::__anon8433b6240111::FakeHeaders
495 KeyValuePair(const std::string& key, const std::string& value) in KeyValuePair() argument
497 KeyValuePair() {} in KeyValuePair() argument
499 std::string key;
500 std::string value;
/external/cronet/base/win/
Dmap.h70 KeyValuePair(StorageK key, StorageV value) in KeyValuePair() function
/external/python/cpython3/Parser/
Dpegen.h89 } KeyValuePair; typedef