Searched refs:IsValidDescriptor (Results 1 – 7 of 7) sorted by relevance
124 TEST_F(DescriptorsNamesTest, IsValidDescriptor) { in TEST_F() argument127 EXPECT_TRUE(IsValidDescriptor(reinterpret_cast<char*>(&descriptor[0]))); in TEST_F()131 EXPECT_FALSE(IsValidDescriptor(reinterpret_cast<char*>(&unpaired_surrogate[0]))); in TEST_F()135 EXPECT_FALSE(IsValidDescriptor(reinterpret_cast<char*>(&unpaired_surrogate_at_end[0]))); in TEST_F()139 EXPECT_FALSE(IsValidDescriptor(reinterpret_cast<char*>(&invalid_surrogate[0]))); in TEST_F()144 IsValidDescriptor(reinterpret_cast<char*>(&unpaired_surrogate_with_multibyte_sequence[0]))); in TEST_F()
60 bool IsValidDescriptor(const char* s); // "Ljava/lang/String;"
482 bool IsValidDescriptor(const char* s) { in IsValidDescriptor() function
457 if (UNLIKELY(!IsValidDescriptor(descriptor))) { in VerifyTypeDescriptor()
227 if (IsValidDescriptor(descriptor)) { in From()
1416 if (!IsValidDescriptor(std::string(klass).c_str())) { in ProcessLine()1555 if (!IsValidDescriptor(std::string(ic_class).c_str())) { in ProcessLine()
1665 if (!IsValidDescriptor(std::string(extra_descriptor).c_str())) { in ReadExtraDescriptorsSection()