Searched refs:obj_end (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Objects/stringlib/ |
D | find.h | 93 PyObject *obj_start=Py_None, *obj_end=Py_None; in STRINGLIB() local 100 if (!PyArg_ParseTuple(args, format, &tmp_subobj, &obj_start, &obj_end)) in STRINGLIB() 109 if (obj_end != Py_None) in STRINGLIB() 110 if (!_PyEval_SliceIndex(obj_end, &tmp_end)) in STRINGLIB()
|
/third_party/boost/boost/date_time/local_time/ |
D | posix_time_zone.hpp | 254 typename string_type::const_pointer sit = obj.c_str(), obj_end = sit + obj.size(); in calc_zone() local 265 if(sit != obj_end){ in calc_zone() 267 while(sit != obj_end && !std::isalpha(*sit)){ in calc_zone() 282 if(sit != obj_end){ in calc_zone() 286 while(sit != obj_end && std::isalpha(*sit)){ in calc_zone() 293 if(sit != obj_end){ in calc_zone() 295 while(sit != obj_end && !std::isalpha(*sit)){ in calc_zone()
|
/third_party/flatbuffers/java/com/google/flatbuffers/ |
D | FlexBuffers.java | 1085 int obj_end = end + index * byteWidth; in get() local 1086 return new Reference(bb, obj_end, byteWidth, packedType); in get()
|