Home
last modified time | relevance | path

Searched defs:str_length (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/src/google/protobuf/stubs/
Dstructurally_valid.cc389 int str_length, in UTF8GenericScan()
498 int str_length, in UTF8GenericScanFastAscii()
Dstrutil.cc98 int str_length = str->length(); in StripWhitespace() local
/third_party/node/deps/v8/src/profiler/
Dstrings-storage.cc90 auto str_length = 8 + length + 1 + 1; in GetSymbol() local
/third_party/lwip/src/apps/tftp/
Dtftp_server.c120 int str_length = strlen(str); in send_error() local
/third_party/gn/src/base/strings/
Dstring_util.cc706 size_t str_length = str->length(); in DoReplaceMatchesAfterOffset() local
/third_party/node/src/
Dnode_buffer.cc677 size_t str_length; in Fill() local
/third_party/sqlite/include/
Dsqlite3ext.h311 int (*str_length)(sqlite3_str*); member