Searched refs:property_path_expr1 (Results 1 – 2 of 2) sorted by relevance
40 std::string ConcatenatePropertyPathExpr(std::string_view property_path_expr1, in ConcatenatePropertyPathExpr() argument42 if (property_path_expr1.empty()) { in ConcatenatePropertyPathExpr()46 return std::string(property_path_expr1); in ConcatenatePropertyPathExpr()48 return absl_ports::StrCat(property_path_expr1, kPropertyPathSeparator, in ConcatenatePropertyPathExpr()88 bool IsParentPropertyPath(std::string_view property_path_expr1, in IsParentPropertyPath() argument90 if (property_path_expr2.length() < property_path_expr1.length()) { in IsParentPropertyPath()93 if (property_path_expr1 != in IsParentPropertyPath()94 property_path_expr2.substr(0, property_path_expr1.length())) { in IsParentPropertyPath()97 if (property_path_expr2.length() > property_path_expr1.length() && in IsParentPropertyPath()98 property_path_expr2[property_path_expr1.length()] != in IsParentPropertyPath()
83 std::string ConcatenatePropertyPathExpr(std::string_view property_path_expr1,136 bool IsParentPropertyPath(std::string_view property_path_expr1,