Home
last modified time | relevance | path

Searched refs:registry_ (Results 1 – 9 of 9) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
Dsync_handle_watcher.cc20 registry_(SyncHandleRegistry::current()), in SyncHandleWatcher()
26 registry_->UnregisterHandle(handle_); in ~SyncHandleWatcher()
48 bool result = registry_->WatchAllHandles(should_stop_array, 2); in SyncWatch()
62 registry_->RegisterHandle(handle_, handle_signals_, callback_); in IncrementRegisterCount()
71 registry_->UnregisterHandle(handle_); in DecrementRegisterCount()
/external/vulkan-validation-layers/demos/smoke/
DShellWayland.cpp130 if (registry_) in ~ShellWayland()
131 wl_registry_destroy(registry_); in ~ShellWayland()
142 registry_ = wl_display_get_registry(display_); in init_connection()
143 if (!registry_) in init_connection()
146 wl_registry_add_listener(registry_, &registry_listener_, this); in init_connection()
159 if (registry_) in init_connection()
160 wl_registry_destroy(registry_); in init_connection()
DShellWayland.h46 struct wl_registry *registry_; variable
/external/libchrome/sandbox/linux/bpf_dsl/
Dpolicy_compiler.cc92 registry_(registry), in PolicyCompiler()
117 CHECK(registry_->EnableUnsafeTraps()) in Compile()
161 CHECK(registry_->EnableUnsafeTraps()); in MaybeAddEscapeHatch()
452 uint16_t trap_id = registry_->Add(fnc, aux, safe); in Trap()
Dpolicy_compiler.h140 TrapRegistry* registry_; variable
/external/libmojo/mojo/public/cpp/bindings/
Dsync_handle_watcher.h63 scoped_refptr<SyncHandleRegistry> registry_; variable
/external/protobuf/src/google/protobuf/
Dextension_set.cc81 ExtensionRegistry* registry_ = NULL; variable
85 delete registry_; in DeleteRegistry()
86 registry_ = NULL; in DeleteRegistry()
90 registry_ = new ExtensionRegistry; in InitRegistry()
100 if (!InsertIfNotPresent(registry_, std::make_pair(containing_type, number), in Register()
110 return (registry_ == NULL) in FindRegisteredExtension()
112 : FindOrNull(*registry_, std::make_pair(containing_type, number)); in FindRegisteredExtension()
/external/protobuf/js/
Dmessage.js1312 jspb.Message.registry_[id] = constructor;
1323 jspb.Message.registry_ = {};
Dmessage_test.js253 assertEquals(jspb.Message.registry_['res'], proto.jspb.test.SomeResponse);