Home
last modified time | relevance | path

Searched refs:inclass (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/
D.dir-locals.el37 (inclass . +)
118 (inclass . +)
/third_party/flatbuffers/src/
Didl_gen_cpp.cpp916 std::string UnionUnPackSignature(const EnumDef &enum_def, bool inclass) { in UnionUnPackSignature() argument
917 return (inclass ? "static " : "") + std::string("void *") + in UnionUnPackSignature()
918 (inclass ? "" : Name(enum_def) + "Union::") + in UnionUnPackSignature()
923 std::string UnionPackSignature(const EnumDef &enum_def, bool inclass) { in UnionPackSignature() argument
925 (inclass ? "" : Name(enum_def) + "Union::") + in UnionPackSignature()
928 (inclass ? " = nullptr" : "") + ") const"; in UnionPackSignature()
940 std::string TablePackSignature(const StructDef &struct_def, bool inclass, in TablePackSignature() argument
942 return std::string(inclass ? "static " : "") + "flatbuffers::Offset<" + in TablePackSignature()
943 Name(struct_def) + "> " + (inclass ? "" : Name(struct_def) + "::") + in TablePackSignature()
947 (inclass ? " = nullptr" : "") + ")"; in TablePackSignature()
[all …]
/third_party/python/Python/
Derrors.c344 PyObject *inclass = NULL; in _PyErr_NormalizeException() local
348 inclass = PyExceptionInstance_Class(value); in _PyErr_NormalizeException()
349 is_subclass = PyObject_IsSubclass(inclass, type); in _PyErr_NormalizeException()
371 else if (inclass != type) { in _PyErr_NormalizeException()
372 Py_INCREF(inclass); in _PyErr_NormalizeException()
374 type = inclass; in _PyErr_NormalizeException()
/third_party/quickjs/
Dlibregexp.c712 const uint8_t **pp, BOOL inclass) in get_class_atom() argument
755 inclass && !s->is_utf16)) { /* Annex B.1.4 */ in get_class_atom()