/third_party/protobuf/src/google/protobuf/ |
H A D | extension_set.cc | 463 void ExtensionSet::SetEnum(int number, FieldType type, int value, in SetEnum() argument 484 SetRepeatedEnum(int number, int index, int value) SetRepeatedEnum() argument 491 AddEnum(int number, FieldType type, bool packed, int value, const FieldDescriptor* descriptor) AddEnum() argument 1266 int value; ParseFieldWithExtensionInfo() local 1324 int value; ParseFieldWithExtensionInfo() local 1344 std::string* value = ParseFieldWithExtensionInfo() local 1355 std::string* value = ParseFieldWithExtensionInfo() local 1366 MessageLite* value = ParseFieldWithExtensionInfo() local 1379 MessageLite* value = ParseFieldWithExtensionInfo() local [all...] |
H A D | generated_message_reflection.cc | 93 const std::string& NameOfEnum(const EnumDescriptor* descriptor, int value) { in NameOfEnum() argument 85 ParseNamedEnum(const EnumDescriptor* descriptor, ConstStringParam name, int* value) ParseNamedEnum() argument 154 ReportReflectionUsageEnumTypeError( const Descriptor* descriptor, const FieldDescriptor* field, const char* method, const EnumValueDescriptor* value) ReportReflectionUsageEnumTypeError() argument 1333 int value = GetEnumValue(message, field); GetEnum() local 1341 int32 value; GetEnumValue() local 1388 int value = GetRepeatedEnumValue(message, field, index); GetRepeatedEnum() local 1397 int value; GetRepeatedEnumValue() local [all...] |
/third_party/python/PC/ |
H A D | launcher.c | 881 wchar_t value[MSGSIZE]; member 1007 wchar_t value[MSGSIZE]; read_config_file() local [all...] |
/third_party/python/Python/ |
H A D | bltinmodule.c | 689 builtin_format_impl(PyObject *module, PyObject *value, PyObject *format_spec) in builtin_format_impl() argument 1518 builtin_setattr_impl(PyObject *module, PyObject *obj, PyObject *name, PyObject *value) builtin_setattr_impl() argument 2564 long value; builtin_sum_impl() local [all...] |
H A D | errors.c | 32 _PyErr_Restore(PyThreadState *tstate, PyObject *type, PyObject *value, in _PyErr_Restore() argument 60 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback) in PyErr_Restore() argument 82 _PyErr_CreateException(PyObject *exception_type, PyObject *value) in _PyErr_CreateException() argument 108 _PyErr_SetObject(PyThreadState *tstate, PyObject *exception, PyObject *value) _PyErr_SetObject() argument 186 PyErr_SetObject(PyObject *exception, PyObject *value) PyErr_SetObject() argument 227 PyObject *value = PyUnicode_FromString(string); _PyErr_SetString() local 314 PyObject *type, *value, *initial_tb; _PyErr_NormalizeException() local 541 PyErr_SetExcInfo(PyObject *type, PyObject *value, PyObject *traceback) PyErr_SetExcInfo() argument [all...] |
H A D | initconfig.c | 1164 int value = _PyLong_AsInt(item); in config_dict_get_int() local 1186 unsigned long value = PyLong_AsUnsignedLong(item); in config_dict_get_ulong() local 1597 long value = wcstol(wstr, (wchar_t **)&endptr, 10); config_wstr_to_int() local 2085 const wchar_t *value = config_get_xoption_value(config, L"frozen_modules"); config_init_import() local [all...] |
H A D | import.c | 353 PyObject *value = _PyObject_CallMethodOneArg( in import_ensure_initialized() local 637 PyObject *type, *value, *traceback; in remove_module() local 1485 PyObject *exception, *value, *base_tb, *tb; in remove_importlib_frames() local [all...] |
H A D | marshal.c | 491 PyObject *key, *value; in w_complex_object() local 502 PyObject *value; in w_complex_object() local 1709 marshal_dump_impl(PyObject *module, PyObject *value, PyObject *file, int version) marshal_dump_impl() argument 1799 marshal_dumps_impl(PyObject *module, PyObject *value, int version) marshal_dumps_impl() argument [all...] |
H A D | pylifecycle.c | 210 PyObject *value = PyObject_CallMethod(importlib, "_install", in init_importlib() local 226 PyObject *value; in init_importlib_external() local 1361 PyObject *value = _PyDict_GetItemStringWithError(interp->sysdict, in finalize_modules_delete_special() local 1413 PyObject *key, *value; finalize_remove_modules() local 1426 PyObject *value = PyObject_GetItem(modules, key); finalize_remove_modules() local 2652 PyObject *key, *value; _Py_DumpExtensionModules() local [all...] |
H A D | pystate.c | 2066 Py_ssize_t value in _long_shared() local [all...] |
H A D | pythonrun.c | 709 PyObject *exception, *value, *tb; in _Py_HandleSystemExit() local 905 print_exception_invalid_type(struct exception_print_context *ctx, PyObject *value) print_exception_invalid_type() argument 927 print_exception_traceback(struct exception_print_context *ctx, PyObject *value) print_exception_traceback() argument 1021 print_exception_message(struct exception_print_context *ctx, PyObject *type, PyObject *value) print_exception_message() argument 1105 print_exception_suggestions(struct exception_print_context *ctx, PyObject *value) print_exception_suggestions() argument 1133 print_exception_notes(struct exception_print_context *ctx, PyObject *value) print_exception_notes() argument 1213 print_exception(struct exception_print_context *ctx, PyObject *value) print_exception() argument 1267 print_chained(struct exception_print_context* ctx, PyObject *value, const char * message, const char *tag) print_chained() argument 1311 print_exception_seen_lookup(struct exception_print_context *ctx, PyObject *value) print_exception_seen_lookup() argument 1335 print_exception_cause_and_context(struct exception_print_context *ctx, PyObject *value) print_exception_cause_and_context() argument 1375 print_exception_group(struct exception_print_context *ctx, PyObject *value) print_exception_group() argument 1500 print_exception_recursive(struct exception_print_context *ctx, PyObject *value) print_exception_recursive() argument 1524 _PyErr_Display(PyObject *file, PyObject *exception, PyObject *value, PyObject *tb) _PyErr_Display() argument 1571 PyErr_Display(PyObject *exception, PyObject *value, PyObject *tb) PyErr_Display() argument 1662 PyObject *type, *value, *traceback; flush_io() local [all...] |
/third_party/python/Modules/_sre/ |
H A D | sre.c | 1313 int value; in pattern_repr() member 1439 unsigned long value = PyLong_AsUnsignedLong(o); in _sre_compile_impl() local 2207 PyObject *value; in _sre_SRE_Match_groupdict_impl() local [all...] |
/third_party/python/Modules/ |
H A D | _testbuffer.c | 1865 ndarray_ass_subscript(NDArrayObject *self, PyObject *key, PyObject *value) in ndarray_ass_subscript() argument
|
H A D | _zoneinfo.c | 1580 parse_uint(const char *const p, uint8_t *value) in parse_uint() argument 2113 _bisect(const int64_t value, cons argument [all...] |
H A D | mathmodule.c | 3209 long value; math_prod_impl() local [all...] |
H A D | _winapi.c | 752 PyObject* value; in getulong() local 768 PyObject* value; in gethandle() local 817 PyObject* value = PyList_GET_ITEM(values, i); getenvironment() local 867 PyObject* value = PyList_GET_ITEM(values, i); getenvironment() local 892 PyObject *value; gethandlelist() local 959 PyObject *value; getattributelist() local [all...] |
H A D | _xxsubinterpretersmodule.c | 49 _sharednsitem_init(struct _sharednsitem *item, PyObject *key, PyObject *value) in _sharednsitem_init() argument 79 PyObject *value = _PyCrossInterpreterData_NewObject(&item->data); in _sharednsitem_apply() local 140 PyObject *key, *value; in _get_shared_ns() local [all...] |
H A D | _tracemalloc.c | 836 tracemalloc_clear_filename(void *value) in tracemalloc_clear_filename() argument 1194 tracemalloc_copy_trace(_Py_hashtable_t *traces, const void *key, const void *value, void *user_data) tracemalloc_copy_trace() argument 1235 tracemalloc_copy_domain(_Py_hashtable_t *domains, const void *key, const void *value, void *user_data) tracemalloc_copy_domain() argument 1276 tracemalloc_get_traces_fill(_Py_hashtable_t *traces, const void *key, const void *value, void *user_data) tracemalloc_get_traces_fill() argument 1301 tracemalloc_get_traces_domain(_Py_hashtable_t *domains, const void *key, const void *value, void *user_data) tracemalloc_get_traces_domain() argument 1318 tracemalloc_pyobject_decref(void *value) tracemalloc_pyobject_decref() argument 1582 tracemalloc_get_tracemalloc_memory_cb(_Py_hashtable_t *domains, const void *key, const void *value, void *user_data) tracemalloc_get_tracemalloc_memory_cb() argument [all...] |
H A D | gcmodule.c | 2083 PyObject *exc, *value, *tb; in PyGC_Collect() local
|
/third_party/python/Modules/cjkcodecs/ |
H A D | multibytecodec.c | 152 codecctx_errors_set(MultibyteStatefulCodecContext *self, PyObject *value, in codecctx_errors_set() argument
|
/third_party/python/Objects/ |
H A D | codeobject.c | 1251 _source_offset_converter(int* value) { in _source_offset_converter() argument
|
H A D | listobject.c | 2599 list_index_impl(PyListObject *self, PyObject *value, Py_ssize_ argument 2639 list_count(PyListObject *self, PyObject *value) list_count() argument 2674 list_remove(PyListObject *self, PyObject *value) list_remove() argument 2931 list_ass_subscript(PyListObject* self, PyObject* item, PyObject* value) list_ass_subscript() argument [all...] |
H A D | genobject.c | 610 _PyGen_SetStopIterationValue(PyObject *value) _PyGen_SetStopIterationValue() argument 652 PyObject *value = NULL; _PyGen_FetchStopIterationValue() local 712 gen_set_name(PyGenObject *op, PyObject *value, void *Py_UNUSED(ignored)) gen_set_name() argument 734 gen_set_qualname(PyGenObject *op, PyObject *value, void *Py_UNUSED(ignored)) gen_set_qualname() argument [all...] |
H A D | object.c | 881 PyObject *type, *value, *traceback; in set_attribute_error_context() local 1013 PyObject_SetAttr(PyObject *v, PyObject *name, PyObject *value) PyObject_SetAttr() argument 1372 _PyObject_GenericSetAttrWithDict(PyObject *obj, PyObject *name, PyObject *value, PyObject *dict) _PyObject_GenericSetAttrWithDict() argument 1455 PyObject_GenericSetAttr(PyObject *obj, PyObject *name, PyObject *value) PyObject_GenericSetAttr() argument 1461 PyObject_GenericSetDict(PyObject *obj, PyObject *value, void *context) PyObject_GenericSetDict() argument [all...] |
/third_party/python/Modules/_sqlite/ |
H A D | connection.c | 624 sqlite_int64 value = _pysqlite_long_as_int64(py_val); in _pysqlite_set_result() local 629 double value = PyFloat_AsDouble(py_val); in _pysqlite_set_result() local 856 PyObject *exception, *value, *tb; in final_callback() local [all...] |