Home
last modified time | relevance | path

Searched defs:lastindex (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Modules/
Dsre.h50 Py_ssize_t lastindex; /* last index marker seen by the engine (-1 if none) */ member
75 Py_ssize_t lastindex; member
Dsre_lib.h537 Py_ssize_t lastindex; member
/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc346 int lastindex = proto_file.find_last_of("."); in GeneratedMetadataFileName() local
1181 int lastindex = filename.find_last_of("."); in FilenameToClassname() local
1204 int lastindex = fullname.find_last_of("\\"); in GenerateMetadataFile() local
1278 int lastindex = fullname.find_last_of("\\"); in GenerateEnumFile() local
1390 int lastindex = fullname.find_last_of("\\"); in GenerateMessageFile() local
1496 int lastindex = fullname.find_last_of("\\"); in GenerateServiceFile() local
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc110 int lastindex = proto_file.find_last_of("."); in StripDotProto() local
/third_party/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator.cc71 int lastindex = proto_file.find_last_of("."); in GetRequireName() local
/third_party/ffmpeg/libavfilter/
Dsignature.h122 uint32_t lastindex; /* helper to store amount of frames */ member