Searched refs:AddProperty (Results 1 – 7 of 7) sorted by relevance
/third_party/grpc/test/cpp/common/ |
D | secure_auth_context_test.cc | 49 context.AddProperty("name", "chapi"); in TEST_F() 50 context.AddProperty("name", "chapo"); in TEST_F() 51 context.AddProperty("foo", "bar"); in TEST_F() 69 context.AddProperty("name", "chapi"); in TEST_F() 70 context.AddProperty("name", "chapo"); in TEST_F() 71 context.AddProperty("foo", "bar"); in TEST_F()
|
D | alts_util_test.cc | 56 auth_context->AddProperty(TSI_ALTS_CONTEXT, "context1"); in TEST() 57 auth_context->AddProperty(TSI_ALTS_CONTEXT, "context2"); in TEST() 69 auth_context->AddProperty(TSI_ALTS_CONTEXT, in TEST() 103 auth_context->AddProperty(TSI_ALTS_CONTEXT, in TEST() 143 auth_context->AddProperty(TSI_ALTS_CONTEXT, in TEST() 189 auth_context->AddProperty(TSI_ALTS_CONTEXT, in TEST()
|
/third_party/grpc/src/cpp/common/ |
D | secure_auth_context.h | 49 void AddProperty(const std::string& key,
|
D | secure_auth_context.cc | 79 void SecureAuthContext::AddProperty(const std::string& key, in AddProperty() function in grpc::SecureAuthContext
|
/third_party/grpc/include/grpcpp/impl/codegen/security/ |
D | auth_context.h | 88 virtual void AddProperty(const std::string& key, const string_ref& value) = 0;
|
/third_party/grpc/test/cpp/end2end/ |
D | end2end_test.cc | 226 context->AddProperty(kIdentityPropName, kGoodGuy); in Process()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 71956 AddProperty(property.PropertyID(), shorthand.id(), *longhands[i], important,
|