/third_party/boost/boost/icl/type_traits/ |
D | to_string.hpp | 33 std::stringstream repr; in apply() local
|
/third_party/python/Lib/ |
D | dataclasses.py | 266 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
|
D | reprlib.py | 51 def repr(self, x): member in Repr 161 repr = aRepr.repr variable
|
D | pydoc.py | 527 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/ |
D | cltree.cpp | 15 std::string repr() { return name+"()"; } in repr() function in basic
|
D | vector_indexing_suite.cpp | 17 std::string repr() const { return s; } in repr() function
|
D | map_indexing_suite.cpp | 17 std::string repr() const { return s; } in repr() function
|
/third_party/boost/boost/icl/concept/ |
D | interval_bounds.hpp | 85 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/ |
D | toytime.hpp | 44 char repr[MAX_TIMESTING_LEN]; in as_string() local
|
/third_party/python/Objects/ |
D | namespaceobject.c | 72 PyObject *separator, *pairsrepr, *repr = NULL; in namespace_repr() local
|
D | structseq.c | 298 PyObject *repr = PyObject_Repr(value); in structseq_repr() local
|
D | weakrefobject.c | 164 PyObject *name, *repr; in weakref_repr() local
|
D | object.c | 524 PyObject *repr, *ascii, *res; in PyObject_ASCII() local
|
D | unicodeobject.c | 3088 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/ |
D | collect_hooks_information.hpp | 51 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.c | 1080 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.c | 657 PyObject *name_obj, *repr; in EVP_repr() local 1658 PyObject *repr = PyUnicode_FromFormat( in _hmac_repr() local
|
D | gcmodule.c | 2149 PyObject *repr = NULL, *bytes = NULL; in _PyGC_DumpShutdownStats() local
|
D | _datetimemodule.c | 1260 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.c | 946 PyObject *repr, *str = PyTclObject_str(self); in PyTclObject_repr() local
|
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/ |
D | gstipcpipelinecomm.c | 474 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/ |
D | ast_unparse.c | 72 PyObject *repr = PyObject_Repr(obj); in append_repr() local
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 575 PyObject* repr = PyObject_Repr(arg); in FormatTypeError() local 762 PyObject* repr = PyObject_Repr(arg); in CheckString() local
|
/third_party/boost/tools/build/src/engine/ |
D | builtins.cpp | 2049 PyObject *repr = PyObject_Repr(e); in jam_list_from_sequence() local
|
/third_party/skia/third_party/externals/wuffs/release/c/ |
D | wuffs-v0.3.c | 406 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()
|