OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:match_ptr
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sandbox/win/src/
policy_engine_opcodes.cc
146
const void*
match_ptr
= NULL;
local
147
opcode->GetArgument(0, &
match_ptr
);
148
return (
match_ptr
!= value_ptr)? EVAL_FALSE : EVAL_TRUE;
/external/lldb/include/lldb/Core/
RegularExpression.h
158
/// values that are present in \a
match_ptr
. The regular expression
/external/lldb/source/Core/
RegularExpression.cpp
125
// values that are present in "
match_ptr
". The regular expression
Completed in 209 milliseconds