Searched refs:child_prefix (Results 1 – 2 of 2) sorted by relevance
62 child_prefix = child.prefix.lstrip('\n')63 prefix_indent = child_prefix[:child_prefix.find('#')]
503 std::string child_prefix = prefix + msg->name() + "::"; in GenCpp() local504 GenCpp(field->message_type(), p, child_prefix); in GenCpp()