Home
last modified time | relevance | path

Searched defs:repr (Results 1 – 25 of 30) sorted by relevance

12

/third_party/boost/boost/icl/type_traits/
Dto_string.hpp33 std::stringstream repr; in apply() local
/third_party/python/Lib/
Ddataclasses.py266 def __init__(self, default, default_factory, init, repr, hash, compare, argument
324 def __init__(self, init, repr, eq, order, unsafe_hash, frozen): argument
346 def field(*, default=MISSING, default_factory=MISSING, init=True, repr=True, argument
882 def _process_class(cls, init, repr, eq, order, unsafe_hash, frozen, argument
1157 def dataclass(cls=None, /, *, init=True, repr=True, eq=True, order=False, argument
1335 repr=True, eq=True, order=False, unsafe_hash=False, argument
Dreprlib.py51 def repr(self, x): member in Repr
161 repr = aRepr.repr variable
Dpydoc.py527 def repr(self, object): member in HTMLRepr
564 repr = _repr_instance.repr variable in HTMLDoc
1163 repr = _repr_instance.repr variable in TextDoc
/third_party/boost/libs/python/test/
Dcltree.cpp15 std::string repr() { return name+"()"; } in repr() function in basic
Dvector_indexing_suite.cpp17 std::string repr() const { return s; } in repr() function
Dmap_indexing_suite.cpp17 std::string repr() const { return s; } in repr() function
/third_party/boost/boost/icl/concept/
Dinterval_bounds.hpp85 shift_lower(interval_bounds decl, interval_bounds repr, const Type& low) in shift_lower()
97 shift_upper(interval_bounds decl, interval_bounds repr, const Type& up) in shift_upper()
/third_party/boost/libs/icl/example/
Dtoytime.hpp44 char repr[MAX_TIMESTING_LEN]; in as_string() local
/third_party/python/Objects/
Dnamespaceobject.c72 PyObject *separator, *pairsrepr, *repr = NULL; in namespace_repr() local
Dstructseq.c298 PyObject *repr = PyObject_Repr(value); in structseq_repr() local
Dweakrefobject.c164 PyObject *name, *repr; in weakref_repr() local
Dobject.c524 PyObject *repr, *ascii, *res; in PyObject_ASCII() local
Dunicodeobject.c3088 PyObject *repr; in unicode_fromformat_arg() local
6702 PyObject *repr; in PyUnicode_AsUnicodeEscapeString() local
6981 PyObject *repr; in PyUnicode_AsRawUnicodeEscapeString() local
13212 PyObject *repr; in unicode_repr() local
/third_party/boost/libs/wave/test/testwave/
Dcollect_hooks_information.hpp51 inline String repr(boost::wave::util::file_position<String> const& pos) in repr() function
58 inline String repr(String const& value) in repr() function
/third_party/python/Modules/
D_operator.c1080 PyObject *repr; in itemgetter_repr() local
1397 PyObject *repr = NULL; in attrgetter_repr() local
1578 PyObject *argreprs, *repr = NULL, *sep, *joinedargreprs; in methodcaller_repr() local
D_hashopenssl.c657 PyObject *name_obj, *repr; in EVP_repr() local
1658 PyObject *repr = PyUnicode_FromFormat( in _hmac_repr() local
Dgcmodule.c2149 PyObject *repr = NULL, *bytes = NULL; in _PyGC_DumpShutdownStats() local
D_datetimemodule.c1260 append_keyword_tzinfo(PyObject *repr, PyObject *tzinfo) in append_keyword_tzinfo()
1285 append_keyword_fold(PyObject *repr, int fold) in append_keyword_fold()
2575 PyObject *repr = PyUnicode_FromFormat("%s(%S)", Py_TYPE(self)->tp_name, in delta_repr() local
D_tkinter.c946 PyObject *repr, *str = PyTclObject_str(self); in PyTclObject_repr() local
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinecomm.c474 MetaListRepresentation *repr = user_data; in build_meta() local
532 MetaListRepresentation repr = { comm, 0, 4, NULL }; /* starts a 4 for n_meta */ in gst_ipc_pipeline_comm_write_buffer_to_fd() local
/third_party/python/Python/
Dast_unparse.c72 PyObject *repr = PyObject_Repr(obj); in append_repr() local
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc575 PyObject* repr = PyObject_Repr(arg); in FormatTypeError() local
762 PyObject* repr = PyObject_Repr(arg); in CheckString() local
/third_party/boost/tools/build/src/engine/
Dbuiltins.cpp2049 PyObject *repr = PyObject_Repr(e); in jam_list_from_sequence() local
/third_party/skia/third_party/externals/wuffs/release/c/
Dwuffs-v0.3.c406 const char* repr; member
452 wuffs_base__make_status(const char* repr) { in wuffs_base__make_status()
2849 uint64_t repr; member
2866 wuffs_base__make_token(uint64_t repr) { in wuffs_base__make_token()
3653 uint32_t repr; member
3669 wuffs_base__make_pixel_format(uint32_t repr) { in wuffs_base__make_pixel_format()
3824 uint32_t repr; member
3836 wuffs_base__make_pixel_subsampling(uint32_t repr) { in wuffs_base__make_pixel_subsampling()

12