Home
last modified time | relevance | path

Searched refs:KeyValuePair (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DMediaConstraints.java39 public static class KeyValuePair { class in MediaConstraints
43 public KeyValuePair(String key, String value) { in KeyValuePair() method in MediaConstraints.KeyValuePair
68 KeyValuePair that = (KeyValuePair)other; in equals()
78 public final List<KeyValuePair> mandatory;
79 public final List<KeyValuePair> optional;
82 mandatory = new LinkedList<KeyValuePair>(); in MediaConstraints()
83 optional = new LinkedList<KeyValuePair>(); in MediaConstraints()
86 private static String stringifyKeyValuePairList(List<KeyValuePair> list) { in stringifyKeyValuePairList()
88 for (KeyValuePair pair : list) { in stringifyKeyValuePairList()
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DMapField.cs72 private readonly Dictionary<TKey, LinkedListNode<KeyValuePair<TKey, TValue>>> map =
73 new Dictionary<TKey, LinkedListNode<KeyValuePair<TKey, TValue>>>();
74 …private readonly LinkedList<KeyValuePair<TKey, TValue>> list = new LinkedList<KeyValuePair<TKey, T…
145 LinkedListNode<KeyValuePair<TKey, TValue>> node; in Remove()
168 LinkedListNode<KeyValuePair<TKey, TValue>> node; in TryGetValue()
208 LinkedListNode<KeyValuePair<TKey, TValue>> node;
209 var pair = new KeyValuePair<TKey, TValue>(key, value);
251 public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator() in GetEnumerator()
271 void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) in Add()
290 bool ICollection<KeyValuePair<TKey, TValue>>.Contains(KeyValuePair<TKey, TValue> item) in Contains()
[all …]
DReadOnlyDictionary.cs87 public void Add(KeyValuePair<TKey, TValue> item) in Add()
97 public bool Contains(KeyValuePair<TKey, TValue> item) in Contains()
102 public void CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex) in CopyTo()
117 public bool Remove(KeyValuePair<TKey, TValue> item) in Remove()
122 public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator() in GetEnumerator()
/external/nanopb-c/tests/cyclic_messages/
Dcyclic_callback.options5 KeyValuePair.key max_size:8
6 KeyValuePair.stringValue max_size:8
7 KeyValuePair.treeValue type:FT_CALLBACK
Dcyclic.proto16 repeated KeyValuePair dictItem = 1;
19 message KeyValuePair message
Dencode_cyclic_callback.c68 KeyValuePair pair = KeyValuePair_init_zero; in encode_dictionary()
/external/grpc-grpc/third_party/nanopb/tests/cyclic_messages/
Dcyclic_callback.options5 KeyValuePair.key max_size:8
6 KeyValuePair.stringValue max_size:8
7 KeyValuePair.treeValue type:FT_CALLBACK
Dcyclic.proto16 repeated KeyValuePair dictItem = 1;
19 message KeyValuePair message
Dencode_cyclic_callback.c68 KeyValuePair pair = KeyValuePair_init_zero; in encode_dictionary()
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/
DMapFieldTest.cs194 ICollection<KeyValuePair<string, string>> collection = map; in Add_Pair()
204 ICollection<KeyValuePair<string, string>> collection = map; in Contains_Pair()
228 ICollection<KeyValuePair<string, string>> collection = map; in Remove_Pair()
236 …Assert.Throws<ArgumentException>(() => collection.Remove(new KeyValuePair<string, string>(null, ""… in Remove_Pair()
244 ICollection<KeyValuePair<string, string>> collection = map; in CopyTo_Pair()
245 KeyValuePair<string, string>[] array = new KeyValuePair<string, string>[3]; in CopyTo_Pair()
283 CollectionAssert.AreEqual(new[] { new KeyValuePair<string, string>("x", "y") }, in GetEnumerator_NonGeneric()
527 … private static KeyValuePair<TKey, TValue> NewKeyValuePair<TKey, TValue>(TKey key, TValue value) in NewKeyValuePair()
529 return new KeyValuePair<TKey, TValue>(key, value); in NewKeyValuePair()
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java27 import org.webrtc.MediaConstraints.KeyValuePair;
354 new MediaConstraints.KeyValuePair(DTLS_SRTP_KEY_AGREEMENT_CONSTRAINT, "false")); in createMediaConstraintsInternal()
357 new MediaConstraints.KeyValuePair(DTLS_SRTP_KEY_AGREEMENT_CONSTRAINT, "true")); in createMediaConstraintsInternal()
385 videoConstraints.mandatory.add(new KeyValuePair( in createMediaConstraintsInternal()
387 videoConstraints.mandatory.add(new KeyValuePair( in createMediaConstraintsInternal()
389 videoConstraints.mandatory.add(new KeyValuePair( in createMediaConstraintsInternal()
391 videoConstraints.mandatory.add(new KeyValuePair( in createMediaConstraintsInternal()
399 videoConstraints.mandatory.add(new KeyValuePair( in createMediaConstraintsInternal()
401 videoConstraints.mandatory.add(new KeyValuePair( in createMediaConstraintsInternal()
411 audioConstraints.mandatory.add(new MediaConstraints.KeyValuePair( in createMediaConstraintsInternal()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DFetchStage.cpp37 llvm::find_if(Instructions, [](const InstMap::value_type &KeyValuePair) { in cycleEnd() argument
38 return !KeyValuePair.second->isRetired(); in cycleEnd()
/external/clang/lib/AST/
DExprObjC.cpp61 KeyValuePair *KeyValues = getTrailingObjects<KeyValuePair>(); in ObjCDictionaryLiteral()
93 void *Mem = C.Allocate(totalSizeToAlloc<KeyValuePair, ExpansionData>( in Create()
101 void *Mem = C.Allocate(totalSizeToAlloc<KeyValuePair, ExpansionData>( in CreateEmpty()
/external/grpc-grpc/src/proto/grpc/binary_log/v1alpha/
Dlog.proto28 message KeyValuePair { message
42 repeated KeyValuePair metadata = 4;
/external/clang/include/clang/AST/
DExprObjC.h277 typedef ObjCDictionaryLiteral_KeyValuePair KeyValuePair;
280 size_t numTrailingObjects(OverloadToken<KeyValuePair>) const {
311 const KeyValuePair &KV = getTrailingObjects<KeyValuePair>()[Index];
338 static_assert(sizeof(KeyValuePair) == sizeof(Stmt *) * 2,
341 reinterpret_cast<Stmt **>(getTrailingObjects<KeyValuePair>()),
342 reinterpret_cast<Stmt **>(getTrailingObjects<KeyValuePair>()) +
/external/protobuf/src/google/protobuf/
Dmap.h665 class KeyValuePair {
667 KeyValuePair(const Key& k, value_type* v) : k_(k), v_(v) {} in KeyValuePair() function
679 typedef MapAllocator<KeyValuePair> Allocator;
737 KeyValuePair kv;
897 typedef iterator_base<KeyValuePair> iterator;
898 typedef iterator_base<const KeyValuePair> const_iterator;
948 std::pair<iterator, bool> insert(const KeyValuePair& kv) { in insert()
986 KeyValuePair kv(k, Value());
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPassManager.h1080 for (auto &KeyValuePair : OuterAnalysisInvalidationMap) { in invalidate()
1081 AnalysisKey *OuterID = KeyValuePair.first; in invalidate()
1082 auto &InnerIDs = KeyValuePair.second; in invalidate()
/external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
DPeerConnectionTest.java536 new MediaConstraints.KeyValuePair("DtlsSrtpKeyAgreement", "true"));
/external/clang/lib/Serialization/
DASTReaderStmt.cpp993 ObjCDictionaryLiteral::KeyValuePair *KeyValues = in VisitObjCDictionaryLiteral()
994 E->getTrailingObjects<ObjCDictionaryLiteral::KeyValuePair>(); in VisitObjCDictionaryLiteral()