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

  /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 79 ExtensionRegistry* registry_ = NULL; member in namespace:google::protobuf::internal::__anon22458
83 delete registry_;
84 registry_ = NULL;
88 registry_ = new ExtensionRegistry;
98 if (!InsertIfNotPresent(registry_, make_pair(containing_type, number),
108 return (registry_ == NULL) ? NULL :
109 FindOrNull(*registry_, make_pair(containing_type, number));
    [all...]

Completed in 1064 milliseconds