Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/
Dcpu_info.cc65 auto str_length = str.length(); in StringToDigit() local
94 auto str_length = str.length(); in ParseArmCpuImplementer() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/string/
Dnormalize.cc117 int str_length = result.size(); in Run() local
/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/flutter/skia/third_party/externals/spirv-tools/source/util/
Dbit_stream.h138 const int str_length = static_cast<int>(str.length()); in StreamToBuffer() local
/third_party/lwip/src/apps/tftp/
Dtftp_server.c120 int str_length = strlen(str); in send_error() local
/third_party/grpc/src/core/lib/gpr/
Dstring.cc226 const size_t str_length = strlen(str); in gpr_leftpad() local
/third_party/node/src/
Dnode_buffer.cc576 size_t str_length; in Fill() local
/third_party/gn/src/base/strings/
Dstring_util.cc706 size_t str_length = str->length(); in DoReplaceMatchesAfterOffset() local
/third_party/libpsl/src/
Dpsl.c1740 size_t str_length = strlen(str); in psl_str_to_utf8lower() local
/third_party/sqlite/include/
Dsqlite3ext.h311 int (*str_length)(sqlite3_str*); member