Searched refs:old_scope (Results 1 – 3 of 3) sorted by relevance
257 …old_scope = ops.get_default_graph()._global_distribute_strategy_scope # pylint: disable=protected…258 if old_scope is not None:259 old_scope.__exit__(None, None, None)
633 zend_class_entry* old_scope = EG(scope); in create_layout() local636 zend_class_entry* old_scope = EG(fake_scope); in create_layout() local653 EG(scope) = old_scope; in create_layout()655 EG(fake_scope) = old_scope; in create_layout()694 zend_class_entry* old_scope = EG(scope); in create_layout() local697 zend_class_entry* old_scope = EG(fake_scope); in create_layout() local714 EG(scope) = old_scope; in create_layout()716 EG(fake_scope) = old_scope; in create_layout()
532 zend_class_entry* old_scope = EG(scope); \535 old_scope = EG(scope); \537 #define PHP_PROTO_FAKE_SCOPE_END EG(scope) = old_scope;540 zend_class_entry* old_scope = EG(fake_scope); \543 old_scope = EG(fake_scope); \545 #define PHP_PROTO_FAKE_SCOPE_END EG(fake_scope) = old_scope;