Home
last modified time | relevance | path

Searched defs:KeyValuePair (Results 1 – 11 of 11) 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/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/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DForwardDeclarationNamespaceCheck.cpp118 for (const auto &KeyValuePair : DeclNameToDeclarations) { in onEndOfTranslationUnit() local
/external/grpc-grpc/src/proto/grpc/binary_log/v1alpha/
Dlog.proto28 message KeyValuePair { message
/external/pigweed/pw_protobuf/pw_protobuf_test_protos/
Dfull_test.proto118 message KeyValuePair { message
/external/angle/src/common/
DFastVector_unittest.cpp333 using KeyValuePair = std::pair<int, std::string>; in TEST() typedef
/external/python/cpython3/Parser/pegen/
Dpegen.h87 } KeyValuePair; typedef
/external/llvm-project/clang/include/clang/AST/
DExprObjC.h326 using KeyValuePair = ObjCDictionaryLiteral_KeyValuePair; variable
339 size_t numTrailingObjects(OverloadToken<KeyValuePair>) const { in numTrailingObjects()
/external/protobuf/src/google/protobuf/
Dmap.h291 KeyValuePair(const Key& k, value_type* v) : k_(k), v_(v) {} in KeyValuePair() function