OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:registry_
(Results
1 - 4
of
4
) 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::__anon23296
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
...]
/external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar
Completed in 624 milliseconds