Searched refs:fdp_bytes (Results 1 – 1 of 1) sorted by relevance
446 std::string fdp_bytes; in FileDescriptorToBase64() local449 fdp.SerializeToString(&fdp_bytes); in FileDescriptorToBase64()450 return StringToBase64(fdp_bytes); in FileDescriptorToBase64()