Home
last modified time | relevance | path

Searched defs:end (Results 3601 - 3625 of 4074) sorted by relevance

1...<<141142143144145146147148149150>>...163

/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h393 int end; // exclusive member
459 int end; // exclusive member
1067 int end; // inclusive member
H A Dextension_set.cc1470 const auto& end = map_.large->end(); in _InternalSerialize() local
1478 const KeyValue* end = flat_end(); in _InternalSerialize() local
1802 const KeyValue* end = flat_end(); in FindOrNull() local
1825 KeyValue* end = flat_end(); FindOrNull() local
1848 KeyValue* end = flat_end(); Insert() local
1880 const KeyValue* end = flat_end(); GrowCapacity() local
1906 KeyValue* end = flat_end(); Erase() local
[all...]
H A Drepeated_field.h104 inline int CalculateReserve(Iter begin, Iter end, std::forward_iterator_tag) { in CalculateReserve() argument
115 inline int CalculateReserve(Iter begin, Iter end) { in CalculateReserve() argument
1204 RepeatedField(Iter begin, const Iter& end) RepeatedField() argument
1362 Add(Iter begin, Iter end) Add() argument
1515 inline typename RepeatedField<Element>::iterator RepeatedField<Element>::end() { end() function in google::protobuf::RepeatedField
1520 RepeatedField<Element>::end() const { end() function in google::protobuf::RepeatedField
2110 RepeatedPtrField(Iter begin, const Iter& end) RepeatedPtrField() argument
2624 RepeatedPtrField<Element>::end() { end() function in google::protobuf::RepeatedPtrField
2629 RepeatedPtrField<Element>::end() const { end() function in google::protobuf::RepeatedPtrField
[all...]
/third_party/python/PC/
H A Dlauncher.c1167 char * end = buffer + len; in find_terminator() local
/third_party/python/Python/
H A Dbltinmodule.c1988 builtin_print_impl(PyObject *module, PyObject *args, PyObject *sep, PyObject *end, PyObject *file, int flush) builtin_print_impl() argument
[all...]
H A Dmarshal.c88 const char *end; member
673 const char *end; member
[all...]
/third_party/python/Modules/_sre/
H A Dsre.c411 state_init(SRE_STATE* state, PatternObject* pattern, PyObject* string, Py_ssize_t start, Py_ssize_t end) state_init() argument
501 getslice(int isbytes, const void *ptr, PyObject* string, Py_ssize_t start, Py_ssize_t end) getslice() argument
1562 _validate_charset(SRE_CODE *code, SRE_CODE *end) _validate_charset() argument
1649 _validate_inner(SRE_CODE *code, SRE_CODE *end, Py_ssize_t groups) _validate_inner() argument
1967 _validate_outer(SRE_CODE *code, SRE_CODE *end, Py_ssize_t groups) _validate_outer() argument
[all...]
/third_party/python/Modules/
H A D_zoneinfo.c35 TransitionRuleType *end; member
1335 tzrule_transitions(_tzrule *rule, int year, int64_t *start, int64_t *end) in tzrule_transitions() argument
1358 int64_t start, end; find_tzrule_ttinfo() local
1413 int64_t start, end; find_tzrule_ttinfo_fromutc() local
1470 TransitionRuleType *end = NULL; parse_tz_str() local
1915 build_tzrule(PyObject *std_abbr, PyObject *dst_abbr, long std_offset, long dst_offset, TransitionRuleType *start, TransitionRuleType *end, _tzrule *out) build_tzrule() argument
[all...]
H A D_winapi.c788 wchar_t *buffer = NULL, *p, *end; getenvironment() local
[all...]
H A D_xxsubinterpretersmodule.c498 _channelend *end = PyMem_NEW(_channelend, 1); in _channelend_new() local
510 _channelend_free(_channelend *end) in _channelend_free() argument
516 _channelend_free_all(_channelend *end) in _channelend_free_all() argument
529 _channelend *end = first; _channelend_find() local
591 _channelend *end = _channelend_new(interp); _channelends_add() local
620 _channelend *end = _channelend_find(send ? ends->send : ends->recv, _channelends_associate() local
649 _channelends_close_end(_channelends *ends, _channelend *end, int send) _channelends_close_end() argument
664 _channelend *end; _channelends_close_interpreter() local
697 _channelend *end; _channelends_close_all() local
819 _channel_close_interpreter(_PyChannelState *chan, int64_t interp, int end) _channel_close_interpreter() argument
841 _channel_close_all(_PyChannelState *chan, int end, int force) _channel_close_all() argument
1033 _channels_close(_channels *channels, int64_t cid, _PyChannelState **pchan, int end, int force) _channels_close() argument
1389 _channel_close(_channels *channels, int64_t id, int end, int force) _channel_close() argument
1406 _channelend *end = _channelend_find(send ? chan->ends->send : chan->ends->recv, _channel_is_associated() local
1419 int end; global() member
1453 newchannelid(PyTypeObject *cls, int64_t cid, int end, _channels *channels, int force, int resolve) newchannelid() argument
1501 int end = 0; channelid_new() local
1658 _channel_from_cid(PyObject *cid, int end) _channel_from_cid() argument
1685 int end; global() member
1733 channelid_end(PyObject *self, void *end) channelid_end() argument
[all...]
/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.c231 Py_ssize_t esize, start, end; in multibytecodec_encerror() local
387 Py_ssize_t esize, start, end; in multibytecodec_decerror() local
[all...]
/third_party/python/Objects/
H A Dcodeobject.c749 int end = bounds.ar_end / sizeof(_Py_CODEUNIT); in _PyCode_CreateLineArray() local
1149 PyObject *end = NULL; in lineiter_next() local
[all...]
H A Dfloatobject.c163 const char *end; in float_from_string_inner() local
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DGeneratedMessageV3.java1181 public void writeUntil(final int end, final CodedOutputStream output) in writeUntil() argument
H A DGeneratedMessage.java1013 public void writeUntil(final int end, final CodedOutputStream output) in writeUntil() argument
H A DGeneratedMessageLite.java876 public void writeUntil(final int end, final CodedOutputStream output) throws IOException { in writeUntil() argument
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc565 PyObject* end = PyInt_FromLong(range->end); in GetExtensionRanges() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Ddefs.c56 char *end; in rewrite_enum_default() local
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc185 const char* end = p + full.size(); in SplitStringToIteratorUsing() local
670 const char* end in safe_parse_sign() local
262 JoinStringsIterator(const ITERATOR& start, const ITERATOR& end, const char* delim, string* result) JoinStringsIterator() argument
705 const char* end = start + text.size(); safe_parse_positive_int() local
1404 char *const end = &digits[kFastToBufferSize]; AlphaNum() local
[all...]
/third_party/python/Modules/_io/
H A Dtextio.c2004 find_control_char(int kind, const char *s, const char *end, Py_UCS4 ch) find_control_char() argument
2022 _PyIO_find_line_ending( int translated, int universal, PyObject *readnl, int kind, const char *start, const char *end, Py_ssize_t *consumed) _PyIO_find_line_ending() argument
[all...]
/third_party/python/Modules/expat/
H A Dxmltok.c1033 initUpdatePosition(const ENCODING *enc, const char *ptr, const char *end, in initUpdatePosition() argument
1040 toAscii(const ENCODING *enc, const char *ptr, const char *end) { in toAscii() argument
1066 parsePseudoAttribute(const ENCODING *enc, const char *ptr, const char *end, in parsePseudoAttribute() argument
1160 const char *end, const char **badPtr, const char **versionPtr, global() variable
1537 initScan(const ENCODING *const *encodingTable, const INIT_ENCODING *enc, int state, const char *ptr, const char *end, const char **nextTokPtr) initScan() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dbtree_test.cc103 iterator end() { return tree_.end(); } in end() function in absl::container_internal::base_checker
104 const_iterator end() const { return tree_.end(); } in end() function in absl::container_internal::base_checker
230 erase(iterator begin, iterator end) erase() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord.cc1816 ChunkIterator it(rep), end; in ForEachChunkAux() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dbtree.h572 constexpr static size_type NodeTargetSlots(const int begin, const int end) { in NodeTargetSlots() argument
1225 iterator end() { return iterator(rightmost_, rightmost_->finish()); } end() function in absl::container_internal::btree
1226 const_iterator end() const { end() function in absl::container_internal::btree
[all...]
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp476 static inline SkUnichar utf8_next(const char** ptr, const char* end) { argument
483 SkUnicodeBidiRunIterator(const char* utf8, const char* end, SkUnicodeBidi bidi) argument
[all...]

Completed in 66 milliseconds

1...<<141142143144145146147148149150>>...163