OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_undefined
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ppapi/cpp/
var.h
106
bool
is_undefined
() const { return var_.type == PP_VARTYPE_UNDEFINED; }
function in class:pp::Var
272
originally_had_exception_(v && !v->
is_undefined
()) {
/external/chromium_org/third_party/jinja2/
__init__.py
57
is_undefined
namespace
67
'environmentfunction', 'contextfunction', 'clear_caches', '
is_undefined
',
utils.py
85
def
is_undefined
(obj):
function
93
if
is_undefined
(var):
Completed in 43 milliseconds