| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | rbbi.cpp | 1161 static void U_CALLCONV _deleteFactory(void *obj) { in _deleteFactory() argument
|
| H A D | serv.cpp | 262 cacheDeleter(void* obj) { in cacheDeleter() argument 270 deleteUObject(void *obj) { in deleteUObject() argument 327 userv_deleteStringPair(void *obj) { in userv_deleteStringPair() argument
|
| /third_party/vixl/test/ |
| H A D | test-pool-manager.cc | 425 TestObject *obj = *iter; in TEST() local 513 TestBranchObject *obj = *iter; in TEST() local
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | Internal.java | 62 static <T> T checkNotNull(T obj) { in checkNotNull() argument 70 static <T> T checkNotNull(T obj, String message) { in checkNotNull() argument
|
| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | map_container.cc | 128 static bool PythonToMapKey(MapContainer* self, PyObject* obj, MapKey* key) { in PythonToMapKey() argument 232 static bool PythonToMapValueRef(MapContainer* self, PyObject* obj, in PythonToMapValueRef() argument 310 GetMap(PyObject* obj) GetMap() argument 616 GetMessageMap(PyObject* obj) GetMessageMap() argument 635 PyObject* obj = PyType_GenericAlloc(MessageMapContainer_Type, 0); NewMessageMapContainer() local 883 GetIter(PyObject* obj) GetIter() argument [all...] |
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | message.c | 850 VALUE Google_Protobuf_deep_copy(VALUE self, VALUE obj) { in Google_Protobuf_deep_copy() argument
|
| /third_party/python/Python/ |
| H A D | ast_opt.c | 125 check_complexity(PyObject *obj, Py_ssize_t limit) in check_complexity() argument
|
| H A D | ast_unparse.c | 70 append_repr(_PyUnicodeWriter *writer, PyObject *obj) in append_repr() argument
|
| H A D | pystrtod.c | 383 _Py_string_to_number_with_underscores( const char *s, Py_ssize_t orig_len, const char *what, PyObject *obj, void *arg, PyObject *(*innerfunc)(const char *, Py_ssize_t, void *)) _Py_string_to_number_with_underscores() argument
|
| /third_party/python/Python/clinic/ |
| H A D | bltinmodule.c.h | 510 PyObject *obj; in builtin_hasattr() local 555 PyObject *obj; builtin_setattr() local 589 PyObject *obj; builtin_delattr() local 1000 PyObject *obj; builtin_isinstance() local [all...] |
| /third_party/python/Objects/ |
| H A D | complexobject.c | 437 PyObject *obj = *pobj; in to_complex() local [all...] |
| H A D | funcobject.c | 748 func_descr_get(PyObject *func, PyObject *obj, PyObject *type) in func_descr_get() argument 893 cm_descr_get(PyObject *self, PyObject *obj, PyObject *type) in cm_descr_get() argument 1089 sm_descr_get(PyObject *self, PyObject *obj, PyObject *type) in sm_descr_get() argument
|
| H A D | genericaliasobject.c | 23 PyObject *obj; /* Set to NULL when iterator is exhausted */ member 275 subs_tvars(PyObject *obj, PyObject *params, in subs_tvars() argument 563 set_orig_class(PyObject *obj, PyObject *self) set_orig_class() argument 583 PyObject *obj = PyObject_Call(alias->origin, args, kwds); ga_call() local 592 PyObject *obj = PyVectorcall_Function(alias->origin)(alias->origin, args, nargsf, kwnames); ga_vectorcall() local [all...] |
| H A D | call.c | 83 _Py_CheckSlotResult(PyObject *obj, const char *slot_name, int success) in _Py_CheckSlotResult() argument 612 PyObject_CallMethod(PyObject *obj, const char *name, const char *format, ...) in PyObject_CallMethod() argument 639 PyEval_CallMethod(PyObject *obj, cons argument 456 _PyObject_Call_Prepend(PyThreadState *tstate, PyObject *callable, PyObject *obj, PyObject *args, PyObject *kwargs) _PyObject_Call_Prepend() argument 662 _PyObject_CallMethod(PyObject *obj, PyObject *name, const char *format, ...) _PyObject_CallMethod() argument 686 _PyObject_CallMethodId(PyObject *obj, _Py_Identifier *name, const char *format, ...) _PyObject_CallMethodId() argument 721 _PyObject_CallMethod_SizeT(PyObject *obj, const char *name, const char *format, ...) _PyObject_CallMethod_SizeT() argument 745 _PyObject_CallMethodId_SizeT(PyObject *obj, _Py_Identifier *name, const char *format, ...) _PyObject_CallMethodId_SizeT() argument 863 PyObject_CallMethodObjArgs(PyObject *obj, PyObject *name, ...) PyObject_CallMethodObjArgs() argument 888 _PyObject_CallMethodIdObjArgs(PyObject *obj, _Py_Identifier *name, ...) _PyObject_CallMethodIdObjArgs() argument [all...] |
| H A D | rangeobject.c | 51 rangeobject *obj = NULL; in make_range_object() local 77 rangeobject *obj; in range_from_array() local [all...] |
| H A D | weakrefobject.c | 166 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_repr() local 216 PyObject* obj = PyWeakref_GET_OBJECT(self); weakref_richcompare() local [all...] |
| /third_party/python/Modules/clinic/ |
| H A D | _operator.c.h | 1416 PyObject *obj; in _operator_length_hint() local
|
| /third_party/python/Modules/ |
| H A D | sha512module.c | 555 SHA512Type_update(SHAobject *self, PyObject *obj) in SHA512Type_update() argument
|
| H A D | sha256module.c | 499 SHA256Type_update(SHAobject *self, PyObject *obj) in SHA256Type_update() argument
|
| /third_party/python/Objects/stringlib/ |
| H A D | unicode_format.h | 147 getattr(PyObject *obj, SubString *name) in getattr() argument 160 getitem_sequence(PyObject *obj, Py_ssize_t idx) in getitem_sequence() argument 167 getitem_idx(PyObject *obj, Py_ssize_ argument 180 getitem_str(PyObject *obj, SubString *name) getitem_str() argument 399 PyObject *obj = NULL; get_field_object() local 765 do_conversion(PyObject *obj, Py_UCS4 conversion) do_conversion() argument 963 do_string_format_map(PyObject *self, PyObject *obj) do_string_format_map() argument 1177 PyObject* obj = NULL; fieldnameiter_next() local [all...] |
| /third_party/python/PC/ |
| H A D | _msi.c | 64 PyObject *obj = PyUnicode_FromString(s); in utf8_to_wchar() local
|
| /third_party/protobuf/php/ext/google/protobuf/ |
| H A D | def.c | 500 static void Descriptor_destructor(zend_object* obj) { in Descriptor_destructor() argument 744 static void DescriptorPool_destructor(zend_object* obj) { in DescriptorPool_destructor() argument
|
| /third_party/python/Modules/_io/ |
| H A D | stringio.c | 177 write_str(stringio *self, PyObject *obj) in write_str() argument 534 _io_StringIO_write(stringio *self, PyObject *obj) in _io_StringIO_write() argument [all...] |
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| H A D | jsval_layout_opaque_1_0.hpp | 296 JSObject* obj; member 345 JSObject* obj; member
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
| H A D | flag.cc | 285 auto obj = MakeInitValue(); in DefaultValue() local 605 auto obj = MakeInitValue(); in ValidateInputValue() local
|