Home
last modified time | relevance | path

Searched defs:ob (Results 1 – 25 of 51) sorted by relevance

123

/third_party/python/Include/
Dsetobject.h91 #define PyFrozenSet_CheckExact(ob) (Py_TYPE(ob) == &PyFrozenSet_Type) argument
92 #define PyAnySet_CheckExact(ob) \ argument
94 #define PyAnySet_Check(ob) \ argument
98 #define PySet_Check(ob) \ argument
101 #define PyFrozenSet_Check(ob) \ argument
Dobject.h121 #define Py_REFCNT(ob) (_PyObject_CAST(ob)->ob_refcnt) argument
122 #define Py_TYPE(ob) (_PyObject_CAST(ob)->ob_type) argument
123 #define Py_SIZE(ob) (_PyVarObject_CAST(ob)->ob_size) argument
203 #define PyObject_TypeCheck(ob, tp) \ argument
/third_party/boost/libs/multiprecision/test/
Dtest_cpp_rat_serial.cpp87 boost::archive::binary_oarchive ob(ss); in test_neg() local
96 boost::archive::xml_oarchive ob(ss); in test_neg() local
145 boost::archive::binary_oarchive ob(ss); in test() local
Dtest_adapt_serial.cpp97 boost::archive::binary_oarchive ob(ss); in test_neg() local
157 boost::archive::binary_oarchive ob(ss); in test() local
Dtest_cpp_int_serial.cpp83 boost::archive::binary_oarchive ob(ss); in test_neg() local
132 boost::archive::binary_oarchive ob(ss); in test() local
/third_party/boost/libs/optional/test/
Doptional_test_assign.cpp18 boost::optional<int> oa, ob(1); in test_assignment_to_empty() local
Doptional_test_map.cpp146 optional<bool> ob = oi.map([](int i){ return i == 1; }); in test_map_with_lambda() local
/third_party/popt/
Dpoptint.c103 size_t ob = db; in strdup_locale_from_utf8() local
152 char * b = NULL, * ob = NULL; in POPT_fprintf() local
/third_party/boost/libs/contract/example/mitchell02/observer/
Dsubject.hpp57 void attach(observer* ob) { in attach()
128 observer const* ob in other_observers_unchanged()
/third_party/boost/libs/python/src/object/
Dstl_iterator.cpp23 stl_input_iterator_impl::stl_input_iterator_impl(boost::python::object const &ob) in stl_input_iterator_impl()
/third_party/python/Objects/
Dweakrefobject.c23 init_weakref(PyWeakReference *self, PyObject *ob, PyObject *callback) in init_weakref()
34 new_weakref(PyObject *ob, PyObject *callback) in new_weakref()
294 PyObject *ob, *callback = NULL; in weakref___new__() local
795 PyWeakref_NewRef(PyObject *ob, PyObject *callback) in PyWeakref_NewRef()
854 PyWeakref_NewProxy(PyObject *ob, PyObject *callback) in PyWeakref_NewProxy()
Drangeobject.c338 range_contains_long(rangeobject *r, PyObject *ob) in range_contains_long()
382 range_contains(rangeobject *r, PyObject *ob) in range_contains()
513 range_count(rangeobject *r, PyObject *ob) in range_count()
530 range_index(rangeobject *r, PyObject *ob) in range_index()
/third_party/python/PC/
Dwinreg.c119 PyHKEY_unaryFailureFunc(PyObject *ob) in PyHKEY_unaryFailureFunc()
138 PyHKEY_deallocFunc(PyObject *ob) in PyHKEY_deallocFunc()
151 PyHKEY_boolFunc(PyObject *ob) in PyHKEY_boolFunc()
157 PyHKEY_intFunc(PyObject *ob) in PyHKEY_intFunc()
164 PyHKEY_strFunc(PyObject *ob) in PyHKEY_strFunc()
180 PyHKEY_hashFunc(PyObject *ob) in PyHKEY_hashFunc()
418 PyHKEY_AsHKEY(PyObject *ob, HKEY *pHANDLE, BOOL bNoneOK) in PyHKEY_AsHKEY()
450 clinic_HKEY_converter(PyObject *ob, void *p) in clinic_HKEY_converter()
/third_party/python/Lib/
Dpyclbr.py83 def _nest_function(ob, func_name, lineno): argument
91 def _nest_class(ob, class_name, lineno, super=None): argument
Dweakref.py323 def __new__(type, ob, callback, key): argument
328 def __init__(self, ob, callback, key): argument
/third_party/openssl/crypto/objects/
Dobj_dat.c223 ASN1_OBJECT ob; in OBJ_nid2obj() local
250 ASN1_OBJECT ob; in OBJ_nid2sn() local
277 ASN1_OBJECT ob; in OBJ_nid2ln() local
/third_party/boost/libs/contract/example/mitchell02/
Dobserver_main.cpp109 concrete_observer ob(subj); in main() local
/third_party/python/Lib/idlelib/
Dcalltip.py123 def get_argspec(ob): argument
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_android.cpp94 #define GPA(ob, type, fn) reinterpret_cast<type>(ob.gpa(fn)) argument
/third_party/flutter/skia/modules/skottie/src/effects/
DLevelsEffect.cpp166 [adapter](const ScalarValue& ob) { in attachLevelsEffect()
/third_party/glib/glib/tests/
Dmarkup-collect.c42 gboolean mb = 2, ob = 2, tri = 2; in start() local
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/
DmakesRGB.c213 png_uint_16 base = png_sRGB_base[ibase >> 7], trybase = base, ob=base; in main() local
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage_factory.cc45 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument
/third_party/libpng/contrib/tools/
DmakesRGB.c213 png_uint_16 base = png_sRGB_base[ibase >> 7], trybase = base, ob=base; in main() local
/third_party/python/Modules/_ctypes/
D_ctypes.c794 PyObject *ob = p->obj; in CDataType_from_param() local
2375 converters_from_argtypes(PyObject *ob) in converters_from_argtypes()
2469 PyObject *ob; in make_funcptrtype_dict() local
2729 CDataObject *ob; in KeepRef() local
3106 PyObject *ob; in _PyCData_set() local
3255 PyCFuncPtr_set_errcheck(PyCFuncPtrObject *self, PyObject *ob, void *Py_UNUSED(ignored)) in PyCFuncPtr_set_errcheck()
3278 PyCFuncPtr_set_restype(PyCFuncPtrObject *self, PyObject *ob, void *Py_UNUSED(ignored)) in PyCFuncPtr_set_restype()
3324 PyCFuncPtr_set_argtypes(PyCFuncPtrObject *self, PyObject *ob, void *Py_UNUSED(ignored)) in PyCFuncPtr_set_argtypes()
3725 CDataObject *ob; in PyCFuncPtr_new() local
3919 PyObject *ob; in _build_callargs() local

123