Lines Matching defs:c
1179 size_t find(char c, size_t start_pos = 0) const { in find()
1611 inline uint8_t DecodeChar(char c) { in DecodeChar()
1916 inline char Lowercase(char c) { in Lowercase()
1920 inline char Uppercase(char c) { in Uppercase()
3329 const option* LookupShortOpt(const std::vector<option>& opts, char c) { in LookupShortOpt()
3351 char c = *sopt++; in ParseOpts() local
3671 const char c = src[i]; in Read() local
5794 for (auto c = res.begin(); c != end; ++c) in ToUpper() local
5803 for (auto c = res.begin(); c != end; ++c) in ToLower() local
5849 for (const char* c = strpbrk(start, remove); c; c = strpbrk(c + 1, remove)) in StripChars() local
6388 #define PERFETTO_GETCPUID(a, b, c, d, a_inp, c_inp) \ argument
6600 char c = data[j]; in HexDump() local
7173 char c[512]; in ReadProcStat() local
36180 Patch(ChunkID c, uint16_t o) : chunk_id(c), offset(o) {} in Patch()
56186 auto* c = snapshot->add_clocks(); in EmitClockSnapshot() local