HomeSort by relevance Sort by last modified time
    Searched refs:registry_ (Results 1 - 8 of 8) sorted by null

  /external/libmojo/mojo/public/cpp/bindings/lib/
sync_handle_watcher.cc 20 registry_(SyncHandleRegistry::current()),
26 registry_->UnregisterHandle(handle_);
48 bool result = registry_->WatchAllHandles(should_stop_array, 2);
62 registry_->RegisterHandle(handle_, handle_signals_, callback_);
71 registry_->UnregisterHandle(handle_);
  /external/libmojo/mojo/public/cpp/bindings/
sync_handle_watcher.h 63 scoped_refptr<SyncHandleRegistry> registry_; member in class:mojo::SyncHandleWatcher
  /external/vulkan-validation-layers/demos/smoke/
ShellWayland.cpp 130 if (registry_)
131 wl_registry_destroy(registry_);
142 registry_ = wl_display_get_registry(display_);
143 if (!registry_)
146 wl_registry_add_listener(registry_, &registry_listener_, this);
159 if (registry_)
160 wl_registry_destroy(registry_);
ShellWayland.h 46 struct wl_registry *registry_; member in class:ShellWayland
  /external/libchrome/sandbox/linux/bpf_dsl/
policy_compiler.h 140 TrapRegistry* registry_; member in class:sandbox::bpf_dsl::PolicyCompiler
policy_compiler.cc 92 registry_(registry),
117 CHECK(registry_->EnableUnsafeTraps())
161 CHECK(registry_->EnableUnsafeTraps());
452 uint16_t trap_id = registry_->Add(fnc, aux, safe);
  /external/protobuf/src/google/protobuf/
extension_set.cc 81 ExtensionRegistry* registry_ = NULL; member in namespace:google::protobuf::internal::__anon29027
85 delete registry_;
86 registry_ = NULL;
90 registry_ = new ExtensionRegistry;
100 if (!InsertIfNotPresent(registry_, std::make_pair(containing_type, number),
110 return (registry_ == NULL)
112 : FindOrNull(*registry_, std::make_pair(containing_type, number));
    [all...]
  /external/protobuf/js/
message.js     [all...]

Completed in 625 milliseconds