Home
last modified time | relevance | path

Searched refs:in_class (Results 1 - 3 of 3) sorted by relevance

/third_party/googletest/googlemock/scripts/generator/cpp/
H A Dast.py398 def __init__(self, start, end, name, in_class, return_type, parameters,
402 # TODO(nnorwitz): in_class could also be a namespace which can
404 self.in_class = in_class
687 def __init__(self, token_stream, filename, in_class='', visibility=None,
696 self.in_class = in_class
697 if in_class is None:
700 self.in_class_name_only = in_class.split('::')[-1]
826 if token.name == '~' and self.in_class
[all...]
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-lexer.c2695 bool in_class = false; in lexer_construct_regexp_object() local
2714 if (!in_class && source_p[0] == LIT_CHAR_SLASH) in lexer_construct_regexp_object()
2744 in_class = true; in lexer_construct_regexp_object()
2749 in_class = false; in lexer_construct_regexp_object()
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c2560 inst->in_class = (PyClassObject *)data->newargs; in SWIG_Python_NewShadowInstance()
2561 Py_INCREF(inst->in_class); in SWIG_Python_NewShadowInstance()

Completed in 12 milliseconds