Searched defs:KeyValuePair (Results  1 – 10 of 10) sorted by relevance
| /external/webrtc/sdk/android/api/org/webrtc/ | 
| D | MediaConstraints.java | 23   public static class KeyValuePair {  class in MediaConstraints27     public KeyValuePair(String key, String value) {  in KeyValuePair()  method in MediaConstraints.KeyValuePair
 
 | 
| /external/skia/bazel/exporter/build_proto/analysis_v2/ | 
| D | analysis_v2.pb.go | 772 type KeyValuePair struct {  struct773 	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/ | 
| D | cyclic.proto | 19 message KeyValuePair  message
 | 
| /external/grpc-grpc/third_party/nanopb/tests/cyclic_messages/ | 
| D | cyclic.proto | 19 message KeyValuePair  message
 | 
| /external/grpc-grpc/src/proto/grpc/binary_log/v1alpha/ | 
| D | log.proto | 28 message KeyValuePair {  message
 | 
| /external/rust/crates/grpcio-sys/grpc/src/proto/grpc/binary_log/v1alpha/ | 
| D | log.proto | 28 message KeyValuePair {  message
 | 
| /external/pigweed/pw_protobuf/pw_protobuf_test_protos/ | 
| D | full_test.proto | 204 message KeyValuePair {  message
 | 
| /external/cronet/net/third_party/quiche/src/quiche/balsa/ | 
| D | balsa_frame_test.cc | 494   struct KeyValuePair {  struct in quiche::test::__anon8433b6240111::FakeHeaders495     KeyValuePair(const std::string& key, const std::string& value)  in KeyValuePair()  argument
 497     KeyValuePair() {}  in KeyValuePair()  function
 499     std::string key;
 500     std::string value;
 
 | 
| /external/cronet/base/win/ | 
| D | map.h | 70   KeyValuePair(StorageK key, StorageV value)  in KeyValuePair()  function
 | 
| /external/python/cpython3/Parser/ | 
| D | pegen.h | 89 } KeyValuePair;  typedef
 |