Searched refs:IsValidDescriptor (Results 1 – 7 of 7) sorted by relevance
85 TEST_F(DescriptorsNamesTest, IsValidDescriptor) { in TEST_F() argument88 EXPECT_TRUE(IsValidDescriptor(reinterpret_cast<char*>(&descriptor[0]))); in TEST_F()92 EXPECT_FALSE(IsValidDescriptor(reinterpret_cast<char*>(&unpaired_surrogate[0]))); in TEST_F()96 EXPECT_FALSE(IsValidDescriptor(reinterpret_cast<char*>(&unpaired_surrogate_at_end[0]))); in TEST_F()100 EXPECT_FALSE(IsValidDescriptor(reinterpret_cast<char*>(&invalid_surrogate[0]))); in TEST_F()105 IsValidDescriptor(reinterpret_cast<char*>(&unpaired_surrogate_with_multibyte_sequence[0]))); in TEST_F()
55 bool IsValidDescriptor(const char* s); // "Ljava/lang/String;"
410 bool IsValidDescriptor(const char* s) { in IsValidDescriptor() function
462 if (UNLIKELY(!IsValidDescriptor(descriptor))) { in VerifyTypeDescriptor()
227 if (IsValidDescriptor(descriptor)) { in From()
1395 if (!IsValidDescriptor(std::string(klass).c_str())) { in ProcessLine()1534 if (!IsValidDescriptor(std::string(ic_class).c_str())) { in ProcessLine()
1581 if (!IsValidDescriptor(std::string(extra_descriptor).c_str())) { in ReadExtraDescriptorsSection()