Home
last modified time | relevance | path

Searched refs:global_registry (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Dextension_set.cc98 static const ExtensionRegistry* global_registry = nullptr; variable
105 global_registry = local_static_registry; in Register()
116 return global_registry == nullptr in FindRegisteredExtension()
118 : FindOrNull(*global_registry, in FindRegisteredExtension()
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc1257 auto global_registry = in InitInternal() local
1259 mutex_lock l(global_registry->mu); in InitInternal()
1260 global_registry->registry.emplace( in InitInternal()