Searched refs:IsValidPath (Results 1 – 2 of 2) sorted by relevance
62 static bool IsValidPath(StringPiece path) { in IsValidPath() function79 GOOGLE_CHECK(IsValidPath<T>(path)); in AddPathToFieldMask()
163 EXPECT_TRUE(FieldMaskUtil::IsValidPath<TestAllTypes>("optional_int32")); in TEST()164 EXPECT_FALSE(FieldMaskUtil::IsValidPath<TestAllTypes>("optional_nonexist")); in TEST()166 FieldMaskUtil::IsValidPath<TestAllTypes>("optional_nested_message.bb")); in TEST()167 EXPECT_FALSE(FieldMaskUtil::IsValidPath<TestAllTypes>( in TEST()171 FieldMaskUtil::IsValidPath<TestAllTypes>("repeated_nested_message.bb")); in TEST()