Searched refs:in_class (Results 1 – 4 of 4) sorted by relevance
/third_party/googletest/googlemock/scripts/generator/cpp/ |
D | ast.py | 398 def __init__(self, start, end, name, in_class, return_type, parameters, argument 404 self.in_class = in_class 687 def __init__(self, token_stream, filename, in_class='', visibility=None, argument 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: 1040 if name.name == self.in_class and not modifiers: 1147 return_type, in_class = \ 1149 return Method(indices.start, indices.end, name.name, in_class, [all …]
|
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-lexer.c | 2695 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 740 HANDLE_DW_DEFAULTED(0x01, in_class)
|
/third_party/skia/third_party/externals/libwebp/swig/ |
D | libwebp_python_wrap.c | 2560 inst->in_class = (PyClassObject *)data->newargs; in SWIG_Python_NewShadowInstance() 2561 Py_INCREF(inst->in_class); in SWIG_Python_NewShadowInstance()
|