HomeSort by relevance Sort by last modified time
    Searched defs:string_end (Results 1 - 2 of 2) sorted by null

  /external/perfetto/src/traced/probes/ftrace/
cpu_reader.cc 103 const uint8_t* const string_end = string_start + len; local
104 if (string_start <= start || string_end > end) {
108 ReadIntoString(string_start, string_end, field.proto_field_id, message);
  /external/protobuf/src/google/protobuf/
extension_set_unittest.cc 928 RepeatedPtrField< ::std::string>::iterator string_end; local
    [all...]

Completed in 216 milliseconds