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/crosvm/src/
Dargument.rs416 pub struct KeyValuePair<'a> { struct
422 impl<'a> KeyValuePair<'a> { argument
/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/rust/crates/grpcio-sys/grpc/src/proto/grpc/binary_log/v1alpha/
Dlog.proto28 message KeyValuePair { message
/external/grpc-grpc/src/proto/grpc/binary_log/v1alpha/
Dlog.proto28 message KeyValuePair { message
/external/pigweed/pw_protobuf/pw_protobuf_test_protos/
Dfull_test.proto124 message KeyValuePair { message
/external/angle/src/common/
DFastVector_unittest.cpp350 using KeyValuePair = std::pair<int, std::string>; in TEST() typedef
/external/python/cpython3/Parser/
Dpegen.h89 } KeyValuePair; typedef
/external/protobuf/src/google/protobuf/
Dmap.h291 KeyValuePair(const Key& k, value_type* v) : k_(k), v_(v) {} in KeyValuePair() function