Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DTreeMultimapExplicitTest.java46 private enum StringLength implements Comparator<@Nullable String> { enum in TreeMultimapExplicitTest
/external/guava/android/guava-tests/test/com/google/common/collect/
DTreeMultimapExplicitTest.java46 private enum StringLength implements Comparator<@Nullable String> { enum in TreeMultimapExplicitTest
/external/pigweed/pw_tokenizer/
Dhash_test.cc63 constexpr uint32_t StringLength(const char (&)[kSizeWithNull]) { in StringLength() function
/external/openthread/src/core/common/
Dstring.cpp90 uint16_t StringLength(const char *aString, uint16_t aMaxLength) in StringLength() function
/external/flatbuffers/src/
Dbinary_annotator.h126 StringLength, enumerator
/external/pigweed/pw_unit_test/
Dframework_test.cc359 int StringLength() { return std::strlen(string_); } in StringLength() function in pw::__anonc65dcad00111::FixtureTest
/external/clang/lib/CodeGen/
DCodeGenModule.cpp3057 bool &IsUTF16, unsigned &StringLength) { in GetConstantCFStringEntry()
3091 const StringLiteral *Literal, unsigned &StringLength) { in GetConstantStringEntry()
3099 unsigned StringLength = 0; in GetAddrOfConstantCFString() local
3230 unsigned StringLength = 0; in GetAddrOfConstantString() local
/external/clang/lib/Lex/
DModuleMap.cpp986 unsigned StringLength; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DDIBuilder.cpp298 DIVariable *StringLength, in createStringType()
DDebugInfoMetadata.cpp619 MDString *Name, Metadata *StringLength, in getImpl()
/external/tensorflow/tensorflow/go/op/
Dwrappers.go49199 func StringLength(scope *Scope, input tf.Output, optional ...StringLengthAttr) (output tf.Output) { func