Home
last modified time | relevance | path

Searched defs:KeyValuePair (Results 1 – 6 of 6) 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
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DFetchStage.cpp37 llvm::find_if(Instructions, [](const InstMap::value_type &KeyValuePair) { in cycleEnd()
/external/grpc-grpc/third_party/nanopb/tests/cyclic_messages/
Dcyclic.proto19 message KeyValuePair message
/external/nanopb-c/tests/cyclic_messages/
Dcyclic.proto19 message KeyValuePair message
/external/grpc-grpc/src/proto/grpc/binary_log/v1alpha/
Dlog.proto28 message KeyValuePair { message
/external/protobuf/src/google/protobuf/
Dmap.h667 KeyValuePair(const Key& k, value_type* v) : k_(k), v_(v) {} in KeyValuePair() function