Home
last modified time | relevance | path

Searched defs:inclass (Results 1 – 2 of 2) sorted by relevance

/third_party/flatbuffers/src/
Didl_gen_cpp.cpp916 std::string UnionUnPackSignature(const EnumDef &enum_def, bool inclass) { in UnionUnPackSignature()
923 std::string UnionPackSignature(const EnumDef &enum_def, bool inclass) { in UnionPackSignature()
940 std::string TablePackSignature(const StructDef &struct_def, bool inclass, in TablePackSignature()
950 std::string TableUnPackSignature(const StructDef &struct_def, bool inclass, in TableUnPackSignature()
958 std::string TableUnPackToSignature(const StructDef &struct_def, bool inclass, in TableUnPackToSignature()
/third_party/python/Python/
Derrors.c344 PyObject *inclass = NULL; in _PyErr_NormalizeException() local