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

  /external/libchrome/sandbox/linux/bpf_dsl/
policy_compiler.h 140 TrapRegistry* registry_; member in class:sandbox::bpf_dsl::PolicyCompiler
  /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 127 milliseconds