Home
last modified time | relevance | path

Searched refs:new_attribute (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/
Daddress_filtering.cc83 std::unique_ptr<HierarchicalPathAttribute> new_attribute; in MakeHierarchicalAddressMap() local
87 new_attribute = absl::make_unique<HierarchicalPathAttribute>( in MakeHierarchicalAddressMap()
91 kHierarchicalPathAttributeKey, std::move(new_attribute))); in MakeHierarchicalAddressMap()
/external/autotest/client/common_lib/test_utils/
Dmock.py391 def stub_with(self, namespace, symbol, new_attribute): argument
404 newstub = (namespace, symbol, original_attribute, new_attribute)
406 setattr(namespace, symbol, new_attribute)
/external/python/cpython3/Doc/library/
Dunittest.mock.rst2766 >>> mock.new_attribute # This will raise AttributeError.